Shades of Lime Green #2EE626
Tints of Lime Green #2EE626
RGB
CMYK
RGB Variations
Color information
#2EE626 (or 0x2EE626) is known color: Lime Green. HEX triplet: 2E, E6 and 26. RGB value is (46,230,38). Sum of RGB (Red+Green+Blue) = 46+230+38=314 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.65% from 314); Green value is 230 (90.23% from 255 or 73.25% from 314); Blue value is 38 (15.23% from 255 or 12.10% from 314); Max value from RGB is 230 - color contains mainly: green. Hex color #2EE626 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EE626 is #D119D9. Grayscale: #999999. Windows color (decimal): -13703642 or 2549294. OLE color: 2549294.
HSL color Cylindrical-coordinate representation of color #2EE626: hue angle of 117.5º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2EE626 is Cyan = 0.8, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 46 | 230 | 38 | - |
| CMYK | 0.8 | 0 | 0.83 | 0.10 |
| HSL | 117.5º | 0.79% | 0.53% | - |
| HSV(B) | 117.5º | 0.83% | 0.9% | - |
| XYZ | 29.77 | 57.31 | 11.33 | - |
| YUV | 153.1 | 63.04 | 51.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 230 | 38 | 0.8 | 0 | 0.83 | 0.10 | 117.5 | 0.79 | 0.53 |
| Hex | 2E | E6 | 26 | 50 | 0 | 53 | A | 76 | 4F | 35 |
| Octal | 56 | 346 | 46 | 120 | 0 | 123 | 12 | 166 | 117 | 65 |
| Binary | 101110 | 11100110 | 100110 | 1010000 | 0 | 1010011 | 1010 | 1110110 | 1001111 | 110101 |
Color Harmonies of #2EE626
Complementary color
Monochromatic Colors of #2EE626
Black with #2EE626
Text Example
Text Example
White with #2EE626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE626; }
p { color: rgb(46,230,38); }
H1.HeaderClassName
{
color: #2EE626;
}
.AnyTagClassName
{
color: #2EE626;
}
</style>
background-color css
<style>
a { background-color: #2EE626; }
a { background-color: rgb(46,230,38); }
div.DivClassName
{
background-color: #2EE626;
}
.BgClassName
{
background-color: #2EE626;
}
</style>
border-color css
<style>
span { border-color: #2EE626; }
span { border-color: rgb(46,230,38); }
td.TdClassName
{
border-color: #2EE626;
}
.TagClassName
{
border-color: #2EE626;
}
</style>