Shades of Lime Green #2EE834
Tints of Lime Green #2EE834
RGB
CMYK
RGB Variations
Color information
#2EE834 (or 0x2EE834) is known color: Lime Green. HEX triplet: 2E, E8 and 34. RGB value is (46,232,52). Sum of RGB (Red+Green+Blue) = 46+232+52=330 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.94% from 330); Green value is 232 (91.02% from 255 or 70.30% from 330); Blue value is 52 (20.70% from 255 or 15.76% from 330); Max value from RGB is 232 - color contains mainly: green. Hex color #2EE834 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EE834 is #D117CB. Grayscale: #9C9C9C. Windows color (decimal): -13703116 or 3467310. OLE color: 3467310.
HSL color Cylindrical-coordinate representation of color #2EE834: hue angle of 121.94º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE834 is Cyan = 0.80, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 232 | 52 | - |
| CMYK | 0.80 | 0 | 0.78 | 0.09 |
| HSL | 121.94º | 0.8% | 0.55% | - |
| HSV(B) | 121.94º | 0.8% | 0.91% | - |
| XYZ | 30.6 | 58.54 | 12.94 | - |
| YUV | 155.87 | 69.38 | 49.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 232 | 52 | 0.80 | 0 | 0.78 | 0.09 | 121.94 | 0.8 | 0.55 |
| Hex | 2E | E8 | 34 | 50 | 0 | 4E | 9 | 7A | 50 | 37 |
| Octal | 56 | 350 | 64 | 120 | 0 | 116 | 11 | 172 | 120 | 67 |
| Binary | 101110 | 11101000 | 110100 | 1010000 | 0 | 1001110 | 1001 | 1111010 | 1010000 | 110111 |
Color Harmonies of #2EE834
Complementary color
Monochromatic Colors of #2EE834
Black with #2EE834
Text Example
Text Example
White with #2EE834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE834; }
p { color: rgb(46,232,52); }
H1.HeaderClassName
{
color: #2EE834;
}
.AnyTagClassName
{
color: #2EE834;
}
</style>
background-color css
<style>
a { background-color: #2EE834; }
a { background-color: rgb(46,232,52); }
div.DivClassName
{
background-color: #2EE834;
}
.BgClassName
{
background-color: #2EE834;
}
</style>
border-color css
<style>
span { border-color: #2EE834; }
span { border-color: rgb(46,232,52); }
td.TdClassName
{
border-color: #2EE834;
}
.TagClassName
{
border-color: #2EE834;
}
</style>