Shades of Lime Green #21C719
Tints of Lime Green #21C719
RGB
CMYK
RGB Variations
Color information
#21C719 (or 0x21C719) is known color: Lime Green. HEX triplet: 21, C7 and 19. RGB value is (33,199,25). Sum of RGB (Red+Green+Blue) = 33+199+25=257 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.84% from 257); Green value is 199 (78.12% from 255 or 77.43% from 257); Blue value is 25 (10.16% from 255 or 9.73% from 257); Max value from RGB is 199 - color contains mainly: green. Hex color #21C719 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21C719 is #DE38E6. Grayscale: #828282. Windows color (decimal): -14563559 or 1689377. OLE color: 1689377.
HSL color Cylindrical-coordinate representation of color #21C719: hue angle of 117.24º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21C719 is Cyan = 0.83, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 33 | 199 | 25 | - |
| CMYK | 0.83 | 0 | 0.87 | 0.22 |
| HSL | 117.24º | 0.78% | 0.44% | - |
| HSV(B) | 117.24º | 0.87% | 0.78% | - |
| XYZ | 21.23 | 41.24 | 7.76 | - |
| YUV | 129.53 | 69 | 59.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 199 | 25 | 0.83 | 0 | 0.87 | 0.22 | 117.24 | 0.78 | 0.44 |
| Hex | 21 | C7 | 19 | 53 | 0 | 57 | 16 | 75 | 4E | 2C |
| Octal | 41 | 307 | 31 | 123 | 0 | 127 | 26 | 165 | 116 | 54 |
| Binary | 100001 | 11000111 | 11001 | 1010011 | 0 | 1010111 | 10110 | 1110101 | 1001110 | 101100 |
Color Harmonies of #21C719
Complementary color
Monochromatic Colors of #21C719
Black with #21C719
Text Example
Text Example
White with #21C719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C719; }
p { color: rgb(33,199,25); }
H1.HeaderClassName
{
color: #21C719;
}
.AnyTagClassName
{
color: #21C719;
}
</style>
background-color css
<style>
a { background-color: #21C719; }
a { background-color: rgb(33,199,25); }
div.DivClassName
{
background-color: #21C719;
}
.BgClassName
{
background-color: #21C719;
}
</style>
border-color css
<style>
span { border-color: #21C719; }
span { border-color: rgb(33,199,25); }
td.TdClassName
{
border-color: #21C719;
}
.TagClassName
{
border-color: #21C719;
}
</style>