Shades of Lime Green #2EF136
Tints of Lime Green #2EF136
RGB
CMYK
RGB Variations
Color information
#2EF136 (or 0x2EF136) is known color: Lime Green. HEX triplet: 2E, F1 and 36. RGB value is (46,241,54). Sum of RGB (Red+Green+Blue) = 46+241+54=341 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.49% from 341); Green value is 241 (94.53% from 255 or 70.67% from 341); Blue value is 54 (21.48% from 255 or 15.84% from 341); Max value from RGB is 241 - color contains mainly: green. Hex color #2EF136 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF136 is #D10EC9. Grayscale: #A1A1A1. Windows color (decimal): -13700810 or 3600686. OLE color: 3600686.
HSL color Cylindrical-coordinate representation of color #2EF136: hue angle of 122.46º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF136 is Cyan = 0.81, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 46 | 241 | 54 | - |
| CMYK | 0.81 | 0 | 0.78 | 0.05 |
| HSL | 122.46º | 0.87% | 0.56% | - |
| HSV(B) | 122.46º | 0.81% | 0.95% | - |
| XYZ | 33.25 | 63.76 | 14.04 | - |
| YUV | 161.38 | 67.4 | 45.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 241 | 54 | 0.81 | 0 | 0.78 | 0.05 | 122.46 | 0.87 | 0.56 |
| Hex | 2E | F1 | 36 | 51 | 0 | 4E | 5 | 7A | 57 | 38 |
| Octal | 56 | 361 | 66 | 121 | 0 | 116 | 5 | 172 | 127 | 70 |
| Binary | 101110 | 11110001 | 110110 | 1010001 | 0 | 1001110 | 101 | 1111010 | 1010111 | 111000 |
Color Harmonies of #2EF136
Complementary color
Monochromatic Colors of #2EF136
Black with #2EF136
Text Example
Text Example
White with #2EF136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF136; }
p { color: rgb(46,241,54); }
H1.HeaderClassName
{
color: #2EF136;
}
.AnyTagClassName
{
color: #2EF136;
}
</style>
background-color css
<style>
a { background-color: #2EF136; }
a { background-color: rgb(46,241,54); }
div.DivClassName
{
background-color: #2EF136;
}
.BgClassName
{
background-color: #2EF136;
}
</style>
border-color css
<style>
span { border-color: #2EF136; }
span { border-color: rgb(46,241,54); }
td.TdClassName
{
border-color: #2EF136;
}
.TagClassName
{
border-color: #2EF136;
}
</style>