Shades of Lime Green #36CA4A
Tints of Lime Green #36CA4A
RGB
CMYK
RGB Variations
Color information
#36CA4A (or 0x36CA4A) is known color: Lime Green. HEX triplet: 36, CA and 4A. RGB value is (54,202,74). Sum of RGB (Red+Green+Blue) = 54+202+74=330 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.36% from 330); Green value is 202 (79.30% from 255 or 61.21% from 330); Blue value is 74 (29.30% from 255 or 22.42% from 330); Max value from RGB is 202 - color contains mainly: green. Hex color #36CA4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36CA4A is #C935B5. Grayscale: #8F8F8F. Windows color (decimal): -13186486 or 4901430. OLE color: 4901430.
HSL color Cylindrical-coordinate representation of color #36CA4A: hue angle of 128.11º 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 #36CA4A is Cyan = 0.73, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 54 | 202 | 74 | - |
| CMYK | 0.73 | 0 | 0.63 | 0.21 |
| HSL | 128.11º | 0.58% | 0.5% | - |
| HSV(B) | 128.11º | 0.73% | 0.79% | - |
| XYZ | 23.88 | 43.52 | 13.62 | - |
| YUV | 143.16 | 88.97 | 64.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 202 | 74 | 0.73 | 0 | 0.63 | 0.21 | 128.11 | 0.58 | 0.5 |
| Hex | 36 | CA | 4A | 49 | 0 | 3F | 15 | 80 | 3A | 32 |
| Octal | 66 | 312 | 112 | 111 | 0 | 77 | 25 | 200 | 72 | 62 |
| Binary | 110110 | 11001010 | 1001010 | 1001001 | 0 | 111111 | 10101 | 10000000 | 111010 | 110010 |
Color Harmonies of #36CA4A
Complementary color
Monochromatic Colors of #36CA4A
Black with #36CA4A
Text Example
Text Example
White with #36CA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36CA4A; }
p { color: rgb(54,202,74); }
H1.HeaderClassName
{
color: #36CA4A;
}
.AnyTagClassName
{
color: #36CA4A;
}
</style>
background-color css
<style>
a { background-color: #36CA4A; }
a { background-color: rgb(54,202,74); }
div.DivClassName
{
background-color: #36CA4A;
}
.BgClassName
{
background-color: #36CA4A;
}
</style>
border-color css
<style>
span { border-color: #36CA4A; }
span { border-color: rgb(54,202,74); }
td.TdClassName
{
border-color: #36CA4A;
}
.TagClassName
{
border-color: #36CA4A;
}
</style>