#49D251

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

Shades of Lime Green #49D251

Tints of Lime Green #49D251

Color information

#49D251 (or 0x49D251) is unknown color: approx Lime Green. HEX triplet: 49, D2 and 51. RGB value is (73,210,81). Sum of RGB (Red+Green+Blue) = 73+210+81=364 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.05% from 364); Green value is 210 (82.42% from 255 or 57.69% from 364); Blue value is 81 (32.03% from 255 or 22.25% from 364); Max value from RGB is 210 - color contains mainly: green. Hex color #49D251 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D251 is #B62DAE. Grayscale: #9A9A9A. Windows color (decimal): -11939247 or 5362249. OLE color: 5362249.

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

Color convert

RGB7321081-
CMYK0.6500.610.18
HSL123.5º60.35%55.49%-
HSV(B)123.5º65.24%82.35%-
XYZ27.2848.115.63-
YUV154.3386.6169.99-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.05%
GREEN value IS 210 (82.42% from 255) = 57.69%
BLUE value IS 81 (32.03% from 255) = 22.25%
R=20.05%
G=57.69%
B=22.25%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal73210810.6500.610.18123.560.3555.49
Hex49D2514103D127c3c37
Octal111322121101075221747467
Binary100100111010010101000110000010111101100101111100111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49D251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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