Shades of Lime Green #49D455
Tints of Lime Green #49D455
RGB
CMYK
RGB Variations
Color information
#49D455 (or 0x49D455) is known color: Lime Green. HEX triplet: 49, D4 and 55. RGB value is (73,212,85). Sum of RGB (Red+Green+Blue) = 73+212+85=370 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.73% from 370); Green value is 212 (83.20% from 255 or 57.30% from 370); Blue value is 85 (33.59% from 255 or 22.97% from 370); Max value from RGB is 212 - color contains mainly: green. Hex color #49D455 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D455 is #B62BAA. Grayscale: #9C9C9C. Windows color (decimal): -11938731 or 5624905. OLE color: 5624905.
HSL color Cylindrical-coordinate representation of color #49D455: hue angle of 125.18º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D455 is Cyan = 0.66, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 73 | 212 | 85 | - |
| CMYK | 0.66 | 0 | 0.60 | 0.17 |
| HSL | 125.18º | 0.62% | 0.56% | - |
| HSV(B) | 125.18º | 0.66% | 0.83% | - |
| XYZ | 27.93 | 49.16 | 16.61 | - |
| YUV | 155.96 | 87.95 | 68.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 212 | 85 | 0.66 | 0 | 0.60 | 0.17 | 125.18 | 0.62 | 0.56 |
| Hex | 49 | D4 | 55 | 42 | 0 | 3C | 11 | 7D | 3E | 38 |
| Octal | 111 | 324 | 125 | 102 | 0 | 74 | 21 | 175 | 76 | 70 |
| Binary | 1001001 | 11010100 | 1010101 | 1000010 | 0 | 111100 | 10001 | 1111101 | 111110 | 111000 |
Color Harmonies of #49D455
Complementary color
Monochromatic Colors of #49D455
Black with #49D455
Text Example
Text Example
White with #49D455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D455; }
p { color: rgb(73,212,85); }
H1.HeaderClassName
{
color: #49D455;
}
.AnyTagClassName
{
color: #49D455;
}
</style>
background-color css
<style>
a { background-color: #49D455; }
a { background-color: rgb(73,212,85); }
div.DivClassName
{
background-color: #49D455;
}
.BgClassName
{
background-color: #49D455;
}
</style>
border-color css
<style>
span { border-color: #49D455; }
span { border-color: rgb(73,212,85); }
td.TdClassName
{
border-color: #49D455;
}
.TagClassName
{
border-color: #49D455;
}
</style>