Shades of Lime Green #2EC34A
Tints of Lime Green #2EC34A
RGB
CMYK
RGB Variations
Color information
#2EC34A (or 0x2EC34A) is known color: Lime Green. HEX triplet: 2E, C3 and 4A. RGB value is (46,195,74). Sum of RGB (Red+Green+Blue) = 46+195+74=315 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.60% from 315); Green value is 195 (76.56% from 255 or 61.90% from 315); Blue value is 74 (29.30% from 255 or 23.49% from 315); Max value from RGB is 195 - color contains mainly: green. Hex color #2EC34A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC34A is #D13CB5. Grayscale: #888888. Windows color (decimal): -13712566 or 4899630. OLE color: 4899630.
HSL color Cylindrical-coordinate representation of color #2EC34A: hue angle of 131.28º 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 #2EC34A is Cyan = 0.76, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 46 | 195 | 74 | - |
| CMYK | 0.76 | 0 | 0.62 | 0.24 |
| HSL | 131.28º | 0.62% | 0.47% | - |
| HSV(B) | 131.28º | 0.76% | 0.76% | - |
| XYZ | 21.88 | 40.11 | 13.07 | - |
| YUV | 136.66 | 92.64 | 63.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 195 | 74 | 0.76 | 0 | 0.62 | 0.24 | 131.28 | 0.62 | 0.47 |
| Hex | 2E | C3 | 4A | 4C | 0 | 3E | 18 | 83 | 3E | 2F |
| Octal | 56 | 303 | 112 | 114 | 0 | 76 | 30 | 203 | 76 | 57 |
| Binary | 101110 | 11000011 | 1001010 | 1001100 | 0 | 111110 | 11000 | 10000011 | 111110 | 101111 |
Color Harmonies of #2EC34A
Complementary color
Monochromatic Colors of #2EC34A
Black with #2EC34A
Text Example
Text Example
White with #2EC34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC34A; }
p { color: rgb(46,195,74); }
H1.HeaderClassName
{
color: #2EC34A;
}
.AnyTagClassName
{
color: #2EC34A;
}
</style>
background-color css
<style>
a { background-color: #2EC34A; }
a { background-color: rgb(46,195,74); }
div.DivClassName
{
background-color: #2EC34A;
}
.BgClassName
{
background-color: #2EC34A;
}
</style>
border-color css
<style>
span { border-color: #2EC34A; }
span { border-color: rgb(46,195,74); }
td.TdClassName
{
border-color: #2EC34A;
}
.TagClassName
{
border-color: #2EC34A;
}
</style>