Shades of Lime Green #21E229
Tints of Lime Green #21E229
RGB
CMYK
RGB Variations
Color information
#21E229 (or 0x21E229) is known color: Lime Green. HEX triplet: 21, E2 and 29. RGB value is (33,226,41). Sum of RGB (Red+Green+Blue) = 33+226+41=300 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11% from 300); Green value is 226 (88.67% from 255 or 75.33% from 300); Blue value is 41 (16.41% from 255 or 13.67% from 300); Max value from RGB is 226 - color contains mainly: green. Hex color #21E229 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21E229 is #DE1DD6. Grayscale: #939393. Windows color (decimal): -14556631 or 2744865. OLE color: 2744865.
HSL color Cylindrical-coordinate representation of color #21E229: hue angle of 122.49º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21E229 is Cyan = 0.85, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 33 | 226 | 41 | - |
| CMYK | 0.85 | 0 | 0.82 | 0.11 |
| HSL | 122.49º | 0.77% | 0.51% | - |
| HSV(B) | 122.49º | 0.85% | 0.89% | - |
| XYZ | 28.22 | 54.88 | 11.2 | - |
| YUV | 147.2 | 68.06 | 46.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 226 | 41 | 0.85 | 0 | 0.82 | 0.11 | 122.49 | 0.77 | 0.51 |
| Hex | 21 | E2 | 29 | 55 | 0 | 52 | B | 7A | 4D | 33 |
| Octal | 41 | 342 | 51 | 125 | 0 | 122 | 13 | 172 | 115 | 63 |
| Binary | 100001 | 11100010 | 101001 | 1010101 | 0 | 1010010 | 1011 | 1111010 | 1001101 | 110011 |
Color Harmonies of #21E229
Complementary color
Monochromatic Colors of #21E229
Black with #21E229
Text Example
Text Example
White with #21E229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E229; }
p { color: rgb(33,226,41); }
H1.HeaderClassName
{
color: #21E229;
}
.AnyTagClassName
{
color: #21E229;
}
</style>
background-color css
<style>
a { background-color: #21E229; }
a { background-color: rgb(33,226,41); }
div.DivClassName
{
background-color: #21E229;
}
.BgClassName
{
background-color: #21E229;
}
</style>
border-color css
<style>
span { border-color: #21E229; }
span { border-color: rgb(33,226,41); }
td.TdClassName
{
border-color: #21E229;
}
.TagClassName
{
border-color: #21E229;
}
</style>