Shades of Lime Green #2EFA37
Tints of Lime Green #2EFA37
RGB
CMYK
RGB Variations
Color information
#2EFA37 (or 0x2EFA37) is known color: Lime Green. HEX triplet: 2E, FA and 37. RGB value is (46,250,55). Sum of RGB (Red+Green+Blue) = 46+250+55=351 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.11% from 351); Green value is 250 (98.05% from 255 or 71.23% from 351); Blue value is 55 (21.88% from 255 or 15.67% from 351); Max value from RGB is 250 - color contains mainly: green. Hex color #2EFA37 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EFA37 is #D105C8. Grayscale: #A7A7A7. Windows color (decimal): -13698505 or 3668526. OLE color: 3668526.
HSL color Cylindrical-coordinate representation of color #2EFA37: hue angle of 122.65º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFA37 is Cyan = 0.82, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 250 | 55 | - |
| CMYK | 0.82 | 0 | 0.78 | 0.02 |
| HSL | 122.65º | 0.95% | 0.58% | - |
| HSV(B) | 122.65º | 0.82% | 0.98% | - |
| XYZ | 36 | 69.23 | 15.08 | - |
| YUV | 166.77 | 64.91 | 41.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 250 | 55 | 0.82 | 0 | 0.78 | 0.02 | 122.65 | 0.95 | 0.58 |
| Hex | 2E | FA | 37 | 52 | 0 | 4E | 2 | 7B | 5F | 3A |
| Octal | 56 | 372 | 67 | 122 | 0 | 116 | 2 | 173 | 137 | 72 |
| Binary | 101110 | 11111010 | 110111 | 1010010 | 0 | 1001110 | 10 | 1111011 | 1011111 | 111010 |
Color Harmonies of #2EFA37
Complementary color
Monochromatic Colors of #2EFA37
Black with #2EFA37
Text Example
Text Example
White with #2EFA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFA37; }
p { color: rgb(46,250,55); }
H1.HeaderClassName
{
color: #2EFA37;
}
.AnyTagClassName
{
color: #2EFA37;
}
</style>
background-color css
<style>
a { background-color: #2EFA37; }
a { background-color: rgb(46,250,55); }
div.DivClassName
{
background-color: #2EFA37;
}
.BgClassName
{
background-color: #2EFA37;
}
</style>
border-color css
<style>
span { border-color: #2EFA37; }
span { border-color: rgb(46,250,55); }
td.TdClassName
{
border-color: #2EFA37;
}
.TagClassName
{
border-color: #2EFA37;
}
</style>