Shades of Lime Green #36CA49
Tints of Lime Green #36CA49
RGB
CMYK
RGB Variations
Color information
#36CA49 (or 0x36CA49) is known color: Lime Green. HEX triplet: 36, CA and 49. RGB value is (54,202,73). Sum of RGB (Red+Green+Blue) = 54+202+73=329 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.41% from 329); Green value is 202 (79.30% from 255 or 61.40% from 329); Blue value is 73 (28.91% from 255 or 22.19% from 329); Max value from RGB is 202 - color contains mainly: green. Hex color #36CA49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36CA49 is #C935B6. Grayscale: #8F8F8F. Windows color (decimal): -13186487 or 4835894. OLE color: 4835894.
HSL color Cylindrical-coordinate representation of color #36CA49: hue angle of 127.7º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #36CA49 is Cyan = 0.73, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 54 | 202 | 73 | - |
| CMYK | 0.73 | 0 | 0.64 | 0.21 |
| HSL | 127.7º | 0.58% | 0.5% | - |
| HSV(B) | 127.7º | 0.73% | 0.79% | - |
| XYZ | 23.84 | 43.51 | 13.44 | - |
| YUV | 143.04 | 88.47 | 64.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 202 | 73 | 0.73 | 0 | 0.64 | 0.21 | 127.7 | 0.58 | 0.5 |
| Hex | 36 | CA | 49 | 49 | 0 | 40 | 15 | 80 | 3A | 32 |
| Octal | 66 | 312 | 111 | 111 | 0 | 100 | 25 | 200 | 72 | 62 |
| Binary | 110110 | 11001010 | 1001001 | 1001001 | 0 | 1000000 | 10101 | 10000000 | 111010 | 110010 |
Color Harmonies of #36CA49
Complementary color
Monochromatic Colors of #36CA49
Black with #36CA49
Text Example
Text Example
White with #36CA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36CA49; }
p { color: rgb(54,202,73); }
H1.HeaderClassName
{
color: #36CA49;
}
.AnyTagClassName
{
color: #36CA49;
}
</style>
background-color css
<style>
a { background-color: #36CA49; }
a { background-color: rgb(54,202,73); }
div.DivClassName
{
background-color: #36CA49;
}
.BgClassName
{
background-color: #36CA49;
}
</style>
border-color css
<style>
span { border-color: #36CA49; }
span { border-color: rgb(54,202,73); }
td.TdClassName
{
border-color: #36CA49;
}
.TagClassName
{
border-color: #36CA49;
}
</style>