Shades of Lime Green #2EF945
Tints of Lime Green #2EF945
RGB
CMYK
RGB Variations
Color information
#2EF945 (or 0x2EF945) is known color: Lime Green. HEX triplet: 2E, F9 and 45. RGB value is (46,249,69). Sum of RGB (Red+Green+Blue) = 46+249+69=364 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.64% from 364); Green value is 249 (97.66% from 255 or 68.41% from 364); Blue value is 69 (27.34% from 255 or 18.96% from 364); Max value from RGB is 249 - color contains mainly: green. Hex color #2EF945 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF945 is #D106BA. Grayscale: #A8A8A8. Windows color (decimal): -13698747 or 4585774. OLE color: 4585774.
HSL color Cylindrical-coordinate representation of color #2EF945: hue angle of 126.8º degrees, saturation: 0.94, 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 #2EF945 is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 249 | 69 | - |
| CMYK | 0.82 | 0 | 0.72 | 0.02 |
| HSL | 126.8º | 0.94% | 0.58% | - |
| HSV(B) | 126.8º | 0.82% | 0.98% | - |
| XYZ | 36.08 | 68.76 | 17 | - |
| YUV | 167.78 | 72.25 | 41.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 249 | 69 | 0.82 | 0 | 0.72 | 0.02 | 126.8 | 0.94 | 0.58 |
| Hex | 2E | F9 | 45 | 52 | 0 | 48 | 2 | 7F | 5E | 3A |
| Octal | 56 | 371 | 105 | 122 | 0 | 110 | 2 | 177 | 136 | 72 |
| Binary | 101110 | 11111001 | 1000101 | 1010010 | 0 | 1001000 | 10 | 1111111 | 1011110 | 111010 |
Color Harmonies of #2EF945
Complementary color
Monochromatic Colors of #2EF945
Black with #2EF945
Text Example
Text Example
White with #2EF945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF945; }
p { color: rgb(46,249,69); }
H1.HeaderClassName
{
color: #2EF945;
}
.AnyTagClassName
{
color: #2EF945;
}
</style>
background-color css
<style>
a { background-color: #2EF945; }
a { background-color: rgb(46,249,69); }
div.DivClassName
{
background-color: #2EF945;
}
.BgClassName
{
background-color: #2EF945;
}
</style>
border-color css
<style>
span { border-color: #2EF945; }
span { border-color: rgb(46,249,69); }
td.TdClassName
{
border-color: #2EF945;
}
.TagClassName
{
border-color: #2EF945;
}
</style>