Shades of Lime Green #2EE935
Tints of Lime Green #2EE935
RGB
CMYK
RGB Variations
Color information
#2EE935 (or 0x2EE935) is known color: Lime Green. HEX triplet: 2E, E9 and 35. RGB value is (46,233,53). Sum of RGB (Red+Green+Blue) = 46+233+53=332 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.86% from 332); Green value is 233 (91.41% from 255 or 70.18% from 332); Blue value is 53 (21.09% from 255 or 15.96% from 332); Max value from RGB is 233 - color contains mainly: green. Hex color #2EE935 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EE935 is #D116CA. Grayscale: #9D9D9D. Windows color (decimal): -13702859 or 3533102. OLE color: 3533102.
HSL color Cylindrical-coordinate representation of color #2EE935: hue angle of 122.25º 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 #2EE935 is Cyan = 0.80, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 233 | 53 | - |
| CMYK | 0.80 | 0 | 0.77 | 0.09 |
| HSL | 122.25º | 0.81% | 0.55% | - |
| HSV(B) | 122.25º | 0.8% | 0.91% | - |
| XYZ | 30.91 | 59.12 | 13.15 | - |
| YUV | 156.57 | 69.55 | 49.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 233 | 53 | 0.80 | 0 | 0.77 | 0.09 | 122.25 | 0.81 | 0.55 |
| Hex | 2E | E9 | 35 | 50 | 0 | 4D | 9 | 7A | 51 | 37 |
| Octal | 56 | 351 | 65 | 120 | 0 | 115 | 11 | 172 | 121 | 67 |
| Binary | 101110 | 11101001 | 110101 | 1010000 | 0 | 1001101 | 1001 | 1111010 | 1010001 | 110111 |
Color Harmonies of #2EE935
Complementary color
Monochromatic Colors of #2EE935
Black with #2EE935
Text Example
Text Example
White with #2EE935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE935; }
p { color: rgb(46,233,53); }
H1.HeaderClassName
{
color: #2EE935;
}
.AnyTagClassName
{
color: #2EE935;
}
</style>
background-color css
<style>
a { background-color: #2EE935; }
a { background-color: rgb(46,233,53); }
div.DivClassName
{
background-color: #2EE935;
}
.BgClassName
{
background-color: #2EE935;
}
</style>
border-color css
<style>
span { border-color: #2EE935; }
span { border-color: rgb(46,233,53); }
td.TdClassName
{
border-color: #2EE935;
}
.TagClassName
{
border-color: #2EE935;
}
</style>