Shades of Lime Green #2EE02B
Tints of Lime Green #2EE02B
RGB
CMYK
RGB Variations
Color information
#2EE02B (or 0x2EE02B) is known color: Lime Green. HEX triplet: 2E, E0 and 2B. RGB value is (46,224,43). Sum of RGB (Red+Green+Blue) = 46+224+43=313 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.70% from 313); Green value is 224 (87.89% from 255 or 71.57% from 313); Blue value is 43 (17.19% from 255 or 13.74% from 313); Max value from RGB is 224 - color contains mainly: green. Hex color #2EE02B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EE02B is #D11FD4. Grayscale: #969696. Windows color (decimal): -13705173 or 2875438. OLE color: 2875438.
HSL color Cylindrical-coordinate representation of color #2EE02B: hue angle of 119.01º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EE02B is Cyan = 0.79, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 46 | 224 | 43 | - |
| CMYK | 0.79 | 0 | 0.81 | 0.12 |
| HSL | 119.01º | 0.74% | 0.52% | - |
| HSV(B) | 119.01º | 0.81% | 0.88% | - |
| XYZ | 28.22 | 54.07 | 11.23 | - |
| YUV | 150.14 | 67.53 | 53.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 224 | 43 | 0.79 | 0 | 0.81 | 0.12 | 119.01 | 0.74 | 0.52 |
| Hex | 2E | E0 | 2B | 4F | 0 | 51 | C | 77 | 4A | 34 |
| Octal | 56 | 340 | 53 | 117 | 0 | 121 | 14 | 167 | 112 | 64 |
| Binary | 101110 | 11100000 | 101011 | 1001111 | 0 | 1010001 | 1100 | 1110111 | 1001010 | 110100 |
Color Harmonies of #2EE02B
Complementary color
Monochromatic Colors of #2EE02B
Black with #2EE02B
Text Example
Text Example
White with #2EE02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE02B; }
p { color: rgb(46,224,43); }
H1.HeaderClassName
{
color: #2EE02B;
}
.AnyTagClassName
{
color: #2EE02B;
}
</style>
background-color css
<style>
a { background-color: #2EE02B; }
a { background-color: rgb(46,224,43); }
div.DivClassName
{
background-color: #2EE02B;
}
.BgClassName
{
background-color: #2EE02B;
}
</style>
border-color css
<style>
span { border-color: #2EE02B; }
span { border-color: rgb(46,224,43); }
td.TdClassName
{
border-color: #2EE02B;
}
.TagClassName
{
border-color: #2EE02B;
}
</style>