Shades of Lime Green #2EEA3F
Tints of Lime Green #2EEA3F
RGB
CMYK
RGB Variations
Color information
#2EEA3F (or 0x2EEA3F) is known color: Lime Green. HEX triplet: 2E, EA and 3F. RGB value is (46,234,63). Sum of RGB (Red+Green+Blue) = 46+234+63=343 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.41% from 343); Green value is 234 (91.80% from 255 or 68.22% from 343); Blue value is 63 (25% from 255 or 18.37% from 343); Max value from RGB is 234 - color contains mainly: green. Hex color #2EEA3F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EEA3F is #D115C0. Grayscale: #9E9E9E. Windows color (decimal): -13702593 or 4188718. OLE color: 4188718.
HSL color Cylindrical-coordinate representation of color #2EEA3F: hue angle of 125.43º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EEA3F is Cyan = 0.80, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 234 | 63 | - |
| CMYK | 0.80 | 0 | 0.73 | 0.08 |
| HSL | 125.43º | 0.82% | 0.55% | - |
| HSV(B) | 125.43º | 0.8% | 0.92% | - |
| XYZ | 31.45 | 59.79 | 14.58 | - |
| YUV | 158.29 | 74.22 | 47.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 234 | 63 | 0.80 | 0 | 0.73 | 0.08 | 125.43 | 0.82 | 0.55 |
| Hex | 2E | EA | 3F | 50 | 0 | 49 | 8 | 7D | 52 | 37 |
| Octal | 56 | 352 | 77 | 120 | 0 | 111 | 10 | 175 | 122 | 67 |
| Binary | 101110 | 11101010 | 111111 | 1010000 | 0 | 1001001 | 1000 | 1111101 | 1010010 | 110111 |
Color Harmonies of #2EEA3F
Complementary color
Monochromatic Colors of #2EEA3F
Black with #2EEA3F
Text Example
Text Example
White with #2EEA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEA3F; }
p { color: rgb(46,234,63); }
H1.HeaderClassName
{
color: #2EEA3F;
}
.AnyTagClassName
{
color: #2EEA3F;
}
</style>
background-color css
<style>
a { background-color: #2EEA3F; }
a { background-color: rgb(46,234,63); }
div.DivClassName
{
background-color: #2EEA3F;
}
.BgClassName
{
background-color: #2EEA3F;
}
</style>
border-color css
<style>
span { border-color: #2EEA3F; }
span { border-color: rgb(46,234,63); }
td.TdClassName
{
border-color: #2EEA3F;
}
.TagClassName
{
border-color: #2EEA3F;
}
</style>