Shades of Lime Green #2EEE2D
Tints of Lime Green #2EEE2D
RGB
CMYK
RGB Variations
Color information
#2EEE2D (or 0x2EEE2D) is known color: Lime Green. HEX triplet: 2E, EE and 2D. RGB value is (46,238,45). Sum of RGB (Red+Green+Blue) = 46+238+45=329 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.98% from 329); Green value is 238 (93.36% from 255 or 72.34% from 329); Blue value is 45 (17.97% from 255 or 13.68% from 329); Max value from RGB is 238 - color contains mainly: green. Hex color #2EEE2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EEE2D is #D111D2. Grayscale: #9F9F9F. Windows color (decimal): -13701587 or 3010094. OLE color: 3010094.
HSL color Cylindrical-coordinate representation of color #2EEE2D: hue angle of 119.69º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EEE2D is Cyan = 0.81, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 238 | 45 | - |
| CMYK | 0.81 | 0 | 0.81 | 0.07 |
| HSL | 119.69º | 0.85% | 0.55% | - |
| HSV(B) | 119.69º | 0.81% | 0.93% | - |
| XYZ | 32.17 | 61.92 | 12.74 | - |
| YUV | 158.59 | 63.89 | 47.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 238 | 45 | 0.81 | 0 | 0.81 | 0.07 | 119.69 | 0.85 | 0.55 |
| Hex | 2E | EE | 2D | 51 | 0 | 51 | 7 | 78 | 55 | 37 |
| Octal | 56 | 356 | 55 | 121 | 0 | 121 | 7 | 170 | 125 | 67 |
| Binary | 101110 | 11101110 | 101101 | 1010001 | 0 | 1010001 | 111 | 1111000 | 1010101 | 110111 |
Color Harmonies of #2EEE2D
Complementary color
Monochromatic Colors of #2EEE2D
Black with #2EEE2D
Text Example
Text Example
White with #2EEE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEE2D; }
p { color: rgb(46,238,45); }
H1.HeaderClassName
{
color: #2EEE2D;
}
.AnyTagClassName
{
color: #2EEE2D;
}
</style>
background-color css
<style>
a { background-color: #2EEE2D; }
a { background-color: rgb(46,238,45); }
div.DivClassName
{
background-color: #2EEE2D;
}
.BgClassName
{
background-color: #2EEE2D;
}
</style>
border-color css
<style>
span { border-color: #2EEE2D; }
span { border-color: rgb(46,238,45); }
td.TdClassName
{
border-color: #2EEE2D;
}
.TagClassName
{
border-color: #2EEE2D;
}
</style>