Shades of Lime Green #2EC23D
Tints of Lime Green #2EC23D
RGB
CMYK
RGB Variations
Color information
#2EC23D (or 0x2EC23D) is known color: Lime Green. HEX triplet: 2E, C2 and 3D. RGB value is (46,194,61). Sum of RGB (Red+Green+Blue) = 46+194+61=301 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.28% from 301); Green value is 194 (76.17% from 255 or 64.45% from 301); Blue value is 61 (24.22% from 255 or 20.27% from 301); Max value from RGB is 194 - color contains mainly: green. Hex color #2EC23D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC23D is #D13DC2. Grayscale: #868686. Windows color (decimal): -13712835 or 4047406. OLE color: 4047406.
HSL color Cylindrical-coordinate representation of color #2EC23D: hue angle of 126.08º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EC23D is Cyan = 0.76, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 46 | 194 | 61 | - |
| CMYK | 0.76 | 0 | 0.69 | 0.24 |
| HSL | 126.08º | 0.62% | 0.47% | - |
| HSV(B) | 126.08º | 0.76% | 0.76% | - |
| XYZ | 21.26 | 39.5 | 10.92 | - |
| YUV | 134.59 | 86.47 | 64.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 194 | 61 | 0.76 | 0 | 0.69 | 0.24 | 126.08 | 0.62 | 0.47 |
| Hex | 2E | C2 | 3D | 4C | 0 | 45 | 18 | 7E | 3E | 2F |
| Octal | 56 | 302 | 75 | 114 | 0 | 105 | 30 | 176 | 76 | 57 |
| Binary | 101110 | 11000010 | 111101 | 1001100 | 0 | 1000101 | 11000 | 1111110 | 111110 | 101111 |
Color Harmonies of #2EC23D
Complementary color
Monochromatic Colors of #2EC23D
Black with #2EC23D
Text Example
Text Example
White with #2EC23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC23D; }
p { color: rgb(46,194,61); }
H1.HeaderClassName
{
color: #2EC23D;
}
.AnyTagClassName
{
color: #2EC23D;
}
</style>
background-color css
<style>
a { background-color: #2EC23D; }
a { background-color: rgb(46,194,61); }
div.DivClassName
{
background-color: #2EC23D;
}
.BgClassName
{
background-color: #2EC23D;
}
</style>
border-color css
<style>
span { border-color: #2EC23D; }
span { border-color: rgb(46,194,61); }
td.TdClassName
{
border-color: #2EC23D;
}
.TagClassName
{
border-color: #2EC23D;
}
</style>