Shades of Lime Green #2EE948
Tints of Lime Green #2EE948
RGB
CMYK
RGB Variations
Color information
#2EE948 (or 0x2EE948) is known color: Lime Green. HEX triplet: 2E, E9 and 48. RGB value is (46,233,72). Sum of RGB (Red+Green+Blue) = 46+233+72=351 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.11% from 351); Green value is 233 (91.41% from 255 or 66.38% from 351); Blue value is 72 (28.52% from 255 or 20.51% from 351); Max value from RGB is 233 - color contains mainly: green. Hex color #2EE948 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EE948 is #D116B7. Grayscale: #9F9F9F. Windows color (decimal): -13702840 or 4778286. OLE color: 4778286.
HSL color Cylindrical-coordinate representation of color #2EE948: hue angle of 128.34º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE948 is Cyan = 0.80, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 233 | 72 | - |
| CMYK | 0.80 | 0 | 0.69 | 0.09 |
| HSL | 128.34º | 0.81% | 0.55% | - |
| HSV(B) | 128.34º | 0.8% | 0.91% | - |
| XYZ | 31.44 | 59.33 | 15.93 | - |
| YUV | 158.73 | 79.05 | 47.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 233 | 72 | 0.80 | 0 | 0.69 | 0.09 | 128.34 | 0.81 | 0.55 |
| Hex | 2E | E9 | 48 | 50 | 0 | 45 | 9 | 80 | 51 | 37 |
| Octal | 56 | 351 | 110 | 120 | 0 | 105 | 11 | 200 | 121 | 67 |
| Binary | 101110 | 11101001 | 1001000 | 1010000 | 0 | 1000101 | 1001 | 10000000 | 1010001 | 110111 |
Color Harmonies of #2EE948
Complementary color
Monochromatic Colors of #2EE948
Black with #2EE948
Text Example
Text Example
White with #2EE948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE948; }
p { color: rgb(46,233,72); }
H1.HeaderClassName
{
color: #2EE948;
}
.AnyTagClassName
{
color: #2EE948;
}
</style>
background-color css
<style>
a { background-color: #2EE948; }
a { background-color: rgb(46,233,72); }
div.DivClassName
{
background-color: #2EE948;
}
.BgClassName
{
background-color: #2EE948;
}
</style>
border-color css
<style>
span { border-color: #2EE948; }
span { border-color: rgb(46,233,72); }
td.TdClassName
{
border-color: #2EE948;
}
.TagClassName
{
border-color: #2EE948;
}
</style>