Shades of Lime Green #21E123
Tints of Lime Green #21E123
RGB
CMYK
RGB Variations
Color information
#21E123 (or 0x21E123) is known color: Lime Green. HEX triplet: 21, E1 and 23. RGB value is (33,225,35). Sum of RGB (Red+Green+Blue) = 33+225+35=293 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.26% from 293); Green value is 225 (88.28% from 255 or 76.79% from 293); Blue value is 35 (14.06% from 255 or 11.95% from 293); Max value from RGB is 225 - color contains mainly: green. Hex color #21E123 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21E123 is #DE1EDC. Grayscale: #929292. Windows color (decimal): -14556893 or 2351393. OLE color: 2351393.
HSL color Cylindrical-coordinate representation of color #21E123: hue angle of 120.63º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21E123 is Cyan = 0.85, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 33 | 225 | 35 | - |
| CMYK | 0.85 | 0 | 0.84 | 0.12 |
| HSL | 120.63º | 0.76% | 0.51% | - |
| HSV(B) | 120.63º | 0.85% | 0.88% | - |
| XYZ | 27.86 | 54.3 | 10.6 | - |
| YUV | 145.93 | 65.39 | 47.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 225 | 35 | 0.85 | 0 | 0.84 | 0.12 | 120.63 | 0.76 | 0.51 |
| Hex | 21 | E1 | 23 | 55 | 0 | 54 | C | 79 | 4C | 33 |
| Octal | 41 | 341 | 43 | 125 | 0 | 124 | 14 | 171 | 114 | 63 |
| Binary | 100001 | 11100001 | 100011 | 1010101 | 0 | 1010100 | 1100 | 1111001 | 1001100 | 110011 |
Color Harmonies of #21E123
Complementary color
Monochromatic Colors of #21E123
Black with #21E123
Text Example
Text Example
White with #21E123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E123; }
p { color: rgb(33,225,35); }
H1.HeaderClassName
{
color: #21E123;
}
.AnyTagClassName
{
color: #21E123;
}
</style>
background-color css
<style>
a { background-color: #21E123; }
a { background-color: rgb(33,225,35); }
div.DivClassName
{
background-color: #21E123;
}
.BgClassName
{
background-color: #21E123;
}
</style>
border-color css
<style>
span { border-color: #21E123; }
span { border-color: rgb(33,225,35); }
td.TdClassName
{
border-color: #21E123;
}
.TagClassName
{
border-color: #21E123;
}
</style>