Shades of Lime Green #21C714
Tints of Lime Green #21C714
RGB
CMYK
RGB Variations
Color information
#21C714 (or 0x21C714) is known color: Lime Green. HEX triplet: 21, C7 and 14. RGB value is (33,199,20). Sum of RGB (Red+Green+Blue) = 33+199+20=252 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.10% from 252); Green value is 199 (78.12% from 255 or 78.97% from 252); Blue value is 20 (8.20% from 255 or 7.94% from 252); Max value from RGB is 199 - color contains mainly: green. Hex color #21C714 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21C714 is #DE38EB. Grayscale: #818181. Windows color (decimal): -14563564 or 1361697. OLE color: 1361697.
HSL color Cylindrical-coordinate representation of color #21C714: hue angle of 115.64º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #21C714 is Cyan = 0.83, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 33 | 199 | 20 | - |
| CMYK | 0.83 | 0 | 0.90 | 0.22 |
| HSL | 115.64º | 0.82% | 0.43% | - |
| HSV(B) | 115.64º | 0.9% | 0.78% | - |
| XYZ | 21.18 | 41.22 | 7.5 | - |
| YUV | 128.96 | 66.5 | 59.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 199 | 20 | 0.83 | 0 | 0.90 | 0.22 | 115.64 | 0.82 | 0.43 |
| Hex | 21 | C7 | 14 | 53 | 0 | 5A | 16 | 74 | 52 | 2B |
| Octal | 41 | 307 | 24 | 123 | 0 | 132 | 26 | 164 | 122 | 53 |
| Binary | 100001 | 11000111 | 10100 | 1010011 | 0 | 1011010 | 10110 | 1110100 | 1010010 | 101011 |
Color Harmonies of #21C714
Complementary color
Monochromatic Colors of #21C714
Black with #21C714
Text Example
Text Example
White with #21C714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C714; }
p { color: rgb(33,199,20); }
H1.HeaderClassName
{
color: #21C714;
}
.AnyTagClassName
{
color: #21C714;
}
</style>
background-color css
<style>
a { background-color: #21C714; }
a { background-color: rgb(33,199,20); }
div.DivClassName
{
background-color: #21C714;
}
.BgClassName
{
background-color: #21C714;
}
</style>
border-color css
<style>
span { border-color: #21C714; }
span { border-color: rgb(33,199,20); }
td.TdClassName
{
border-color: #21C714;
}
.TagClassName
{
border-color: #21C714;
}
</style>