Shades of Lime Green #21C722
Tints of Lime Green #21C722
RGB
CMYK
RGB Variations
Color information
#21C722 (or 0x21C722) is known color: Lime Green. HEX triplet: 21, C7 and 22. RGB value is (33,199,34). Sum of RGB (Red+Green+Blue) = 33+199+34=266 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.41% from 266); Green value is 199 (78.12% from 255 or 74.81% from 266); Blue value is 34 (13.67% from 255 or 12.78% from 266); Max value from RGB is 199 - color contains mainly: green. Hex color #21C722 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21C722 is #DE38DD. Grayscale: #838383. Windows color (decimal): -14563550 or 2279201. OLE color: 2279201.
HSL color Cylindrical-coordinate representation of color #21C722: hue angle of 120.36º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21C722 is Cyan = 0.83, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 33 | 199 | 34 | - |
| CMYK | 0.83 | 0 | 0.83 | 0.22 |
| HSL | 120.36º | 0.72% | 0.45% | - |
| HSV(B) | 120.36º | 0.83% | 0.78% | - |
| XYZ | 21.34 | 41.29 | 8.36 | - |
| YUV | 130.56 | 73.5 | 58.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 199 | 34 | 0.83 | 0 | 0.83 | 0.22 | 120.36 | 0.72 | 0.45 |
| Hex | 21 | C7 | 22 | 53 | 0 | 53 | 16 | 78 | 48 | 2D |
| Octal | 41 | 307 | 42 | 123 | 0 | 123 | 26 | 170 | 110 | 55 |
| Binary | 100001 | 11000111 | 100010 | 1010011 | 0 | 1010011 | 10110 | 1111000 | 1001000 | 101101 |
Color Harmonies of #21C722
Complementary color
Monochromatic Colors of #21C722
Black with #21C722
Text Example
Text Example
White with #21C722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C722; }
p { color: rgb(33,199,34); }
H1.HeaderClassName
{
color: #21C722;
}
.AnyTagClassName
{
color: #21C722;
}
</style>
background-color css
<style>
a { background-color: #21C722; }
a { background-color: rgb(33,199,34); }
div.DivClassName
{
background-color: #21C722;
}
.BgClassName
{
background-color: #21C722;
}
</style>
border-color css
<style>
span { border-color: #21C722; }
span { border-color: rgb(33,199,34); }
td.TdClassName
{
border-color: #21C722;
}
.TagClassName
{
border-color: #21C722;
}
</style>