#4BDD46

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

Shades of Lime Green #4BDD46

Tints of Lime Green #4BDD46

Color information

#4BDD46 (or 0x4BDD46) is unknown color: approx Lime Green. HEX triplet: 4B, DD and 46. RGB value is (75,221,70). Sum of RGB (Red+Green+Blue) = 75+221+70=366 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.49% from 366); Green value is 221 (86.72% from 255 or 60.38% from 366); Blue value is 70 (27.73% from 255 or 19.13% from 366); Max value from RGB is 221 - color contains mainly: green. Hex color #4BDD46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BDD46 is #B422B9. Grayscale: #A0A0A0. Windows color (decimal): -11805370 or 4644171. OLE color: 4644171.

HSL color Cylindrical-coordinate representation of color #4BDD46: hue angle of 118.01º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4BDD46 is Cyan = 0.66, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB7522170-
CMYK0.6600.680.13
HSL118.01º68.95%57.06%-
HSV(B)118.01º68.33%86.67%-
XYZ29.8653.6514.58-
YUV160.1377.1367.28-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.49%
GREEN value IS 221 (86.72% from 255) = 60.38%
BLUE value IS 70 (27.73% from 255) = 19.13%
R=20.49%
G=60.38%
B=19.13%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal75221700.6600.680.13118.0168.9557.06
Hex4BDD4642044D764539
Octal11333510610201041516610571
Binary1001011110111011000110100001001000100110111101101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BDD46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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