Shades of Lime Green #49CA39
Tints of Lime Green #49CA39
RGB
CMYK
RGB Variations
Color information
#49CA39 (or 0x49CA39) is known color: Lime Green. HEX triplet: 49, CA and 39. RGB value is (73,202,57). Sum of RGB (Red+Green+Blue) = 73+202+57=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 202 (79.30% from 255 or 60.84% from 332); Blue value is 57 (22.66% from 255 or 17.17% from 332); Max value from RGB is 202 - color contains mainly: green. Hex color #49CA39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49CA39 is #B635C6. Grayscale: #939393. Windows color (decimal): -11941319 or 3787337. OLE color: 3787337.
HSL color Cylindrical-coordinate representation of color #49CA39: hue angle of 113.38º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #49CA39 is Cyan = 0.64, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 73 | 202 | 57 | - |
| CMYK | 0.64 | 0 | 0.72 | 0.21 |
| HSL | 113.38º | 0.58% | 0.51% | - |
| HSV(B) | 113.38º | 0.72% | 0.79% | - |
| XYZ | 24.61 | 43.95 | 11.06 | - |
| YUV | 146.9 | 77.26 | 75.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 202 | 57 | 0.64 | 0 | 0.72 | 0.21 | 113.38 | 0.58 | 0.51 |
| Hex | 49 | CA | 39 | 40 | 0 | 48 | 15 | 71 | 3A | 33 |
| Octal | 111 | 312 | 71 | 100 | 0 | 110 | 25 | 161 | 72 | 63 |
| Binary | 1001001 | 11001010 | 111001 | 1000000 | 0 | 1001000 | 10101 | 1110001 | 111010 | 110011 |
Color Harmonies of #49CA39
Complementary color
Monochromatic Colors of #49CA39
Black with #49CA39
Text Example
Text Example
White with #49CA39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CA39; }
p { color: rgb(73,202,57); }
H1.HeaderClassName
{
color: #49CA39;
}
.AnyTagClassName
{
color: #49CA39;
}
</style>
background-color css
<style>
a { background-color: #49CA39; }
a { background-color: rgb(73,202,57); }
div.DivClassName
{
background-color: #49CA39;
}
.BgClassName
{
background-color: #49CA39;
}
</style>
border-color css
<style>
span { border-color: #49CA39; }
span { border-color: rgb(73,202,57); }
td.TdClassName
{
border-color: #49CA39;
}
.TagClassName
{
border-color: #49CA39;
}
</style>