Shades of Lime Green #21C40A
Tints of Lime Green #21C40A
RGB
CMYK
RGB Variations
Color information
#21C40A (or 0x21C40A) is known color: Lime Green. HEX triplet: 21, C4 and 0A. RGB value is (33,196,10). Sum of RGB (Red+Green+Blue) = 33+196+10=239 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.81% from 239); Green value is 196 (76.95% from 255 or 82.01% from 239); Blue value is 10 (4.30% from 255 or 4.18% from 239); Max value from RGB is 196 - color contains mainly: green. Hex color #21C40A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21C40A is #DE3BF5. Grayscale: #7E7E7E. Windows color (decimal): -14564342 or 705569. OLE color: 705569.
HSL color Cylindrical-coordinate representation of color #21C40A: hue angle of 112.58º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #21C40A is Cyan = 0.83, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 33 | 196 | 10 | - |
| CMYK | 0.83 | 0 | 0.95 | 0.23 |
| HSL | 112.58º | 0.9% | 0.4% | - |
| HSV(B) | 112.58º | 0.95% | 0.77% | - |
| XYZ | 20.42 | 39.83 | 6.9 | - |
| YUV | 126.06 | 62.5 | 61.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 196 | 10 | 0.83 | 0 | 0.95 | 0.23 | 112.58 | 0.9 | 0.4 |
| Hex | 21 | C4 | A | 53 | 0 | 5F | 17 | 71 | 5A | 28 |
| Octal | 41 | 304 | 12 | 123 | 0 | 137 | 27 | 161 | 132 | 50 |
| Binary | 100001 | 11000100 | 1010 | 1010011 | 0 | 1011111 | 10111 | 1110001 | 1011010 | 101000 |
Color Harmonies of #21C40A
Complementary color
Monochromatic Colors of #21C40A
Black with #21C40A
Text Example
Text Example
White with #21C40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C40A; }
p { color: rgb(33,196,10); }
H1.HeaderClassName
{
color: #21C40A;
}
.AnyTagClassName
{
color: #21C40A;
}
</style>
background-color css
<style>
a { background-color: #21C40A; }
a { background-color: rgb(33,196,10); }
div.DivClassName
{
background-color: #21C40A;
}
.BgClassName
{
background-color: #21C40A;
}
</style>
border-color css
<style>
span { border-color: #21C40A; }
span { border-color: rgb(33,196,10); }
td.TdClassName
{
border-color: #21C40A;
}
.TagClassName
{
border-color: #21C40A;
}
</style>