Shades of Lime Green #21CA10
Tints of Lime Green #21CA10
RGB
CMYK
RGB Variations
Color information
#21CA10 (or 0x21CA10) is known color: Lime Green. HEX triplet: 21, CA and 10. RGB value is (33,202,16). Sum of RGB (Red+Green+Blue) = 33+202+16=251 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.15% from 251); Green value is 202 (79.30% from 255 or 80.48% from 251); Blue value is 16 (6.64% from 255 or 6.37% from 251); Max value from RGB is 202 - color contains mainly: green. Hex color #21CA10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21CA10 is #DE35EF. Grayscale: #828282. Windows color (decimal): -14562800 or 1100321. OLE color: 1100321.
HSL color Cylindrical-coordinate representation of color #21CA10: hue angle of 114.52º 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 #21CA10 is Cyan = 0.84, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 33 | 202 | 16 | - |
| CMYK | 0.84 | 0 | 0.92 | 0.21 |
| HSL | 114.52º | 0.85% | 0.43% | - |
| HSV(B) | 114.52º | 0.92% | 0.79% | - |
| XYZ | 21.84 | 42.6 | 7.56 | - |
| YUV | 130.27 | 63.51 | 58.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 202 | 16 | 0.84 | 0 | 0.92 | 0.21 | 114.52 | 0.85 | 0.43 |
| Hex | 21 | CA | 10 | 54 | 0 | 5C | 15 | 73 | 55 | 2B |
| Octal | 41 | 312 | 20 | 124 | 0 | 134 | 25 | 163 | 125 | 53 |
| Binary | 100001 | 11001010 | 10000 | 1010100 | 0 | 1011100 | 10101 | 1110011 | 1010101 | 101011 |
Color Harmonies of #21CA10
Complementary color
Monochromatic Colors of #21CA10
Black with #21CA10
Text Example
Text Example
White with #21CA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CA10; }
p { color: rgb(33,202,16); }
H1.HeaderClassName
{
color: #21CA10;
}
.AnyTagClassName
{
color: #21CA10;
}
</style>
background-color css
<style>
a { background-color: #21CA10; }
a { background-color: rgb(33,202,16); }
div.DivClassName
{
background-color: #21CA10;
}
.BgClassName
{
background-color: #21CA10;
}
</style>
border-color css
<style>
span { border-color: #21CA10; }
span { border-color: rgb(33,202,16); }
td.TdClassName
{
border-color: #21CA10;
}
.TagClassName
{
border-color: #21CA10;
}
</style>