Shades of Lime Green #2EC24A
Tints of Lime Green #2EC24A
RGB
CMYK
RGB Variations
Color information
#2EC24A (or 0x2EC24A) is known color: Lime Green. HEX triplet: 2E, C2 and 4A. RGB value is (46,194,74). Sum of RGB (Red+Green+Blue) = 46+194+74=314 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.65% from 314); Green value is 194 (76.17% from 255 or 61.78% from 314); Blue value is 74 (29.30% from 255 or 23.57% from 314); Max value from RGB is 194 - color contains mainly: green. Hex color #2EC24A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC24A is #D13DB5. Grayscale: #888888. Windows color (decimal): -13712822 or 4899374. OLE color: 4899374.
HSL color Cylindrical-coordinate representation of color #2EC24A: hue angle of 131.35º 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 #2EC24A is Cyan = 0.76, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 46 | 194 | 74 | - |
| CMYK | 0.76 | 0 | 0.62 | 0.24 |
| HSL | 131.35º | 0.62% | 0.47% | - |
| HSV(B) | 131.35º | 0.76% | 0.76% | - |
| XYZ | 21.65 | 39.66 | 12.99 | - |
| YUV | 136.07 | 92.97 | 63.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 194 | 74 | 0.76 | 0 | 0.62 | 0.24 | 131.35 | 0.62 | 0.47 |
| Hex | 2E | C2 | 4A | 4C | 0 | 3E | 18 | 83 | 3E | 2F |
| Octal | 56 | 302 | 112 | 114 | 0 | 76 | 30 | 203 | 76 | 57 |
| Binary | 101110 | 11000010 | 1001010 | 1001100 | 0 | 111110 | 11000 | 10000011 | 111110 | 101111 |
Color Harmonies of #2EC24A
Complementary color
Monochromatic Colors of #2EC24A
Black with #2EC24A
Text Example
Text Example
White with #2EC24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC24A; }
p { color: rgb(46,194,74); }
H1.HeaderClassName
{
color: #2EC24A;
}
.AnyTagClassName
{
color: #2EC24A;
}
</style>
background-color css
<style>
a { background-color: #2EC24A; }
a { background-color: rgb(46,194,74); }
div.DivClassName
{
background-color: #2EC24A;
}
.BgClassName
{
background-color: #2EC24A;
}
</style>
border-color css
<style>
span { border-color: #2EC24A; }
span { border-color: rgb(46,194,74); }
td.TdClassName
{
border-color: #2EC24A;
}
.TagClassName
{
border-color: #2EC24A;
}
</style>