Shades of Lime Green #20CA26
Tints of Lime Green #20CA26
RGB
CMYK
RGB Variations
Color information
#20CA26 (or 0x20CA26) is known color: Lime Green. HEX triplet: 20, CA and 26. RGB value is (32,202,38). Sum of RGB (Red+Green+Blue) = 32+202+38=272 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.76% from 272); Green value is 202 (79.30% from 255 or 74.26% from 272); Blue value is 38 (15.23% from 255 or 13.97% from 272); Max value from RGB is 202 - color contains mainly: green. Hex color #20CA26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20CA26 is #DF35D9. Grayscale: #848484. Windows color (decimal): -14628314 or 2542112. OLE color: 2542112.
HSL color Cylindrical-coordinate representation of color #20CA26: hue angle of 122.12º 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 #20CA26 is Cyan = 0.84, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 202 | 38 | - |
| CMYK | 0.84 | 0 | 0.81 | 0.21 |
| HSL | 122.12º | 0.73% | 0.46% | - |
| HSV(B) | 122.12º | 0.84% | 0.79% | - |
| XYZ | 22.07 | 42.69 | 8.91 | - |
| YUV | 132.47 | 74.68 | 56.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 202 | 38 | 0.84 | 0 | 0.81 | 0.21 | 122.12 | 0.73 | 0.46 |
| Hex | 20 | CA | 26 | 54 | 0 | 51 | 15 | 7A | 49 | 2E |
| Octal | 40 | 312 | 46 | 124 | 0 | 121 | 25 | 172 | 111 | 56 |
| Binary | 100000 | 11001010 | 100110 | 1010100 | 0 | 1010001 | 10101 | 1111010 | 1001001 | 101110 |
Color Harmonies of #20CA26
Complementary color
Monochromatic Colors of #20CA26
Black with #20CA26
Text Example
Text Example
White with #20CA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CA26; }
p { color: rgb(32,202,38); }
H1.HeaderClassName
{
color: #20CA26;
}
.AnyTagClassName
{
color: #20CA26;
}
</style>
background-color css
<style>
a { background-color: #20CA26; }
a { background-color: rgb(32,202,38); }
div.DivClassName
{
background-color: #20CA26;
}
.BgClassName
{
background-color: #20CA26;
}
</style>
border-color css
<style>
span { border-color: #20CA26; }
span { border-color: rgb(32,202,38); }
td.TdClassName
{
border-color: #20CA26;
}
.TagClassName
{
border-color: #20CA26;
}
</style>