Shades of Lime Green #21E423
Tints of Lime Green #21E423
RGB
CMYK
RGB Variations
Color information
#21E423 (or 0x21E423) is known color: Lime Green. HEX triplet: 21, E4 and 23. RGB value is (33,228,35). Sum of RGB (Red+Green+Blue) = 33+228+35=296 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.15% from 296); Green value is 228 (89.45% from 255 or 77.03% from 296); Blue value is 35 (14.06% from 255 or 11.82% from 296); Max value from RGB is 228 - color contains mainly: green. Hex color #21E423 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21E423 is #DE1BDC. Grayscale: #949494. Windows color (decimal): -14556125 or 2352161. OLE color: 2352161.
HSL color Cylindrical-coordinate representation of color #21E423: hue angle of 120.62º 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 #21E423 is Cyan = 0.86, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 33 | 228 | 35 | - |
| CMYK | 0.86 | 0 | 0.85 | 0.11 |
| HSL | 120.62º | 0.78% | 0.51% | - |
| HSV(B) | 120.62º | 0.86% | 0.89% | - |
| XYZ | 28.67 | 55.93 | 10.87 | - |
| YUV | 147.69 | 64.4 | 46.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 228 | 35 | 0.86 | 0 | 0.85 | 0.11 | 120.62 | 0.78 | 0.51 |
| Hex | 21 | E4 | 23 | 56 | 0 | 55 | B | 79 | 4E | 33 |
| Octal | 41 | 344 | 43 | 126 | 0 | 125 | 13 | 171 | 116 | 63 |
| Binary | 100001 | 11100100 | 100011 | 1010110 | 0 | 1010101 | 1011 | 1111001 | 1001110 | 110011 |
Color Harmonies of #21E423
Complementary color
Monochromatic Colors of #21E423
Black with #21E423
Text Example
Text Example
White with #21E423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E423; }
p { color: rgb(33,228,35); }
H1.HeaderClassName
{
color: #21E423;
}
.AnyTagClassName
{
color: #21E423;
}
</style>
background-color css
<style>
a { background-color: #21E423; }
a { background-color: rgb(33,228,35); }
div.DivClassName
{
background-color: #21E423;
}
.BgClassName
{
background-color: #21E423;
}
</style>
border-color css
<style>
span { border-color: #21E423; }
span { border-color: rgb(33,228,35); }
td.TdClassName
{
border-color: #21E423;
}
.TagClassName
{
border-color: #21E423;
}
</style>