Shades of Lime Green #2EE928
Tints of Lime Green #2EE928
RGB
CMYK
RGB Variations
Color information
#2EE928 (or 0x2EE928) is known color: Lime Green. HEX triplet: 2E, E9 and 28. RGB value is (46,233,40). Sum of RGB (Red+Green+Blue) = 46+233+40=319 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.42% from 319); Green value is 233 (91.41% from 255 or 73.04% from 319); Blue value is 40 (16.02% from 255 or 12.54% from 319); Max value from RGB is 233 - color contains mainly: green. Hex color #2EE928 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EE928 is #D116D7. Grayscale: #9B9B9B. Windows color (decimal): -13702872 or 2681134. OLE color: 2681134.
HSL color Cylindrical-coordinate representation of color #2EE928: hue angle of 118.13º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2EE928 is Cyan = 0.80, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 233 | 40 | - |
| CMYK | 0.80 | 0 | 0.83 | 0.09 |
| HSL | 118.13º | 0.81% | 0.54% | - |
| HSV(B) | 118.13º | 0.83% | 0.91% | - |
| XYZ | 30.65 | 59.01 | 11.78 | - |
| YUV | 155.09 | 63.05 | 50.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 233 | 40 | 0.80 | 0 | 0.83 | 0.09 | 118.13 | 0.81 | 0.54 |
| Hex | 2E | E9 | 28 | 50 | 0 | 53 | 9 | 76 | 51 | 36 |
| Octal | 56 | 351 | 50 | 120 | 0 | 123 | 11 | 166 | 121 | 66 |
| Binary | 101110 | 11101001 | 101000 | 1010000 | 0 | 1010011 | 1001 | 1110110 | 1010001 | 110110 |
Color Harmonies of #2EE928
Complementary color
Monochromatic Colors of #2EE928
Black with #2EE928
Text Example
Text Example
White with #2EE928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE928; }
p { color: rgb(46,233,40); }
H1.HeaderClassName
{
color: #2EE928;
}
.AnyTagClassName
{
color: #2EE928;
}
</style>
background-color css
<style>
a { background-color: #2EE928; }
a { background-color: rgb(46,233,40); }
div.DivClassName
{
background-color: #2EE928;
}
.BgClassName
{
background-color: #2EE928;
}
</style>
border-color css
<style>
span { border-color: #2EE928; }
span { border-color: rgb(46,233,40); }
td.TdClassName
{
border-color: #2EE928;
}
.TagClassName
{
border-color: #2EE928;
}
</style>