Shades of Lime Green #2ED739
Tints of Lime Green #2ED739
RGB
CMYK
RGB Variations
Color information
#2ED739 (or 0x2ED739) is known color: Lime Green. HEX triplet: 2E, D7 and 39. RGB value is (46,215,57). Sum of RGB (Red+Green+Blue) = 46+215+57=318 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.47% from 318); Green value is 215 (84.38% from 255 or 67.61% from 318); Blue value is 57 (22.66% from 255 or 17.92% from 318); Max value from RGB is 215 - color contains mainly: green. Hex color #2ED739 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED739 is #D128C6. Grayscale: #929292. Windows color (decimal): -13707463 or 3790638. OLE color: 3790638.
HSL color Cylindrical-coordinate representation of color #2ED739: hue angle of 123.91º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ED739 is Cyan = 0.79, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 215 | 57 | - |
| CMYK | 0.79 | 0 | 0.73 | 0.16 |
| HSL | 123.91º | 0.68% | 0.51% | - |
| HSV(B) | 123.91º | 0.79% | 0.84% | - |
| XYZ | 26.17 | 49.48 | 12.04 | - |
| YUV | 146.46 | 77.51 | 56.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 215 | 57 | 0.79 | 0 | 0.73 | 0.16 | 123.91 | 0.68 | 0.51 |
| Hex | 2E | D7 | 39 | 4F | 0 | 49 | 10 | 7C | 44 | 33 |
| Octal | 56 | 327 | 71 | 117 | 0 | 111 | 20 | 174 | 104 | 63 |
| Binary | 101110 | 11010111 | 111001 | 1001111 | 0 | 1001001 | 10000 | 1111100 | 1000100 | 110011 |
Color Harmonies of #2ED739
Complementary color
Monochromatic Colors of #2ED739
Black with #2ED739
Text Example
Text Example
White with #2ED739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED739; }
p { color: rgb(46,215,57); }
H1.HeaderClassName
{
color: #2ED739;
}
.AnyTagClassName
{
color: #2ED739;
}
</style>
background-color css
<style>
a { background-color: #2ED739; }
a { background-color: rgb(46,215,57); }
div.DivClassName
{
background-color: #2ED739;
}
.BgClassName
{
background-color: #2ED739;
}
</style>
border-color css
<style>
span { border-color: #2ED739; }
span { border-color: rgb(46,215,57); }
td.TdClassName
{
border-color: #2ED739;
}
.TagClassName
{
border-color: #2ED739;
}
</style>