#4DDD33

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

Shades of Lime Green #4DDD33

Tints of Lime Green #4DDD33

Color information

#4DDD33 (or 0x4DDD33) is unknown color: approx Lime Green. HEX triplet: 4D, DD and 33. RGB value is (77,221,51). Sum of RGB (Red+Green+Blue) = 77+221+51=349 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22.06% from 349); Green value is 221 (86.72% from 255 or 63.32% from 349); Blue value is 51 (20.31% from 255 or 14.61% from 349); Max value from RGB is 221 - color contains mainly: green. Hex color #4DDD33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DDD33 is #B222CC. Grayscale: #9F9F9F. Windows color (decimal): -11674317 or 3398989. OLE color: 3398989.

HSL color Cylindrical-coordinate representation of color #4DDD33: hue angle of 110.82º degrees, saturation: 0.71, 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 #4DDD33 is Cyan = 0.65, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB7722151-
CMYK0.6500.770.13
HSL110.82º71.43%53.33%-
HSV(B)110.82º76.92%86.67%-
XYZ29.5153.5311.91-
YUV158.5667.2969.82-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.06%
GREEN value IS 221 (86.72% from 255) = 63.32%
BLUE value IS 51 (20.31% from 255) = 14.61%
R=22.06%
G=63.32%
B=14.61%

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
Decimal77221510.6500.770.13110.8271.4353.33
Hex4DDD334104DD6f4735
Octal1153356310101151515710765
Binary100110111011101110011100000101001101110111011111000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DDD33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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