#4DDD32

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

Shades of Lime Green #4DDD32

Tints of Lime Green #4DDD32

Color information

#4DDD32 (or 0x4DDD32) is unknown color: approx Lime Green. HEX triplet: 4D, DD and 32. RGB value is (77,221,50). Sum of RGB (Red+Green+Blue) = 77+221+50=348 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22.13% from 348); Green value is 221 (86.72% from 255 or 63.51% from 348); Blue value is 50 (19.92% from 255 or 14.37% from 348); Max value from RGB is 221 - color contains mainly: green. Hex color #4DDD32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DDD32 is #B222CD. Grayscale: #9E9E9E. Windows color (decimal): -11674318 or 3333453. OLE color: 3333453.

HSL color Cylindrical-coordinate representation of color #4DDD32: hue angle of 110.53º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4DDD32 is Cyan = 0.65, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB7722150-
CMYK0.6500.770.13
HSL110.53º71.55%53.14%-
HSV(B)110.53º77.38%86.67%-
XYZ29.4953.5211.79-
YUV158.4566.7969.9-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.13%
GREEN value IS 221 (86.72% from 255) = 63.51%
BLUE value IS 50 (19.92% from 255) = 14.37%
R=22.13%
G=63.51%
B=14.37%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal77221500.6500.770.13110.5371.5553.14
Hex4DDD324104DD6f4835
Octal1153356210101151515711065
Binary100110111011101110010100000101001101110111011111001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DDD32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,221,50); }

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

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

 a { background-color: rgb(77,221,50); }

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

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

 span { border-color: rgb(77,221,50); }

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