Shades of Lime Green #21E12A
Tints of Lime Green #21E12A
RGB
CMYK
RGB Variations
Color information
#21E12A (or 0x21E12A) is known color: Lime Green. HEX triplet: 21, E1 and 2A. RGB value is (33,225,42). Sum of RGB (Red+Green+Blue) = 33+225+42=300 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11% from 300); Green value is 225 (88.28% from 255 or 75% from 300); Blue value is 42 (16.80% from 255 or 14% from 300); Max value from RGB is 225 - color contains mainly: green. Hex color #21E12A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21E12A is #DE1ED5. Grayscale: #939393. Windows color (decimal): -14556886 or 2810145. OLE color: 2810145.
HSL color Cylindrical-coordinate representation of color #21E12A: hue angle of 122.81º 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 #21E12A is Cyan = 0.85, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 33 | 225 | 42 | - |
| CMYK | 0.85 | 0 | 0.81 | 0.12 |
| HSL | 122.81º | 0.76% | 0.51% | - |
| HSV(B) | 122.81º | 0.85% | 0.88% | - |
| XYZ | 27.97 | 54.34 | 11.21 | - |
| YUV | 146.73 | 68.89 | 46.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 225 | 42 | 0.85 | 0 | 0.81 | 0.12 | 122.81 | 0.76 | 0.51 |
| Hex | 21 | E1 | 2A | 55 | 0 | 51 | C | 7B | 4C | 33 |
| Octal | 41 | 341 | 52 | 125 | 0 | 121 | 14 | 173 | 114 | 63 |
| Binary | 100001 | 11100001 | 101010 | 1010101 | 0 | 1010001 | 1100 | 1111011 | 1001100 | 110011 |
Color Harmonies of #21E12A
Complementary color
Monochromatic Colors of #21E12A
Black with #21E12A
Text Example
Text Example
White with #21E12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E12A; }
p { color: rgb(33,225,42); }
H1.HeaderClassName
{
color: #21E12A;
}
.AnyTagClassName
{
color: #21E12A;
}
</style>
background-color css
<style>
a { background-color: #21E12A; }
a { background-color: rgb(33,225,42); }
div.DivClassName
{
background-color: #21E12A;
}
.BgClassName
{
background-color: #21E12A;
}
</style>
border-color css
<style>
span { border-color: #21E12A; }
span { border-color: rgb(33,225,42); }
td.TdClassName
{
border-color: #21E12A;
}
.TagClassName
{
border-color: #21E12A;
}
</style>