#4BC346

Color #4BC346 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #4BC346

Tints of Lime Green #4BC346

Color information

#4BC346 (or 0x4BC346) is unknown color: approx Lime Green. HEX triplet: 4B, C3 and 46. RGB value is (75,195,70). Sum of RGB (Red+Green+Blue) = 75+195+70=340 (45% of max value = 765). Red value is 75 (29.69% from 255 or 22.06% from 340); Green value is 195 (76.56% from 255 or 57.35% from 340); Blue value is 70 (27.73% from 255 or 20.59% from 340); Max value from RGB is 195 - color contains mainly: green. Hex color #4BC346 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BC346 is #B43CB9. Grayscale: #919191. Windows color (decimal): -11812026 or 4637515. OLE color: 4637515.

HSL color Cylindrical-coordinate representation of color #4BC346: hue angle of 117.6º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BC346 is Cyan = 0.62, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB7519570-
CMYK0.6200.640.24
HSL117.6º51.02%51.96%-
HSV(B)117.6º64.1%76.47%-
XYZ23.5240.9712.46-
YUV144.8785.7478.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 75 (29.69% from 255) = 22.06%
GREEN value IS 195 (76.56% from 255) = 57.35%
BLUE value IS 70 (27.73% from 255) = 20.59%
R=22.06%
G=57.35%
B=20.59%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal75195700.6200.640.24117.651.0251.96
Hex4BC3463E04018763334
Octal113303106760100301666364
Binary100101111000011100011011111001000000110001110110110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BC346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4BC346; }

 p { color: rgb(75,195,70); }

 H1.HeaderClassName
 {
   color: #4BC346;
 }
 .AnyTagClassName
 {
   color: #4BC346;
 }
</style>
background-color css

<style>
 a { background-color: #4BC346; }

 a { background-color: rgb(75,195,70); }

 div.DivClassName
 {
   background-color: #4BC346;
 }
 .BgClassName
 {
   background-color: #4BC346;
 }
</style>
border-color css

<style>
 span { border-color: #4BC346; }

 span { border-color: rgb(75,195,70); }

 td.TdClassName
 {
   border-color: #4BC346;
 }
 .TagClassName
 {
   border-color: #4BC346;
 }
</style>