Shades of Lime Green #2EE639
Tints of Lime Green #2EE639
RGB
CMYK
RGB Variations
Color information
#2EE639 (or 0x2EE639) is known color: Lime Green. HEX triplet: 2E, E6 and 39. RGB value is (46,230,57). Sum of RGB (Red+Green+Blue) = 46+230+57=333 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.81% from 333); Green value is 230 (90.23% from 255 or 69.07% from 333); Blue value is 57 (22.66% from 255 or 17.12% from 333); Max value from RGB is 230 - color contains mainly: green. Hex color #2EE639 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EE639 is #D119C6. Grayscale: #9B9B9B. Windows color (decimal): -13703623 or 3794478. OLE color: 3794478.
HSL color Cylindrical-coordinate representation of color #2EE639: hue angle of 123.59º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE639 is Cyan = 0.8, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 46 | 230 | 57 | - |
| CMYK | 0.8 | 0 | 0.75 | 0.10 |
| HSL | 123.59º | 0.79% | 0.54% | - |
| HSV(B) | 123.59º | 0.8% | 0.9% | - |
| XYZ | 30.16 | 57.47 | 13.37 | - |
| YUV | 155.26 | 72.54 | 50.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 230 | 57 | 0.8 | 0 | 0.75 | 0.10 | 123.59 | 0.79 | 0.54 |
| Hex | 2E | E6 | 39 | 50 | 0 | 4B | A | 7C | 4F | 36 |
| Octal | 56 | 346 | 71 | 120 | 0 | 113 | 12 | 174 | 117 | 66 |
| Binary | 101110 | 11100110 | 111001 | 1010000 | 0 | 1001011 | 1010 | 1111100 | 1001111 | 110110 |
Color Harmonies of #2EE639
Complementary color
Monochromatic Colors of #2EE639
Black with #2EE639
Text Example
Text Example
White with #2EE639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE639; }
p { color: rgb(46,230,57); }
H1.HeaderClassName
{
color: #2EE639;
}
.AnyTagClassName
{
color: #2EE639;
}
</style>
background-color css
<style>
a { background-color: #2EE639; }
a { background-color: rgb(46,230,57); }
div.DivClassName
{
background-color: #2EE639;
}
.BgClassName
{
background-color: #2EE639;
}
</style>
border-color css
<style>
span { border-color: #2EE639; }
span { border-color: rgb(46,230,57); }
td.TdClassName
{
border-color: #2EE639;
}
.TagClassName
{
border-color: #2EE639;
}
</style>