Shades of Lime Green #21E139
Tints of Lime Green #21E139
RGB
CMYK
RGB Variations
Color information
#21E139 (or 0x21E139) is known color: Lime Green. HEX triplet: 21, E1 and 39. RGB value is (33,225,57). Sum of RGB (Red+Green+Blue) = 33+225+57=315 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.48% from 315); Green value is 225 (88.28% from 255 or 71.43% from 315); Blue value is 57 (22.66% from 255 or 18.10% from 315); Max value from RGB is 225 - color contains mainly: green. Hex color #21E139 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21E139 is #DE1EC6. Grayscale: #949494. Windows color (decimal): -14556871 or 3793185. OLE color: 3793185.
HSL color Cylindrical-coordinate representation of color #21E139: hue angle of 127.5º 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 #21E139 is Cyan = 0.85, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 33 | 225 | 57 | - |
| CMYK | 0.85 | 0 | 0.75 | 0.12 |
| HSL | 127.5º | 0.76% | 0.51% | - |
| HSV(B) | 127.5º | 0.85% | 0.88% | - |
| XYZ | 28.29 | 54.47 | 12.89 | - |
| YUV | 148.44 | 76.39 | 45.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 225 | 57 | 0.85 | 0 | 0.75 | 0.12 | 127.5 | 0.76 | 0.51 |
| Hex | 21 | E1 | 39 | 55 | 0 | 4B | C | 80 | 4C | 33 |
| Octal | 41 | 341 | 71 | 125 | 0 | 113 | 14 | 200 | 114 | 63 |
| Binary | 100001 | 11100001 | 111001 | 1010101 | 0 | 1001011 | 1100 | 10000000 | 1001100 | 110011 |
Color Harmonies of #21E139
Complementary color
Monochromatic Colors of #21E139
Black with #21E139
Text Example
Text Example
White with #21E139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E139; }
p { color: rgb(33,225,57); }
H1.HeaderClassName
{
color: #21E139;
}
.AnyTagClassName
{
color: #21E139;
}
</style>
background-color css
<style>
a { background-color: #21E139; }
a { background-color: rgb(33,225,57); }
div.DivClassName
{
background-color: #21E139;
}
.BgClassName
{
background-color: #21E139;
}
</style>
border-color css
<style>
span { border-color: #21E139; }
span { border-color: rgb(33,225,57); }
td.TdClassName
{
border-color: #21E139;
}
.TagClassName
{
border-color: #21E139;
}
</style>