Shades of Lime Green #21C71D
Tints of Lime Green #21C71D
RGB
CMYK
RGB Variations
Color information
#21C71D (or 0x21C71D) is known color: Lime Green. HEX triplet: 21, C7 and 1D. RGB value is (33,199,29). Sum of RGB (Red+Green+Blue) = 33+199+29=261 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.64% from 261); Green value is 199 (78.12% from 255 or 76.25% from 261); Blue value is 29 (11.72% from 255 or 11.11% from 261); Max value from RGB is 199 - color contains mainly: green. Hex color #21C71D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21C71D is #DE38E2. Grayscale: #828282. Windows color (decimal): -14563555 or 1951521. OLE color: 1951521.
HSL color Cylindrical-coordinate representation of color #21C71D: hue angle of 118.59º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21C71D is Cyan = 0.83, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 33 | 199 | 29 | - |
| CMYK | 0.83 | 0 | 0.85 | 0.22 |
| HSL | 118.59º | 0.75% | 0.45% | - |
| HSV(B) | 118.59º | 0.85% | 0.78% | - |
| XYZ | 21.27 | 41.26 | 8 | - |
| YUV | 129.99 | 71 | 58.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 199 | 29 | 0.83 | 0 | 0.85 | 0.22 | 118.59 | 0.75 | 0.45 |
| Hex | 21 | C7 | 1D | 53 | 0 | 55 | 16 | 77 | 4B | 2D |
| Octal | 41 | 307 | 35 | 123 | 0 | 125 | 26 | 167 | 113 | 55 |
| Binary | 100001 | 11000111 | 11101 | 1010011 | 0 | 1010101 | 10110 | 1110111 | 1001011 | 101101 |
Color Harmonies of #21C71D
Complementary color
Monochromatic Colors of #21C71D
Black with #21C71D
Text Example
Text Example
White with #21C71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C71D; }
p { color: rgb(33,199,29); }
H1.HeaderClassName
{
color: #21C71D;
}
.AnyTagClassName
{
color: #21C71D;
}
</style>
background-color css
<style>
a { background-color: #21C71D; }
a { background-color: rgb(33,199,29); }
div.DivClassName
{
background-color: #21C71D;
}
.BgClassName
{
background-color: #21C71D;
}
</style>
border-color css
<style>
span { border-color: #21C71D; }
span { border-color: rgb(33,199,29); }
td.TdClassName
{
border-color: #21C71D;
}
.TagClassName
{
border-color: #21C71D;
}
</style>