Shades of Lime Green #20CA29
Tints of Lime Green #20CA29
RGB
CMYK
RGB Variations
Color information
#20CA29 (or 0x20CA29) is known color: Lime Green. HEX triplet: 20, CA and 29. RGB value is (32,202,41). Sum of RGB (Red+Green+Blue) = 32+202+41=275 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.64% from 275); Green value is 202 (79.30% from 255 or 73.45% from 275); Blue value is 41 (16.41% from 255 or 14.91% from 275); Max value from RGB is 202 - color contains mainly: green. Hex color #20CA29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20CA29 is #DF35D6. Grayscale: #858585. Windows color (decimal): -14628311 or 2738720. OLE color: 2738720.
HSL color Cylindrical-coordinate representation of color #20CA29: hue angle of 123.18º 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 #20CA29 is Cyan = 0.84, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 202 | 41 | - |
| CMYK | 0.84 | 0 | 0.80 | 0.21 |
| HSL | 123.18º | 0.73% | 0.46% | - |
| HSV(B) | 123.18º | 0.84% | 0.79% | - |
| XYZ | 22.12 | 42.71 | 9.18 | - |
| YUV | 132.82 | 76.18 | 56.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 202 | 41 | 0.84 | 0 | 0.80 | 0.21 | 123.18 | 0.73 | 0.46 |
| Hex | 20 | CA | 29 | 54 | 0 | 50 | 15 | 7B | 49 | 2E |
| Octal | 40 | 312 | 51 | 124 | 0 | 120 | 25 | 173 | 111 | 56 |
| Binary | 100000 | 11001010 | 101001 | 1010100 | 0 | 1010000 | 10101 | 1111011 | 1001001 | 101110 |
Color Harmonies of #20CA29
Complementary color
Monochromatic Colors of #20CA29
Black with #20CA29
Text Example
Text Example
White with #20CA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CA29; }
p { color: rgb(32,202,41); }
H1.HeaderClassName
{
color: #20CA29;
}
.AnyTagClassName
{
color: #20CA29;
}
</style>
background-color css
<style>
a { background-color: #20CA29; }
a { background-color: rgb(32,202,41); }
div.DivClassName
{
background-color: #20CA29;
}
.BgClassName
{
background-color: #20CA29;
}
</style>
border-color css
<style>
span { border-color: #20CA29; }
span { border-color: rgb(32,202,41); }
td.TdClassName
{
border-color: #20CA29;
}
.TagClassName
{
border-color: #20CA29;
}
</style>