Shades of Lime Green #20CA10
Tints of Lime Green #20CA10
RGB
CMYK
RGB Variations
Color information
#20CA10 (or 0x20CA10) is known color: Lime Green. HEX triplet: 20, CA and 10. RGB value is (32,202,16). Sum of RGB (Red+Green+Blue) = 32+202+16=250 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.8% from 250); Green value is 202 (79.30% from 255 or 80.8% from 250); Blue value is 16 (6.64% from 255 or 6.4% from 250); Max value from RGB is 202 - color contains mainly: green. Hex color #20CA10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20CA10 is #DF35EF. Grayscale: #828282. Windows color (decimal): -14628336 or 1100320. OLE color: 1100320.
HSL color Cylindrical-coordinate representation of color #20CA10: hue angle of 114.84º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #20CA10 is Cyan = 0.84, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 202 | 16 | - |
| CMYK | 0.84 | 0 | 0.92 | 0.21 |
| HSL | 114.84º | 0.85% | 0.43% | - |
| HSV(B) | 114.84º | 0.92% | 0.79% | - |
| XYZ | 21.81 | 42.59 | 7.56 | - |
| YUV | 129.97 | 63.68 | 58.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 202 | 16 | 0.84 | 0 | 0.92 | 0.21 | 114.84 | 0.85 | 0.43 |
| Hex | 20 | CA | 10 | 54 | 0 | 5C | 15 | 73 | 55 | 2B |
| Octal | 40 | 312 | 20 | 124 | 0 | 134 | 25 | 163 | 125 | 53 |
| Binary | 100000 | 11001010 | 10000 | 1010100 | 0 | 1011100 | 10101 | 1110011 | 1010101 | 101011 |
Color Harmonies of #20CA10
Complementary color
Monochromatic Colors of #20CA10
Black with #20CA10
Text Example
Text Example
White with #20CA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CA10; }
p { color: rgb(32,202,16); }
H1.HeaderClassName
{
color: #20CA10;
}
.AnyTagClassName
{
color: #20CA10;
}
</style>
background-color css
<style>
a { background-color: #20CA10; }
a { background-color: rgb(32,202,16); }
div.DivClassName
{
background-color: #20CA10;
}
.BgClassName
{
background-color: #20CA10;
}
</style>
border-color css
<style>
span { border-color: #20CA10; }
span { border-color: rgb(32,202,16); }
td.TdClassName
{
border-color: #20CA10;
}
.TagClassName
{
border-color: #20CA10;
}
</style>