Shades of Lime Green #20CA36
Tints of Lime Green #20CA36
RGB
CMYK
RGB Variations
Color information
#20CA36 (or 0x20CA36) is known color: Lime Green. HEX triplet: 20, CA and 36. RGB value is (32,202,54). Sum of RGB (Red+Green+Blue) = 32+202+54=288 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.11% from 288); Green value is 202 (79.30% from 255 or 70.14% from 288); Blue value is 54 (21.48% from 255 or 18.75% from 288); Max value from RGB is 202 - color contains mainly: green. Hex color #20CA36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20CA36 is #DF35C9. Grayscale: #868686. Windows color (decimal): -14628298 or 3590688. OLE color: 3590688.
HSL color Cylindrical-coordinate representation of color #20CA36: hue angle of 127.76º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20CA36 is Cyan = 0.84, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 202 | 54 | - |
| CMYK | 0.84 | 0 | 0.73 | 0.21 |
| HSL | 127.76º | 0.73% | 0.46% | - |
| HSV(B) | 127.76º | 0.84% | 0.79% | - |
| XYZ | 22.38 | 42.81 | 10.57 | - |
| YUV | 134.3 | 82.68 | 55.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 202 | 54 | 0.84 | 0 | 0.73 | 0.21 | 127.76 | 0.73 | 0.46 |
| Hex | 20 | CA | 36 | 54 | 0 | 49 | 15 | 80 | 49 | 2E |
| Octal | 40 | 312 | 66 | 124 | 0 | 111 | 25 | 200 | 111 | 56 |
| Binary | 100000 | 11001010 | 110110 | 1010100 | 0 | 1001001 | 10101 | 10000000 | 1001001 | 101110 |
Color Harmonies of #20CA36
Complementary color
Monochromatic Colors of #20CA36
Black with #20CA36
Text Example
Text Example
White with #20CA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CA36; }
p { color: rgb(32,202,54); }
H1.HeaderClassName
{
color: #20CA36;
}
.AnyTagClassName
{
color: #20CA36;
}
</style>
background-color css
<style>
a { background-color: #20CA36; }
a { background-color: rgb(32,202,54); }
div.DivClassName
{
background-color: #20CA36;
}
.BgClassName
{
background-color: #20CA36;
}
</style>
border-color css
<style>
span { border-color: #20CA36; }
span { border-color: rgb(32,202,54); }
td.TdClassName
{
border-color: #20CA36;
}
.TagClassName
{
border-color: #20CA36;
}
</style>