Shades of Lime Green #2EC326
Tints of Lime Green #2EC326
RGB
CMYK
RGB Variations
Color information
#2EC326 (or 0x2EC326) is known color: Lime Green. HEX triplet: 2E, C3 and 26. RGB value is (46,195,38). Sum of RGB (Red+Green+Blue) = 46+195+38=279 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.49% from 279); Green value is 195 (76.56% from 255 or 69.89% from 279); Blue value is 38 (15.23% from 255 or 13.62% from 279); Max value from RGB is 195 - color contains mainly: green. Hex color #2EC326 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC326 is #D13CD9. Grayscale: #858585. Windows color (decimal): -13712602 or 2540334. OLE color: 2540334.
HSL color Cylindrical-coordinate representation of color #2EC326: hue angle of 116.94º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EC326 is Cyan = 0.76, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 46 | 195 | 38 | - |
| CMYK | 0.76 | 0 | 0.81 | 0.24 |
| HSL | 116.94º | 0.67% | 0.46% | - |
| HSV(B) | 116.94º | 0.81% | 0.76% | - |
| XYZ | 20.99 | 39.75 | 8.4 | - |
| YUV | 132.55 | 74.64 | 66.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 195 | 38 | 0.76 | 0 | 0.81 | 0.24 | 116.94 | 0.67 | 0.46 |
| Hex | 2E | C3 | 26 | 4C | 0 | 51 | 18 | 75 | 43 | 2E |
| Octal | 56 | 303 | 46 | 114 | 0 | 121 | 30 | 165 | 103 | 56 |
| Binary | 101110 | 11000011 | 100110 | 1001100 | 0 | 1010001 | 11000 | 1110101 | 1000011 | 101110 |
Color Harmonies of #2EC326
Complementary color
Monochromatic Colors of #2EC326
Black with #2EC326
Text Example
Text Example
White with #2EC326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC326; }
p { color: rgb(46,195,38); }
H1.HeaderClassName
{
color: #2EC326;
}
.AnyTagClassName
{
color: #2EC326;
}
</style>
background-color css
<style>
a { background-color: #2EC326; }
a { background-color: rgb(46,195,38); }
div.DivClassName
{
background-color: #2EC326;
}
.BgClassName
{
background-color: #2EC326;
}
</style>
border-color css
<style>
span { border-color: #2EC326; }
span { border-color: rgb(46,195,38); }
td.TdClassName
{
border-color: #2EC326;
}
.TagClassName
{
border-color: #2EC326;
}
</style>