Shades of Lime Green #2EB935
Tints of Lime Green #2EB935
RGB
CMYK
RGB Variations
Color information
#2EB935 (or 0x2EB935) is known color: Lime Green. HEX triplet: 2E, B9 and 35. RGB value is (46,185,53). Sum of RGB (Red+Green+Blue) = 46+185+53=284 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.20% from 284); Green value is 185 (72.66% from 255 or 65.14% from 284); Blue value is 53 (21.09% from 255 or 18.66% from 284); Max value from RGB is 185 - color contains mainly: green. Hex color #2EB935 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EB935 is #D146CA. Grayscale: #808080. Windows color (decimal): -13715147 or 3520814. OLE color: 3520814.
HSL color Cylindrical-coordinate representation of color #2EB935: hue angle of 123.02º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EB935 is Cyan = 0.75, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 185 | 53 | - |
| CMYK | 0.75 | 0 | 0.71 | 0.27 |
| HSL | 123.02º | 0.6% | 0.45% | - |
| HSV(B) | 123.02º | 0.75% | 0.73% | - |
| XYZ | 19.12 | 35.54 | 9.22 | - |
| YUV | 128.39 | 85.45 | 69.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 185 | 53 | 0.75 | 0 | 0.71 | 0.27 | 123.02 | 0.6 | 0.45 |
| Hex | 2E | B9 | 35 | 4B | 0 | 47 | 1B | 7B | 3C | 2D |
| Octal | 56 | 271 | 65 | 113 | 0 | 107 | 33 | 173 | 74 | 55 |
| Binary | 101110 | 10111001 | 110101 | 1001011 | 0 | 1000111 | 11011 | 1111011 | 111100 | 101101 |
Color Harmonies of #2EB935
Complementary color
Monochromatic Colors of #2EB935
Black with #2EB935
Text Example
Text Example
White with #2EB935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB935; }
p { color: rgb(46,185,53); }
H1.HeaderClassName
{
color: #2EB935;
}
.AnyTagClassName
{
color: #2EB935;
}
</style>
background-color css
<style>
a { background-color: #2EB935; }
a { background-color: rgb(46,185,53); }
div.DivClassName
{
background-color: #2EB935;
}
.BgClassName
{
background-color: #2EB935;
}
</style>
border-color css
<style>
span { border-color: #2EB935; }
span { border-color: rgb(46,185,53); }
td.TdClassName
{
border-color: #2EB935;
}
.TagClassName
{
border-color: #2EB935;
}
</style>