Shades of Lime Green #21C705
Tints of Lime Green #21C705
RGB
CMYK
RGB Variations
Color information
#21C705 (or 0x21C705) is known color: Lime Green. HEX triplet: 21, C7 and 05. RGB value is (33,199,5). Sum of RGB (Red+Green+Blue) = 33+199+5=237 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.92% from 237); Green value is 199 (78.12% from 255 or 83.97% from 237); Blue value is 5 (2.34% from 255 or 2.11% from 237); Max value from RGB is 199 - color contains mainly: green. Hex color #21C705 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21C705 is #DE38FA. Grayscale: #7F7F7F. Windows color (decimal): -14563579 or 378657. OLE color: 378657.
HSL color Cylindrical-coordinate representation of color #21C705: hue angle of 111.34º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #21C705 is Cyan = 0.83, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 33 | 199 | 5 | - |
| CMYK | 0.83 | 0 | 0.97 | 0.22 |
| HSL | 111.34º | 0.95% | 0.4% | - |
| HSV(B) | 111.34º | 0.97% | 0.78% | - |
| XYZ | 21.08 | 41.18 | 6.98 | - |
| YUV | 127.25 | 59 | 60.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 199 | 5 | 0.83 | 0 | 0.97 | 0.22 | 111.34 | 0.95 | 0.4 |
| Hex | 21 | C7 | 5 | 53 | 0 | 61 | 16 | 6F | 5F | 28 |
| Octal | 41 | 307 | 5 | 123 | 0 | 141 | 26 | 157 | 137 | 50 |
| Binary | 100001 | 11000111 | 101 | 1010011 | 0 | 1100001 | 10110 | 1101111 | 1011111 | 101000 |
Color Harmonies of #21C705
Complementary color
Monochromatic Colors of #21C705
Black with #21C705
Text Example
Text Example
White with #21C705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C705; }
p { color: rgb(33,199,5); }
H1.HeaderClassName
{
color: #21C705;
}
.AnyTagClassName
{
color: #21C705;
}
</style>
background-color css
<style>
a { background-color: #21C705; }
a { background-color: rgb(33,199,5); }
div.DivClassName
{
background-color: #21C705;
}
.BgClassName
{
background-color: #21C705;
}
</style>
border-color css
<style>
span { border-color: #21C705; }
span { border-color: rgb(33,199,5); }
td.TdClassName
{
border-color: #21C705;
}
.TagClassName
{
border-color: #21C705;
}
</style>