Shades of Lime Green #2EC327
Tints of Lime Green #2EC327
RGB
CMYK
RGB Variations
Color information
#2EC327 (or 0x2EC327) is known color: Lime Green. HEX triplet: 2E, C3 and 27. RGB value is (46,195,39). Sum of RGB (Red+Green+Blue) = 46+195+39=280 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.43% from 280); Green value is 195 (76.56% from 255 or 69.64% from 280); Blue value is 39 (15.62% from 255 or 13.93% from 280); Max value from RGB is 195 - color contains mainly: green. Hex color #2EC327 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC327 is #D13CD8. Grayscale: #858585. Windows color (decimal): -13712601 or 2605870. OLE color: 2605870.
HSL color Cylindrical-coordinate representation of color #2EC327: hue angle of 117.31º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EC327 is Cyan = 0.76, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 46 | 195 | 39 | - |
| CMYK | 0.76 | 0 | 0.80 | 0.24 |
| HSL | 117.31º | 0.67% | 0.46% | - |
| HSV(B) | 117.31º | 0.8% | 0.76% | - |
| XYZ | 21.01 | 39.76 | 8.49 | - |
| YUV | 132.67 | 75.14 | 66.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 195 | 39 | 0.76 | 0 | 0.80 | 0.24 | 117.31 | 0.67 | 0.46 |
| Hex | 2E | C3 | 27 | 4C | 0 | 50 | 18 | 75 | 43 | 2E |
| Octal | 56 | 303 | 47 | 114 | 0 | 120 | 30 | 165 | 103 | 56 |
| Binary | 101110 | 11000011 | 100111 | 1001100 | 0 | 1010000 | 11000 | 1110101 | 1000011 | 101110 |
Color Harmonies of #2EC327
Complementary color
Monochromatic Colors of #2EC327
Black with #2EC327
Text Example
Text Example
White with #2EC327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC327; }
p { color: rgb(46,195,39); }
H1.HeaderClassName
{
color: #2EC327;
}
.AnyTagClassName
{
color: #2EC327;
}
</style>
background-color css
<style>
a { background-color: #2EC327; }
a { background-color: rgb(46,195,39); }
div.DivClassName
{
background-color: #2EC327;
}
.BgClassName
{
background-color: #2EC327;
}
</style>
border-color css
<style>
span { border-color: #2EC327; }
span { border-color: rgb(46,195,39); }
td.TdClassName
{
border-color: #2EC327;
}
.TagClassName
{
border-color: #2EC327;
}
</style>