Shades of Lime Green #2EE934
Tints of Lime Green #2EE934
RGB
CMYK
RGB Variations
Color information
#2EE934 (or 0x2EE934) is known color: Lime Green. HEX triplet: 2E, E9 and 34. RGB value is (46,233,52). Sum of RGB (Red+Green+Blue) = 46+233+52=331 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.90% from 331); Green value is 233 (91.41% from 255 or 70.39% from 331); Blue value is 52 (20.70% from 255 or 15.71% from 331); Max value from RGB is 233 - color contains mainly: green. Hex color #2EE934 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EE934 is #D116CB. Grayscale: #9C9C9C. Windows color (decimal): -13702860 or 3467566. OLE color: 3467566.
HSL color Cylindrical-coordinate representation of color #2EE934: hue angle of 121.93º degrees, saturation: 0.81, 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 #2EE934 is Cyan = 0.80, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 233 | 52 | - |
| CMYK | 0.80 | 0 | 0.78 | 0.09 |
| HSL | 121.93º | 0.81% | 0.55% | - |
| HSV(B) | 121.93º | 0.8% | 0.91% | - |
| XYZ | 30.89 | 59.11 | 13.03 | - |
| YUV | 156.45 | 69.05 | 49.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 233 | 52 | 0.80 | 0 | 0.78 | 0.09 | 121.93 | 0.81 | 0.55 |
| Hex | 2E | E9 | 34 | 50 | 0 | 4E | 9 | 7A | 51 | 37 |
| Octal | 56 | 351 | 64 | 120 | 0 | 116 | 11 | 172 | 121 | 67 |
| Binary | 101110 | 11101001 | 110100 | 1010000 | 0 | 1001110 | 1001 | 1111010 | 1010001 | 110111 |
Color Harmonies of #2EE934
Complementary color
Monochromatic Colors of #2EE934
Black with #2EE934
Text Example
Text Example
White with #2EE934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE934; }
p { color: rgb(46,233,52); }
H1.HeaderClassName
{
color: #2EE934;
}
.AnyTagClassName
{
color: #2EE934;
}
</style>
background-color css
<style>
a { background-color: #2EE934; }
a { background-color: rgb(46,233,52); }
div.DivClassName
{
background-color: #2EE934;
}
.BgClassName
{
background-color: #2EE934;
}
</style>
border-color css
<style>
span { border-color: #2EE934; }
span { border-color: rgb(46,233,52); }
td.TdClassName
{
border-color: #2EE934;
}
.TagClassName
{
border-color: #2EE934;
}
</style>