Shades of Lime Green #2EC635
Tints of Lime Green #2EC635
RGB
CMYK
RGB Variations
Color information
#2EC635 (or 0x2EC635) is known color: Lime Green. HEX triplet: 2E, C6 and 35. RGB value is (46,198,53). Sum of RGB (Red+Green+Blue) = 46+198+53=297 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.49% from 297); Green value is 198 (77.73% from 255 or 66.67% from 297); Blue value is 53 (21.09% from 255 or 17.85% from 297); Max value from RGB is 198 - color contains mainly: green. Hex color #2EC635 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC635 is #D139CA. Grayscale: #888888. Windows color (decimal): -13711819 or 3524142. OLE color: 3524142.
HSL color Cylindrical-coordinate representation of color #2EC635: hue angle of 122.76º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC635 is Cyan = 0.77, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 46 | 198 | 53 | - |
| CMYK | 0.77 | 0 | 0.73 | 0.22 |
| HSL | 122.76º | 0.62% | 0.48% | - |
| HSV(B) | 122.76º | 0.77% | 0.78% | - |
| XYZ | 21.96 | 41.23 | 10.17 | - |
| YUV | 136.02 | 81.14 | 63.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 198 | 53 | 0.77 | 0 | 0.73 | 0.22 | 122.76 | 0.62 | 0.48 |
| Hex | 2E | C6 | 35 | 4D | 0 | 49 | 16 | 7B | 3E | 30 |
| Octal | 56 | 306 | 65 | 115 | 0 | 111 | 26 | 173 | 76 | 60 |
| Binary | 101110 | 11000110 | 110101 | 1001101 | 0 | 1001001 | 10110 | 1111011 | 111110 | 110000 |
Color Harmonies of #2EC635
Complementary color
Monochromatic Colors of #2EC635
Black with #2EC635
Text Example
Text Example
White with #2EC635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC635; }
p { color: rgb(46,198,53); }
H1.HeaderClassName
{
color: #2EC635;
}
.AnyTagClassName
{
color: #2EC635;
}
</style>
background-color css
<style>
a { background-color: #2EC635; }
a { background-color: rgb(46,198,53); }
div.DivClassName
{
background-color: #2EC635;
}
.BgClassName
{
background-color: #2EC635;
}
</style>
border-color css
<style>
span { border-color: #2EC635; }
span { border-color: rgb(46,198,53); }
td.TdClassName
{
border-color: #2EC635;
}
.TagClassName
{
border-color: #2EC635;
}
</style>