Shades of Lime Green #21E428
Tints of Lime Green #21E428
RGB
CMYK
RGB Variations
Color information
#21E428 (or 0x21E428) is known color: Lime Green. HEX triplet: 21, E4 and 28. RGB value is (33,228,40). Sum of RGB (Red+Green+Blue) = 33+228+40=301 (39% of max value = 765). Red value is 33 (13.28% from 255 or 10.96% from 301); Green value is 228 (89.45% from 255 or 75.75% from 301); Blue value is 40 (16.02% from 255 or 13.29% from 301); Max value from RGB is 228 - color contains mainly: green. Hex color #21E428 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21E428 is #DE1BD7. Grayscale: #949494. Windows color (decimal): -14556120 or 2679841. OLE color: 2679841.
HSL color Cylindrical-coordinate representation of color #21E428: hue angle of 122.15º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21E428 is Cyan = 0.86, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 33 | 228 | 40 | - |
| CMYK | 0.86 | 0 | 0.82 | 0.11 |
| HSL | 122.15º | 0.78% | 0.51% | - |
| HSV(B) | 122.15º | 0.86% | 0.89% | - |
| XYZ | 28.75 | 55.96 | 11.29 | - |
| YUV | 148.26 | 66.9 | 45.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 228 | 40 | 0.86 | 0 | 0.82 | 0.11 | 122.15 | 0.78 | 0.51 |
| Hex | 21 | E4 | 28 | 56 | 0 | 52 | B | 7A | 4E | 33 |
| Octal | 41 | 344 | 50 | 126 | 0 | 122 | 13 | 172 | 116 | 63 |
| Binary | 100001 | 11100100 | 101000 | 1010110 | 0 | 1010010 | 1011 | 1111010 | 1001110 | 110011 |
Color Harmonies of #21E428
Complementary color
Monochromatic Colors of #21E428
Black with #21E428
Text Example
Text Example
White with #21E428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E428; }
p { color: rgb(33,228,40); }
H1.HeaderClassName
{
color: #21E428;
}
.AnyTagClassName
{
color: #21E428;
}
</style>
background-color css
<style>
a { background-color: #21E428; }
a { background-color: rgb(33,228,40); }
div.DivClassName
{
background-color: #21E428;
}
.BgClassName
{
background-color: #21E428;
}
</style>
border-color css
<style>
span { border-color: #21E428; }
span { border-color: rgb(33,228,40); }
td.TdClassName
{
border-color: #21E428;
}
.TagClassName
{
border-color: #21E428;
}
</style>