Shades of Lime Green #2EF626
Tints of Lime Green #2EF626
RGB
CMYK
RGB Variations
Color information
#2EF626 (or 0x2EF626) is known color: Lime Green. HEX triplet: 2E, F6 and 26. RGB value is (46,246,38). Sum of RGB (Red+Green+Blue) = 46+246+38=330 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.94% from 330); Green value is 246 (96.48% from 255 or 74.55% from 330); Blue value is 38 (15.23% from 255 or 11.52% from 330); Max value from RGB is 246 - color contains mainly: green. Hex color #2EF626 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF626 is #D109D9. Grayscale: #A3A3A3. Windows color (decimal): -13699546 or 2553390. OLE color: 2553390.
HSL color Cylindrical-coordinate representation of color #2EF626: hue angle of 117.69º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2EF626 is Cyan = 0.81, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 46 | 246 | 38 | - |
| CMYK | 0.81 | 0 | 0.85 | 0.04 |
| HSL | 117.69º | 0.92% | 0.56% | - |
| HSV(B) | 117.69º | 0.85% | 0.96% | - |
| XYZ | 34.43 | 66.63 | 12.88 | - |
| YUV | 162.49 | 57.74 | 44.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 246 | 38 | 0.81 | 0 | 0.85 | 0.04 | 117.69 | 0.92 | 0.56 |
| Hex | 2E | F6 | 26 | 51 | 0 | 55 | 4 | 76 | 5C | 38 |
| Octal | 56 | 366 | 46 | 121 | 0 | 125 | 4 | 166 | 134 | 70 |
| Binary | 101110 | 11110110 | 100110 | 1010001 | 0 | 1010101 | 100 | 1110110 | 1011100 | 111000 |
Color Harmonies of #2EF626
Complementary color
Monochromatic Colors of #2EF626
Black with #2EF626
Text Example
Text Example
White with #2EF626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF626; }
p { color: rgb(46,246,38); }
H1.HeaderClassName
{
color: #2EF626;
}
.AnyTagClassName
{
color: #2EF626;
}
</style>
background-color css
<style>
a { background-color: #2EF626; }
a { background-color: rgb(46,246,38); }
div.DivClassName
{
background-color: #2EF626;
}
.BgClassName
{
background-color: #2EF626;
}
</style>
border-color css
<style>
span { border-color: #2EF626; }
span { border-color: rgb(46,246,38); }
td.TdClassName
{
border-color: #2EF626;
}
.TagClassName
{
border-color: #2EF626;
}
</style>