Shades of Lime Green #21E13E
Tints of Lime Green #21E13E
RGB
CMYK
RGB Variations
Color information
#21E13E (or 0x21E13E) is known color: Lime Green. HEX triplet: 21, E1 and 3E. RGB value is (33,225,62). Sum of RGB (Red+Green+Blue) = 33+225+62=320 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.31% from 320); Green value is 225 (88.28% from 255 or 70.31% from 320); Blue value is 62 (24.61% from 255 or 19.38% from 320); Max value from RGB is 225 - color contains mainly: green. Hex color #21E13E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21E13E is #DE1EC1. Grayscale: #959595. Windows color (decimal): -14556866 or 4120865. OLE color: 4120865.
HSL color Cylindrical-coordinate representation of color #21E13E: hue angle of 129.06º 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 #21E13E is Cyan = 0.85, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 33 | 225 | 62 | - |
| CMYK | 0.85 | 0 | 0.72 | 0.12 |
| HSL | 129.06º | 0.76% | 0.51% | - |
| HSV(B) | 129.06º | 0.85% | 0.88% | - |
| XYZ | 28.42 | 54.52 | 13.58 | - |
| YUV | 149.01 | 78.89 | 45.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 225 | 62 | 0.85 | 0 | 0.72 | 0.12 | 129.06 | 0.76 | 0.51 |
| Hex | 21 | E1 | 3E | 55 | 0 | 48 | C | 81 | 4C | 33 |
| Octal | 41 | 341 | 76 | 125 | 0 | 110 | 14 | 201 | 114 | 63 |
| Binary | 100001 | 11100001 | 111110 | 1010101 | 0 | 1001000 | 1100 | 10000001 | 1001100 | 110011 |
Color Harmonies of #21E13E
Complementary color
Monochromatic Colors of #21E13E
Black with #21E13E
Text Example
Text Example
White with #21E13E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E13E; }
p { color: rgb(33,225,62); }
H1.HeaderClassName
{
color: #21E13E;
}
.AnyTagClassName
{
color: #21E13E;
}
</style>
background-color css
<style>
a { background-color: #21E13E; }
a { background-color: rgb(33,225,62); }
div.DivClassName
{
background-color: #21E13E;
}
.BgClassName
{
background-color: #21E13E;
}
</style>
border-color css
<style>
span { border-color: #21E13E; }
span { border-color: rgb(33,225,62); }
td.TdClassName
{
border-color: #21E13E;
}
.TagClassName
{
border-color: #21E13E;
}
</style>