Shades of Lime Green #21D219
Tints of Lime Green #21D219
RGB
CMYK
RGB Variations
Color information
#21D219 (or 0x21D219) is known color: Lime Green. HEX triplet: 21, D2 and 19. RGB value is (33,210,25). Sum of RGB (Red+Green+Blue) = 33+210+25=268 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.31% from 268); Green value is 210 (82.42% from 255 or 78.36% from 268); Blue value is 25 (10.16% from 255 or 9.33% from 268); Max value from RGB is 210 - color contains mainly: green. Hex color #21D219 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21D219 is #DE2DE6. Grayscale: #888888. Windows color (decimal): -14560743 or 1692193. OLE color: 1692193.
HSL color Cylindrical-coordinate representation of color #21D219: hue angle of 117.41º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #21D219 is Cyan = 0.84, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 210 | 25 | - |
| CMYK | 0.84 | 0 | 0.88 | 0.18 |
| HSL | 117.41º | 0.79% | 0.46% | - |
| HSV(B) | 117.41º | 0.88% | 0.82% | - |
| XYZ | 23.85 | 46.49 | 8.64 | - |
| YUV | 135.99 | 65.36 | 54.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 210 | 25 | 0.84 | 0 | 0.88 | 0.18 | 117.41 | 0.79 | 0.46 |
| Hex | 21 | D2 | 19 | 54 | 0 | 58 | 12 | 75 | 4F | 2E |
| Octal | 41 | 322 | 31 | 124 | 0 | 130 | 22 | 165 | 117 | 56 |
| Binary | 100001 | 11010010 | 11001 | 1010100 | 0 | 1011000 | 10010 | 1110101 | 1001111 | 101110 |
Color Harmonies of #21D219
Complementary color
Monochromatic Colors of #21D219
Black with #21D219
Text Example
Text Example
White with #21D219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D219; }
p { color: rgb(33,210,25); }
H1.HeaderClassName
{
color: #21D219;
}
.AnyTagClassName
{
color: #21D219;
}
</style>
background-color css
<style>
a { background-color: #21D219; }
a { background-color: rgb(33,210,25); }
div.DivClassName
{
background-color: #21D219;
}
.BgClassName
{
background-color: #21D219;
}
</style>
border-color css
<style>
span { border-color: #21D219; }
span { border-color: rgb(33,210,25); }
td.TdClassName
{
border-color: #21D219;
}
.TagClassName
{
border-color: #21D219;
}
</style>