Shades of Lime Green #2EEE3B
Tints of Lime Green #2EEE3B
RGB
CMYK
RGB Variations
Color information
#2EEE3B (or 0x2EEE3B) is known color: Lime Green. HEX triplet: 2E, EE and 3B. RGB value is (46,238,59). Sum of RGB (Red+Green+Blue) = 46+238+59=343 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.41% from 343); Green value is 238 (93.36% from 255 or 69.39% from 343); Blue value is 59 (23.44% from 255 or 17.20% from 343); Max value from RGB is 238 - color contains mainly: green. Hex color #2EEE3B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EEE3B is #D111C4. Grayscale: #A0A0A0. Windows color (decimal): -13701573 or 3927598. OLE color: 3927598.
HSL color Cylindrical-coordinate representation of color #2EEE3B: hue angle of 124.06º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EEE3B is Cyan = 0.81, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 238 | 59 | - |
| CMYK | 0.81 | 0 | 0.75 | 0.07 |
| HSL | 124.06º | 0.85% | 0.56% | - |
| HSV(B) | 124.06º | 0.81% | 0.93% | - |
| XYZ | 32.49 | 62.05 | 14.4 | - |
| YUV | 160.19 | 70.89 | 46.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 238 | 59 | 0.81 | 0 | 0.75 | 0.07 | 124.06 | 0.85 | 0.56 |
| Hex | 2E | EE | 3B | 51 | 0 | 4B | 7 | 7C | 55 | 38 |
| Octal | 56 | 356 | 73 | 121 | 0 | 113 | 7 | 174 | 125 | 70 |
| Binary | 101110 | 11101110 | 111011 | 1010001 | 0 | 1001011 | 111 | 1111100 | 1010101 | 111000 |
Color Harmonies of #2EEE3B
Complementary color
Monochromatic Colors of #2EEE3B
Black with #2EEE3B
Text Example
Text Example
White with #2EEE3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEE3B; }
p { color: rgb(46,238,59); }
H1.HeaderClassName
{
color: #2EEE3B;
}
.AnyTagClassName
{
color: #2EEE3B;
}
</style>
background-color css
<style>
a { background-color: #2EEE3B; }
a { background-color: rgb(46,238,59); }
div.DivClassName
{
background-color: #2EEE3B;
}
.BgClassName
{
background-color: #2EEE3B;
}
</style>
border-color css
<style>
span { border-color: #2EEE3B; }
span { border-color: rgb(46,238,59); }
td.TdClassName
{
border-color: #2EEE3B;
}
.TagClassName
{
border-color: #2EEE3B;
}
</style>