Shades of Lime Green #2EEE35
Tints of Lime Green #2EEE35
RGB
CMYK
RGB Variations
Color information
#2EEE35 (or 0x2EEE35) is known color: Lime Green. HEX triplet: 2E, EE and 35. RGB value is (46,238,53). Sum of RGB (Red+Green+Blue) = 46+238+53=337 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.65% from 337); Green value is 238 (93.36% from 255 or 70.62% from 337); Blue value is 53 (21.09% from 255 or 15.73% from 337); Max value from RGB is 238 - color contains mainly: green. Hex color #2EEE35 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EEE35 is #D111CA. Grayscale: #A0A0A0. Windows color (decimal): -13701579 or 3534382. OLE color: 3534382.
HSL color Cylindrical-coordinate representation of color #2EEE35: hue angle of 122.19º 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 #2EEE35 is Cyan = 0.81, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 238 | 53 | - |
| CMYK | 0.81 | 0 | 0.78 | 0.07 |
| HSL | 122.19º | 0.85% | 0.56% | - |
| HSV(B) | 122.19º | 0.81% | 0.93% | - |
| XYZ | 32.34 | 61.99 | 13.63 | - |
| YUV | 159.5 | 67.89 | 47.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 238 | 53 | 0.81 | 0 | 0.78 | 0.07 | 122.19 | 0.85 | 0.56 |
| Hex | 2E | EE | 35 | 51 | 0 | 4E | 7 | 7A | 55 | 38 |
| Octal | 56 | 356 | 65 | 121 | 0 | 116 | 7 | 172 | 125 | 70 |
| Binary | 101110 | 11101110 | 110101 | 1010001 | 0 | 1001110 | 111 | 1111010 | 1010101 | 111000 |
Color Harmonies of #2EEE35
Complementary color
Monochromatic Colors of #2EEE35
Black with #2EEE35
Text Example
Text Example
White with #2EEE35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEE35; }
p { color: rgb(46,238,53); }
H1.HeaderClassName
{
color: #2EEE35;
}
.AnyTagClassName
{
color: #2EEE35;
}
</style>
background-color css
<style>
a { background-color: #2EEE35; }
a { background-color: rgb(46,238,53); }
div.DivClassName
{
background-color: #2EEE35;
}
.BgClassName
{
background-color: #2EEE35;
}
</style>
border-color css
<style>
span { border-color: #2EEE35; }
span { border-color: rgb(46,238,53); }
td.TdClassName
{
border-color: #2EEE35;
}
.TagClassName
{
border-color: #2EEE35;
}
</style>