Shades of Lime Green #21E11D
Tints of Lime Green #21E11D
RGB
CMYK
RGB Variations
Color information
#21E11D (or 0x21E11D) is known color: Lime Green. HEX triplet: 21, E1 and 1D. RGB value is (33,225,29). Sum of RGB (Red+Green+Blue) = 33+225+29=287 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.50% from 287); Green value is 225 (88.28% from 255 or 78.40% from 287); Blue value is 29 (11.72% from 255 or 10.10% from 287); Max value from RGB is 225 - color contains mainly: green. Hex color #21E11D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21E11D is #DE1EE2. Grayscale: #919191. Windows color (decimal): -14556899 or 1958177. OLE color: 1958177.
HSL color Cylindrical-coordinate representation of color #21E11D: hue angle of 118.78º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21E11D is Cyan = 0.85, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 33 | 225 | 29 | - |
| CMYK | 0.85 | 0 | 0.87 | 0.12 |
| HSL | 118.78º | 0.77% | 0.5% | - |
| HSV(B) | 118.78º | 0.87% | 0.88% | - |
| XYZ | 27.77 | 54.26 | 10.17 | - |
| YUV | 145.25 | 62.39 | 47.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 225 | 29 | 0.85 | 0 | 0.87 | 0.12 | 118.78 | 0.77 | 0.5 |
| Hex | 21 | E1 | 1D | 55 | 0 | 57 | C | 77 | 4D | 32 |
| Octal | 41 | 341 | 35 | 125 | 0 | 127 | 14 | 167 | 115 | 62 |
| Binary | 100001 | 11100001 | 11101 | 1010101 | 0 | 1010111 | 1100 | 1110111 | 1001101 | 110010 |
Color Harmonies of #21E11D
Complementary color
Monochromatic Colors of #21E11D
Black with #21E11D
Text Example
Text Example
White with #21E11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E11D; }
p { color: rgb(33,225,29); }
H1.HeaderClassName
{
color: #21E11D;
}
.AnyTagClassName
{
color: #21E11D;
}
</style>
background-color css
<style>
a { background-color: #21E11D; }
a { background-color: rgb(33,225,29); }
div.DivClassName
{
background-color: #21E11D;
}
.BgClassName
{
background-color: #21E11D;
}
</style>
border-color css
<style>
span { border-color: #21E11D; }
span { border-color: rgb(33,225,29); }
td.TdClassName
{
border-color: #21E11D;
}
.TagClassName
{
border-color: #21E11D;
}
</style>