Shades of Lime Green #2EE742
Tints of Lime Green #2EE742
RGB
CMYK
RGB Variations
Color information
#2EE742 (or 0x2EE742) is known color: Lime Green. HEX triplet: 2E, E7 and 42. RGB value is (46,231,66). Sum of RGB (Red+Green+Blue) = 46+231+66=343 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.41% from 343); Green value is 231 (90.62% from 255 or 67.35% from 343); Blue value is 66 (26.17% from 255 or 19.24% from 343); Max value from RGB is 231 - color contains mainly: green. Hex color #2EE742 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EE742 is #D118BD. Grayscale: #9D9D9D. Windows color (decimal): -13703358 or 4384558. OLE color: 4384558.
HSL color Cylindrical-coordinate representation of color #2EE742: hue angle of 126.49º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE742 is Cyan = 0.80, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 231 | 66 | - |
| CMYK | 0.80 | 0 | 0.71 | 0.09 |
| HSL | 126.49º | 0.79% | 0.54% | - |
| HSV(B) | 126.49º | 0.8% | 0.91% | - |
| XYZ | 30.69 | 58.13 | 14.76 | - |
| YUV | 156.88 | 76.71 | 48.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 231 | 66 | 0.80 | 0 | 0.71 | 0.09 | 126.49 | 0.79 | 0.54 |
| Hex | 2E | E7 | 42 | 50 | 0 | 47 | 9 | 7E | 4F | 36 |
| Octal | 56 | 347 | 102 | 120 | 0 | 107 | 11 | 176 | 117 | 66 |
| Binary | 101110 | 11100111 | 1000010 | 1010000 | 0 | 1000111 | 1001 | 1111110 | 1001111 | 110110 |
Color Harmonies of #2EE742
Complementary color
Monochromatic Colors of #2EE742
Black with #2EE742
Text Example
Text Example
White with #2EE742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE742; }
p { color: rgb(46,231,66); }
H1.HeaderClassName
{
color: #2EE742;
}
.AnyTagClassName
{
color: #2EE742;
}
</style>
background-color css
<style>
a { background-color: #2EE742; }
a { background-color: rgb(46,231,66); }
div.DivClassName
{
background-color: #2EE742;
}
.BgClassName
{
background-color: #2EE742;
}
</style>
border-color css
<style>
span { border-color: #2EE742; }
span { border-color: rgb(46,231,66); }
td.TdClassName
{
border-color: #2EE742;
}
.TagClassName
{
border-color: #2EE742;
}
</style>