Shades of Lime Green #21C619
Tints of Lime Green #21C619
RGB
CMYK
RGB Variations
Color information
#21C619 (or 0x21C619) is known color: Lime Green. HEX triplet: 21, C6 and 19. RGB value is (33,198,25). Sum of RGB (Red+Green+Blue) = 33+198+25=256 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.89% from 256); Green value is 198 (77.73% from 255 or 77.34% from 256); Blue value is 25 (10.16% from 255 or 9.77% from 256); Max value from RGB is 198 - color contains mainly: green. Hex color #21C619 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21C619 is #DE39E6. Grayscale: #818181. Windows color (decimal): -14563815 or 1689121. OLE color: 1689121.
HSL color Cylindrical-coordinate representation of color #21C619: hue angle of 117.23º 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 #21C619 is Cyan = 0.83, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 33 | 198 | 25 | - |
| CMYK | 0.83 | 0 | 0.87 | 0.22 |
| HSL | 117.23º | 0.78% | 0.44% | - |
| HSV(B) | 117.23º | 0.87% | 0.78% | - |
| XYZ | 21 | 40.78 | 7.68 | - |
| YUV | 128.94 | 69.34 | 59.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 198 | 25 | 0.83 | 0 | 0.87 | 0.22 | 117.23 | 0.78 | 0.44 |
| Hex | 21 | C6 | 19 | 53 | 0 | 57 | 16 | 75 | 4E | 2C |
| Octal | 41 | 306 | 31 | 123 | 0 | 127 | 26 | 165 | 116 | 54 |
| Binary | 100001 | 11000110 | 11001 | 1010011 | 0 | 1010111 | 10110 | 1110101 | 1001110 | 101100 |
Color Harmonies of #21C619
Complementary color
Monochromatic Colors of #21C619
Black with #21C619
Text Example
Text Example
White with #21C619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C619; }
p { color: rgb(33,198,25); }
H1.HeaderClassName
{
color: #21C619;
}
.AnyTagClassName
{
color: #21C619;
}
</style>
background-color css
<style>
a { background-color: #21C619; }
a { background-color: rgb(33,198,25); }
div.DivClassName
{
background-color: #21C619;
}
.BgClassName
{
background-color: #21C619;
}
</style>
border-color css
<style>
span { border-color: #21C619; }
span { border-color: rgb(33,198,25); }
td.TdClassName
{
border-color: #21C619;
}
.TagClassName
{
border-color: #21C619;
}
</style>