Shades of Lime Green #2ED021
Tints of Lime Green #2ED021
RGB
CMYK
RGB Variations
Color information
#2ED021 (or 0x2ED021) is known color: Lime Green. HEX triplet: 2E, D0 and 21. RGB value is (46,208,33). Sum of RGB (Red+Green+Blue) = 46+208+33=287 (38% of max value = 765). Red value is 46 (18.36% from 255 or 16.03% from 287); Green value is 208 (81.64% from 255 or 72.47% from 287); Blue value is 33 (13.28% from 255 or 11.50% from 287); Max value from RGB is 208 - color contains mainly: green. Hex color #2ED021 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED021 is #D12FDE. Grayscale: #8C8C8C. Windows color (decimal): -13709279 or 2215982. OLE color: 2215982.
HSL color Cylindrical-coordinate representation of color #2ED021: hue angle of 115.54º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2ED021 is Cyan = 0.78, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 46 | 208 | 33 | - |
| CMYK | 0.78 | 0 | 0.84 | 0.18 |
| HSL | 115.54º | 0.73% | 0.47% | - |
| HSV(B) | 115.54º | 0.84% | 0.82% | - |
| XYZ | 23.96 | 45.8 | 9.02 | - |
| YUV | 139.61 | 67.83 | 61.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 208 | 33 | 0.78 | 0 | 0.84 | 0.18 | 115.54 | 0.73 | 0.47 |
| Hex | 2E | D0 | 21 | 4E | 0 | 54 | 12 | 74 | 49 | 2F |
| Octal | 56 | 320 | 41 | 116 | 0 | 124 | 22 | 164 | 111 | 57 |
| Binary | 101110 | 11010000 | 100001 | 1001110 | 0 | 1010100 | 10010 | 1110100 | 1001001 | 101111 |
Color Harmonies of #2ED021
Complementary color
Monochromatic Colors of #2ED021
Black with #2ED021
Text Example
Text Example
White with #2ED021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED021; }
p { color: rgb(46,208,33); }
H1.HeaderClassName
{
color: #2ED021;
}
.AnyTagClassName
{
color: #2ED021;
}
</style>
background-color css
<style>
a { background-color: #2ED021; }
a { background-color: rgb(46,208,33); }
div.DivClassName
{
background-color: #2ED021;
}
.BgClassName
{
background-color: #2ED021;
}
</style>
border-color css
<style>
span { border-color: #2ED021; }
span { border-color: rgb(46,208,33); }
td.TdClassName
{
border-color: #2ED021;
}
.TagClassName
{
border-color: #2ED021;
}
</style>