#49D24C

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

Shades of Lime Green #49D24C

Tints of Lime Green #49D24C

Color information

#49D24C (or 0x49D24C) is unknown color: approx Lime Green. HEX triplet: 49, D2 and 4C. RGB value is (73,210,76). Sum of RGB (Red+Green+Blue) = 73+210+76=359 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.33% from 359); Green value is 210 (82.42% from 255 or 58.50% from 359); Blue value is 76 (30.08% from 255 or 21.17% from 359); Max value from RGB is 210 - color contains mainly: green. Hex color #49D24C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49D24C is #B62DB3. Grayscale: #9A9A9A. Windows color (decimal): -11939252 or 5034569. OLE color: 5034569.

HSL color Cylindrical-coordinate representation of color #49D24C: hue angle of 121.31º 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 #49D24C is Cyan = 0.65, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB7321076-
CMYK0.6500.640.18
HSL121.31º60.35%55.49%-
HSV(B)121.31º65.24%82.35%-
XYZ27.148.0314.68-
YUV153.7684.1170.4-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.33%
GREEN value IS 210 (82.42% from 255) = 58.50%
BLUE value IS 76 (30.08% from 255) = 21.17%
R=20.33%
G=58.50%
B=21.17%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal73210760.6500.640.18121.3160.3555.49
Hex49D24C4104012793c37
Octal1113221141010100221717467
Binary1001001110100101001100100000101000000100101111001111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49D24C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49D24C; }

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

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

<style>
 a { background-color: #49D24C; }

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

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

<style>
 span { border-color: #49D24C; }

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

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