Shades of Lime Green #2EE537
Tints of Lime Green #2EE537
RGB
CMYK
RGB Variations
Color information
#2EE537 (or 0x2EE537) is known color: Lime Green. HEX triplet: 2E, E5 and 37. RGB value is (46,229,55). Sum of RGB (Red+Green+Blue) = 46+229+55=330 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.94% from 330); Green value is 229 (89.84% from 255 or 69.39% from 330); Blue value is 55 (21.88% from 255 or 16.67% from 330); Max value from RGB is 229 - color contains mainly: green. Hex color #2EE537 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EE537 is #D11AC8. Grayscale: #9A9A9A. Windows color (decimal): -13703881 or 3663150. OLE color: 3663150.
HSL color Cylindrical-coordinate representation of color #2EE537: hue angle of 122.95º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE537 is Cyan = 0.80, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 46 | 229 | 55 | - |
| CMYK | 0.80 | 0 | 0.76 | 0.10 |
| HSL | 122.95º | 0.78% | 0.54% | - |
| HSV(B) | 122.95º | 0.8% | 0.9% | - |
| XYZ | 29.84 | 56.9 | 13.02 | - |
| YUV | 154.45 | 71.87 | 50.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 229 | 55 | 0.80 | 0 | 0.76 | 0.10 | 122.95 | 0.78 | 0.54 |
| Hex | 2E | E5 | 37 | 50 | 0 | 4C | A | 7B | 4E | 36 |
| Octal | 56 | 345 | 67 | 120 | 0 | 114 | 12 | 173 | 116 | 66 |
| Binary | 101110 | 11100101 | 110111 | 1010000 | 0 | 1001100 | 1010 | 1111011 | 1001110 | 110110 |
Color Harmonies of #2EE537
Complementary color
Monochromatic Colors of #2EE537
Black with #2EE537
Text Example
Text Example
White with #2EE537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE537; }
p { color: rgb(46,229,55); }
H1.HeaderClassName
{
color: #2EE537;
}
.AnyTagClassName
{
color: #2EE537;
}
</style>
background-color css
<style>
a { background-color: #2EE537; }
a { background-color: rgb(46,229,55); }
div.DivClassName
{
background-color: #2EE537;
}
.BgClassName
{
background-color: #2EE537;
}
</style>
border-color css
<style>
span { border-color: #2EE537; }
span { border-color: rgb(46,229,55); }
td.TdClassName
{
border-color: #2EE537;
}
.TagClassName
{
border-color: #2EE537;
}
</style>