Shades of Lime Green #20CA31
Tints of Lime Green #20CA31
RGB
CMYK
RGB Variations
Color information
#20CA31 (or 0x20CA31) is known color: Lime Green. HEX triplet: 20, CA and 31. RGB value is (32,202,49). Sum of RGB (Red+Green+Blue) = 32+202+49=283 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.31% from 283); Green value is 202 (79.30% from 255 or 71.38% from 283); Blue value is 49 (19.53% from 255 or 17.31% from 283); Max value from RGB is 202 - color contains mainly: green. Hex color #20CA31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20CA31 is #DF35CE. Grayscale: #868686. Windows color (decimal): -14628303 or 3263008. OLE color: 3263008.
HSL color Cylindrical-coordinate representation of color #20CA31: hue angle of 126º 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 #20CA31 is Cyan = 0.84, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 202 | 49 | - |
| CMYK | 0.84 | 0 | 0.76 | 0.21 |
| HSL | 126º | 0.73% | 0.46% | - |
| HSV(B) | 126º | 0.84% | 0.79% | - |
| XYZ | 22.27 | 42.77 | 9.99 | - |
| YUV | 133.73 | 80.18 | 55.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 202 | 49 | 0.84 | 0 | 0.76 | 0.21 | 126 | 0.73 | 0.46 |
| Hex | 20 | CA | 31 | 54 | 0 | 4C | 15 | 7E | 49 | 2E |
| Octal | 40 | 312 | 61 | 124 | 0 | 114 | 25 | 176 | 111 | 56 |
| Binary | 100000 | 11001010 | 110001 | 1010100 | 0 | 1001100 | 10101 | 1111110 | 1001001 | 101110 |
Color Harmonies of #20CA31
Complementary color
Monochromatic Colors of #20CA31
Black with #20CA31
Text Example
Text Example
White with #20CA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CA31; }
p { color: rgb(32,202,49); }
H1.HeaderClassName
{
color: #20CA31;
}
.AnyTagClassName
{
color: #20CA31;
}
</style>
background-color css
<style>
a { background-color: #20CA31; }
a { background-color: rgb(32,202,49); }
div.DivClassName
{
background-color: #20CA31;
}
.BgClassName
{
background-color: #20CA31;
}
</style>
border-color css
<style>
span { border-color: #20CA31; }
span { border-color: rgb(32,202,49); }
td.TdClassName
{
border-color: #20CA31;
}
.TagClassName
{
border-color: #20CA31;
}
</style>