Shades of Lime Green #21EA28
Tints of Lime Green #21EA28
RGB
CMYK
RGB Variations
Color information
#21EA28 (or 0x21EA28) is known color: Lime Green. HEX triplet: 21, EA and 28. RGB value is (33,234,40). Sum of RGB (Red+Green+Blue) = 33+234+40=307 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.75% from 307); Green value is 234 (91.80% from 255 or 76.22% from 307); Blue value is 40 (16.02% from 255 or 13.03% from 307); Max value from RGB is 234 - color contains mainly: green. Hex color #21EA28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #21EA28 is #DE15D7. Grayscale: #989898. Windows color (decimal): -14554584 or 2681377. OLE color: 2681377.
HSL color Cylindrical-coordinate representation of color #21EA28: hue angle of 122.09º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21EA28 is Cyan = 0.86, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 33 | 234 | 40 | - |
| CMYK | 0.86 | 0 | 0.83 | 0.08 |
| HSL | 122.09º | 0.83% | 0.52% | - |
| HSV(B) | 122.09º | 0.86% | 0.92% | - |
| XYZ | 30.43 | 59.32 | 11.85 | - |
| YUV | 151.79 | 64.91 | 43.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 234 | 40 | 0.86 | 0 | 0.83 | 0.08 | 122.09 | 0.83 | 0.52 |
| Hex | 21 | EA | 28 | 56 | 0 | 53 | 8 | 7A | 53 | 34 |
| Octal | 41 | 352 | 50 | 126 | 0 | 123 | 10 | 172 | 123 | 64 |
| Binary | 100001 | 11101010 | 101000 | 1010110 | 0 | 1010011 | 1000 | 1111010 | 1010011 | 110100 |
Color Harmonies of #21EA28
Complementary color
Monochromatic Colors of #21EA28
Black with #21EA28
Text Example
Text Example
White with #21EA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21EA28; }
p { color: rgb(33,234,40); }
H1.HeaderClassName
{
color: #21EA28;
}
.AnyTagClassName
{
color: #21EA28;
}
</style>
background-color css
<style>
a { background-color: #21EA28; }
a { background-color: rgb(33,234,40); }
div.DivClassName
{
background-color: #21EA28;
}
.BgClassName
{
background-color: #21EA28;
}
</style>
border-color css
<style>
span { border-color: #21EA28; }
span { border-color: rgb(33,234,40); }
td.TdClassName
{
border-color: #21EA28;
}
.TagClassName
{
border-color: #21EA28;
}
</style>