#4DD249

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

Shades of Lime Green #4DD249

Tints of Lime Green #4DD249

Color information

#4DD249 (or 0x4DD249) is unknown color: approx Lime Green. HEX triplet: 4D, D2 and 49. RGB value is (77,210,73). Sum of RGB (Red+Green+Blue) = 77+210+73=360 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.39% from 360); Green value is 210 (82.42% from 255 or 58.33% from 360); Blue value is 73 (28.91% from 255 or 20.28% from 360); Max value from RGB is 210 - color contains mainly: green. Hex color #4DD249 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DD249 is #B22DB6. Grayscale: #9B9B9B. Windows color (decimal): -11677111 or 4837965. OLE color: 4837965.

HSL color Cylindrical-coordinate representation of color #4DD249: hue angle of 118.25º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DD249 is Cyan = 0.63, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB7721073-
CMYK0.6300.650.18
HSL118.25º60.35%55.49%-
HSV(B)118.25º65.24%82.35%-
XYZ27.3148.1514.16-
YUV154.6281.9472.64-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.39%
GREEN value IS 210 (82.42% from 255) = 58.33%
BLUE value IS 73 (28.91% from 255) = 20.28%
R=21.39%
G=58.33%
B=20.28%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal77210730.6300.650.18118.2560.3555.49
Hex4DD2493F04112763c37
Octal115322111770101221667467
Binary100110111010010100100111111101000001100101110110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DD249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,210,73); }

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

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

 a { background-color: rgb(77,210,73); }

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

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

 span { border-color: rgb(77,210,73); }

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