Shades of Lime Green #2ED039
Tints of Lime Green #2ED039
RGB
CMYK
RGB Variations
Color information
#2ED039 (or 0x2ED039) is known color: Lime Green. HEX triplet: 2E, D0 and 39. RGB value is (46,208,57). Sum of RGB (Red+Green+Blue) = 46+208+57=311 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.79% from 311); Green value is 208 (81.64% from 255 or 66.88% from 311); Blue value is 57 (22.66% from 255 or 18.33% from 311); Max value from RGB is 208 - color contains mainly: green. Hex color #2ED039 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED039 is #D12FC6. Grayscale: #8E8E8E. Windows color (decimal): -13709255 or 3788846. OLE color: 3788846.
HSL color Cylindrical-coordinate representation of color #2ED039: hue angle of 124.07º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ED039 is Cyan = 0.78, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 46 | 208 | 57 | - |
| CMYK | 0.78 | 0 | 0.73 | 0.18 |
| HSL | 124.07º | 0.64% | 0.5% | - |
| HSV(B) | 124.07º | 0.78% | 0.82% | - |
| XYZ | 24.42 | 45.99 | 11.46 | - |
| YUV | 142.35 | 79.83 | 59.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 208 | 57 | 0.78 | 0 | 0.73 | 0.18 | 124.07 | 0.64 | 0.5 |
| Hex | 2E | D0 | 39 | 4E | 0 | 49 | 12 | 7C | 40 | 32 |
| Octal | 56 | 320 | 71 | 116 | 0 | 111 | 22 | 174 | 100 | 62 |
| Binary | 101110 | 11010000 | 111001 | 1001110 | 0 | 1001001 | 10010 | 1111100 | 1000000 | 110010 |
Color Harmonies of #2ED039
Complementary color
Monochromatic Colors of #2ED039
Black with #2ED039
Text Example
Text Example
White with #2ED039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED039; }
p { color: rgb(46,208,57); }
H1.HeaderClassName
{
color: #2ED039;
}
.AnyTagClassName
{
color: #2ED039;
}
</style>
background-color css
<style>
a { background-color: #2ED039; }
a { background-color: rgb(46,208,57); }
div.DivClassName
{
background-color: #2ED039;
}
.BgClassName
{
background-color: #2ED039;
}
</style>
border-color css
<style>
span { border-color: #2ED039; }
span { border-color: rgb(46,208,57); }
td.TdClassName
{
border-color: #2ED039;
}
.TagClassName
{
border-color: #2ED039;
}
</style>