Shades of Lime Green #20CA2C
Tints of Lime Green #20CA2C
RGB
CMYK
RGB Variations
Color information
#20CA2C (or 0x20CA2C) is known color: Lime Green. HEX triplet: 20, CA and 2C. RGB value is (32,202,44). Sum of RGB (Red+Green+Blue) = 32+202+44=278 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.51% from 278); Green value is 202 (79.30% from 255 or 72.66% from 278); Blue value is 44 (17.58% from 255 or 15.83% from 278); Max value from RGB is 202 - color contains mainly: green. Hex color #20CA2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20CA2C is #DF35D3. Grayscale: #858585. Windows color (decimal): -14628308 or 2935328. OLE color: 2935328.
HSL color Cylindrical-coordinate representation of color #20CA2C: hue angle of 124.24º 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 #20CA2C is Cyan = 0.84, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 202 | 44 | - |
| CMYK | 0.84 | 0 | 0.78 | 0.21 |
| HSL | 124.24º | 0.73% | 0.46% | - |
| HSV(B) | 124.24º | 0.84% | 0.79% | - |
| XYZ | 22.17 | 42.73 | 9.46 | - |
| YUV | 133.16 | 77.68 | 55.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 202 | 44 | 0.84 | 0 | 0.78 | 0.21 | 124.24 | 0.73 | 0.46 |
| Hex | 20 | CA | 2C | 54 | 0 | 4E | 15 | 7C | 49 | 2E |
| Octal | 40 | 312 | 54 | 124 | 0 | 116 | 25 | 174 | 111 | 56 |
| Binary | 100000 | 11001010 | 101100 | 1010100 | 0 | 1001110 | 10101 | 1111100 | 1001001 | 101110 |
Color Harmonies of #20CA2C
Complementary color
Monochromatic Colors of #20CA2C
Black with #20CA2C
Text Example
Text Example
White with #20CA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CA2C; }
p { color: rgb(32,202,44); }
H1.HeaderClassName
{
color: #20CA2C;
}
.AnyTagClassName
{
color: #20CA2C;
}
</style>
background-color css
<style>
a { background-color: #20CA2C; }
a { background-color: rgb(32,202,44); }
div.DivClassName
{
background-color: #20CA2C;
}
.BgClassName
{
background-color: #20CA2C;
}
</style>
border-color css
<style>
span { border-color: #20CA2C; }
span { border-color: rgb(32,202,44); }
td.TdClassName
{
border-color: #20CA2C;
}
.TagClassName
{
border-color: #20CA2C;
}
</style>