Shades of Lime Green #2EC12F
Tints of Lime Green #2EC12F
RGB
CMYK
RGB Variations
Color information
#2EC12F (or 0x2EC12F) is known color: Lime Green. HEX triplet: 2E, C1 and 2F. RGB value is (46,193,47). Sum of RGB (Red+Green+Blue) = 46+193+47=286 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.08% from 286); Green value is 193 (75.78% from 255 or 67.48% from 286); Blue value is 47 (18.75% from 255 or 16.43% from 286); Max value from RGB is 193 - color contains mainly: green. Hex color #2EC12F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC12F is #D13ED0. Grayscale: #848484. Windows color (decimal): -13713105 or 3129646. OLE color: 3129646.
HSL color Cylindrical-coordinate representation of color #2EC12F: hue angle of 120.41º 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 #2EC12F is Cyan = 0.76, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 46 | 193 | 47 | - |
| CMYK | 0.76 | 0 | 0.76 | 0.24 |
| HSL | 120.41º | 0.62% | 0.47% | - |
| HSV(B) | 120.41º | 0.76% | 0.76% | - |
| XYZ | 20.71 | 38.93 | 9.11 | - |
| YUV | 132.4 | 79.8 | 66.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 193 | 47 | 0.76 | 0 | 0.76 | 0.24 | 120.41 | 0.62 | 0.47 |
| Hex | 2E | C1 | 2F | 4C | 0 | 4C | 18 | 78 | 3E | 2F |
| Octal | 56 | 301 | 57 | 114 | 0 | 114 | 30 | 170 | 76 | 57 |
| Binary | 101110 | 11000001 | 101111 | 1001100 | 0 | 1001100 | 11000 | 1111000 | 111110 | 101111 |
Color Harmonies of #2EC12F
Complementary color
Monochromatic Colors of #2EC12F
Black with #2EC12F
Text Example
Text Example
White with #2EC12F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC12F; }
p { color: rgb(46,193,47); }
H1.HeaderClassName
{
color: #2EC12F;
}
.AnyTagClassName
{
color: #2EC12F;
}
</style>
background-color css
<style>
a { background-color: #2EC12F; }
a { background-color: rgb(46,193,47); }
div.DivClassName
{
background-color: #2EC12F;
}
.BgClassName
{
background-color: #2EC12F;
}
</style>
border-color css
<style>
span { border-color: #2EC12F; }
span { border-color: rgb(46,193,47); }
td.TdClassName
{
border-color: #2EC12F;
}
.TagClassName
{
border-color: #2EC12F;
}
</style>