Shades of Lime Green #2EC336
Tints of Lime Green #2EC336
RGB
CMYK
RGB Variations
Color information
#2EC336 (or 0x2EC336) is known color: Lime Green. HEX triplet: 2E, C3 and 36. RGB value is (46,195,54). Sum of RGB (Red+Green+Blue) = 46+195+54=295 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.59% from 295); Green value is 195 (76.56% from 255 or 66.10% from 295); Blue value is 54 (21.48% from 255 or 18.31% from 295); Max value from RGB is 195 - color contains mainly: green. Hex color #2EC336 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC336 is #D13CC9. Grayscale: #868686. Windows color (decimal): -13712586 or 3588910. OLE color: 3588910.
HSL color Cylindrical-coordinate representation of color #2EC336: hue angle of 123.22º 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 #2EC336 is Cyan = 0.76, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 46 | 195 | 54 | - |
| CMYK | 0.76 | 0 | 0.72 | 0.24 |
| HSL | 123.22º | 0.62% | 0.47% | - |
| HSV(B) | 123.22º | 0.76% | 0.76% | - |
| XYZ | 21.31 | 39.88 | 10.06 | - |
| YUV | 134.38 | 82.64 | 64.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 195 | 54 | 0.76 | 0 | 0.72 | 0.24 | 123.22 | 0.62 | 0.47 |
| Hex | 2E | C3 | 36 | 4C | 0 | 48 | 18 | 7B | 3E | 2F |
| Octal | 56 | 303 | 66 | 114 | 0 | 110 | 30 | 173 | 76 | 57 |
| Binary | 101110 | 11000011 | 110110 | 1001100 | 0 | 1001000 | 11000 | 1111011 | 111110 | 101111 |
Color Harmonies of #2EC336
Complementary color
Monochromatic Colors of #2EC336
Black with #2EC336
Text Example
Text Example
White with #2EC336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC336; }
p { color: rgb(46,195,54); }
H1.HeaderClassName
{
color: #2EC336;
}
.AnyTagClassName
{
color: #2EC336;
}
</style>
background-color css
<style>
a { background-color: #2EC336; }
a { background-color: rgb(46,195,54); }
div.DivClassName
{
background-color: #2EC336;
}
.BgClassName
{
background-color: #2EC336;
}
</style>
border-color css
<style>
span { border-color: #2EC336; }
span { border-color: rgb(46,195,54); }
td.TdClassName
{
border-color: #2EC336;
}
.TagClassName
{
border-color: #2EC336;
}
</style>