#4DDD40

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

Shades of Lime Green #4DDD40

Tints of Lime Green #4DDD40

Color information

#4DDD40 (or 0x4DDD40) is unknown color: approx Lime Green. HEX triplet: 4D, DD and 40. RGB value is (77,221,64). Sum of RGB (Red+Green+Blue) = 77+221+64=362 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.27% from 362); Green value is 221 (86.72% from 255 or 61.05% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 221 - color contains mainly: green. Hex color #4DDD40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DDD40 is #B222BF. Grayscale: #A0A0A0. Windows color (decimal): -11674304 or 4250957. OLE color: 4250957.

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

Color convert

RGB7722164-
CMYK0.6500.710.13
HSL115.03º69.78%55.88%-
HSV(B)115.03º71.04%86.67%-
XYZ29.8453.6613.64-
YUV160.0573.7968.77-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.27%
GREEN value IS 221 (86.72% from 255) = 61.05%
BLUE value IS 64 (25.39% from 255) = 17.68%
R=21.27%
G=61.05%
B=17.68%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal77221640.6500.710.13115.0369.7855.88
Hex4DDD4041047D734638
Octal11533510010101071516310670
Binary1001101110111011000000100000101000111110111100111000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DDD40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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