#4DD845

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

Shades of Lime Green #4DD845

Tints of Lime Green #4DD845

Color information

#4DD845 (or 0x4DD845) is unknown color: approx Lime Green. HEX triplet: 4D, D8 and 45. RGB value is (77,216,69). Sum of RGB (Red+Green+Blue) = 77+216+69=362 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.27% from 362); Green value is 216 (84.77% from 255 or 59.67% from 362); Blue value is 69 (27.34% from 255 or 19.06% from 362); Max value from RGB is 216 - color contains mainly: green. Hex color #4DD845 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DD845 is #B227BA. Grayscale: #9E9E9E. Windows color (decimal): -11675579 or 4577357. OLE color: 4577357.

HSL color Cylindrical-coordinate representation of color #4DD845: hue angle of 116.73º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DD845 is Cyan = 0.64, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB7721669-
CMYK0.6400.680.15
HSL116.73º65.33%55.88%-
HSV(B)116.73º68.06%84.71%-
XYZ28.6951.1213.99-
YUV157.6877.9570.45-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.27%
GREEN value IS 216 (84.77% from 255) = 59.67%
BLUE value IS 69 (27.34% from 255) = 19.06%
R=21.27%
G=59.67%
B=19.06%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal77216690.6400.680.15116.7365.3355.88
Hex4DD84540044F754138
Octal11533010510001041716510170
Binary1001101110110001000101100000001000100111111101011000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DD845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,216,69); }

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

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

 a { background-color: rgb(77,216,69); }

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

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

 span { border-color: rgb(77,216,69); }

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