Shades of Lime Green #2EEE34
Tints of Lime Green #2EEE34
RGB
CMYK
RGB Variations
Color information
#2EEE34 (or 0x2EEE34) is known color: Lime Green. HEX triplet: 2E, EE and 34. RGB value is (46,238,52). Sum of RGB (Red+Green+Blue) = 46+238+52=336 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.69% from 336); Green value is 238 (93.36% from 255 or 70.83% from 336); Blue value is 52 (20.70% from 255 or 15.48% from 336); Max value from RGB is 238 - color contains mainly: green. Hex color #2EEE34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EEE34 is #D111CB. Grayscale: #9F9F9F. Windows color (decimal): -13701580 or 3468846. OLE color: 3468846.
HSL color Cylindrical-coordinate representation of color #2EEE34: hue angle of 121.88º 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 #2EEE34 is Cyan = 0.81, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 238 | 52 | - |
| CMYK | 0.81 | 0 | 0.78 | 0.07 |
| HSL | 121.88º | 0.85% | 0.56% | - |
| HSV(B) | 121.88º | 0.81% | 0.93% | - |
| XYZ | 32.32 | 61.98 | 13.51 | - |
| YUV | 159.39 | 67.39 | 47.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 238 | 52 | 0.81 | 0 | 0.78 | 0.07 | 121.88 | 0.85 | 0.56 |
| Hex | 2E | EE | 34 | 51 | 0 | 4E | 7 | 7A | 55 | 38 |
| Octal | 56 | 356 | 64 | 121 | 0 | 116 | 7 | 172 | 125 | 70 |
| Binary | 101110 | 11101110 | 110100 | 1010001 | 0 | 1001110 | 111 | 1111010 | 1010101 | 111000 |
Color Harmonies of #2EEE34
Complementary color
Monochromatic Colors of #2EEE34
Black with #2EEE34
Text Example
Text Example
White with #2EEE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEE34; }
p { color: rgb(46,238,52); }
H1.HeaderClassName
{
color: #2EEE34;
}
.AnyTagClassName
{
color: #2EEE34;
}
</style>
background-color css
<style>
a { background-color: #2EEE34; }
a { background-color: rgb(46,238,52); }
div.DivClassName
{
background-color: #2EEE34;
}
.BgClassName
{
background-color: #2EEE34;
}
</style>
border-color css
<style>
span { border-color: #2EEE34; }
span { border-color: rgb(46,238,52); }
td.TdClassName
{
border-color: #2EEE34;
}
.TagClassName
{
border-color: #2EEE34;
}
</style>