Shades of Lime Green #21D71E
Tints of Lime Green #21D71E
RGB
CMYK
RGB Variations
Color information
#21D71E (or 0x21D71E) is known color: Lime Green. HEX triplet: 21, D7 and 1E. RGB value is (33,215,30). Sum of RGB (Red+Green+Blue) = 33+215+30=278 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.87% from 278); Green value is 215 (84.38% from 255 or 77.34% from 278); Blue value is 30 (12.11% from 255 or 10.79% from 278); Max value from RGB is 215 - color contains mainly: green. Hex color #21D71E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D71E is #DE28E1. Grayscale: #8C8C8C. Windows color (decimal): -14559458 or 2021153. OLE color: 2021153.
HSL color Cylindrical-coordinate representation of color #21D71E: hue angle of 119.03º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21D71E is Cyan = 0.85, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 33 | 215 | 30 | - |
| CMYK | 0.85 | 0 | 0.86 | 0.16 |
| HSL | 119.03º | 0.76% | 0.48% | - |
| HSV(B) | 119.03º | 0.86% | 0.84% | - |
| XYZ | 25.16 | 49.02 | 9.36 | - |
| YUV | 139.49 | 66.2 | 52.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 215 | 30 | 0.85 | 0 | 0.86 | 0.16 | 119.03 | 0.76 | 0.48 |
| Hex | 21 | D7 | 1E | 55 | 0 | 56 | 10 | 77 | 4C | 30 |
| Octal | 41 | 327 | 36 | 125 | 0 | 126 | 20 | 167 | 114 | 60 |
| Binary | 100001 | 11010111 | 11110 | 1010101 | 0 | 1010110 | 10000 | 1110111 | 1001100 | 110000 |
Color Harmonies of #21D71E
Complementary color
Monochromatic Colors of #21D71E
Black with #21D71E
Text Example
Text Example
White with #21D71E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D71E; }
p { color: rgb(33,215,30); }
H1.HeaderClassName
{
color: #21D71E;
}
.AnyTagClassName
{
color: #21D71E;
}
</style>
background-color css
<style>
a { background-color: #21D71E; }
a { background-color: rgb(33,215,30); }
div.DivClassName
{
background-color: #21D71E;
}
.BgClassName
{
background-color: #21D71E;
}
</style>
border-color css
<style>
span { border-color: #21D71E; }
span { border-color: rgb(33,215,30); }
td.TdClassName
{
border-color: #21D71E;
}
.TagClassName
{
border-color: #21D71E;
}
</style>