Shades of Lime Green #2EE926
Tints of Lime Green #2EE926
RGB
CMYK
RGB Variations
Color information
#2EE926 (or 0x2EE926) is known color: Lime Green. HEX triplet: 2E, E9 and 26. RGB value is (46,233,38). Sum of RGB (Red+Green+Blue) = 46+233+38=317 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.51% from 317); Green value is 233 (91.41% from 255 or 73.50% from 317); Blue value is 38 (15.23% from 255 or 11.99% from 317); Max value from RGB is 233 - color contains mainly: green. Hex color #2EE926 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EE926 is #D116D9. Grayscale: #9B9B9B. Windows color (decimal): -13702874 or 2550062. OLE color: 2550062.
HSL color Cylindrical-coordinate representation of color #2EE926: hue angle of 117.54º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2EE926 is Cyan = 0.80, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 233 | 38 | - |
| CMYK | 0.80 | 0 | 0.84 | 0.09 |
| HSL | 117.54º | 0.82% | 0.53% | - |
| HSV(B) | 117.54º | 0.84% | 0.91% | - |
| XYZ | 30.62 | 59 | 11.61 | - |
| YUV | 154.86 | 62.05 | 50.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 233 | 38 | 0.80 | 0 | 0.84 | 0.09 | 117.54 | 0.82 | 0.53 |
| Hex | 2E | E9 | 26 | 50 | 0 | 54 | 9 | 76 | 52 | 35 |
| Octal | 56 | 351 | 46 | 120 | 0 | 124 | 11 | 166 | 122 | 65 |
| Binary | 101110 | 11101001 | 100110 | 1010000 | 0 | 1010100 | 1001 | 1110110 | 1010010 | 110101 |
Color Harmonies of #2EE926
Complementary color
Monochromatic Colors of #2EE926
Black with #2EE926
Text Example
Text Example
White with #2EE926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE926; }
p { color: rgb(46,233,38); }
H1.HeaderClassName
{
color: #2EE926;
}
.AnyTagClassName
{
color: #2EE926;
}
</style>
background-color css
<style>
a { background-color: #2EE926; }
a { background-color: rgb(46,233,38); }
div.DivClassName
{
background-color: #2EE926;
}
.BgClassName
{
background-color: #2EE926;
}
</style>
border-color css
<style>
span { border-color: #2EE926; }
span { border-color: rgb(46,233,38); }
td.TdClassName
{
border-color: #2EE926;
}
.TagClassName
{
border-color: #2EE926;
}
</style>