Shades of Lime Green #2EBA35
Tints of Lime Green #2EBA35
RGB
CMYK
RGB Variations
Color information
#2EBA35 (or 0x2EBA35) is known color: Lime Green. HEX triplet: 2E, BA and 35. RGB value is (46,186,53). Sum of RGB (Red+Green+Blue) = 46+186+53=285 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.14% from 285); Green value is 186 (73.05% from 255 or 65.26% from 285); Blue value is 53 (21.09% from 255 or 18.60% from 285); Max value from RGB is 186 - color contains mainly: green. Hex color #2EBA35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EBA35 is #D145CA. Grayscale: #818181. Windows color (decimal): -13714891 or 3521070. OLE color: 3521070.
HSL color Cylindrical-coordinate representation of color #2EBA35: hue angle of 123º 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 #2EBA35 is Cyan = 0.75, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 186 | 53 | - |
| CMYK | 0.75 | 0 | 0.72 | 0.27 |
| HSL | 123º | 0.6% | 0.45% | - |
| HSV(B) | 123º | 0.75% | 0.73% | - |
| XYZ | 19.33 | 35.96 | 9.29 | - |
| YUV | 128.98 | 85.12 | 68.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 186 | 53 | 0.75 | 0 | 0.72 | 0.27 | 123 | 0.6 | 0.45 |
| Hex | 2E | BA | 35 | 4B | 0 | 48 | 1B | 7B | 3C | 2D |
| Octal | 56 | 272 | 65 | 113 | 0 | 110 | 33 | 173 | 74 | 55 |
| Binary | 101110 | 10111010 | 110101 | 1001011 | 0 | 1001000 | 11011 | 1111011 | 111100 | 101101 |
Color Harmonies of #2EBA35
Complementary color
Monochromatic Colors of #2EBA35
Black with #2EBA35
Text Example
Text Example
White with #2EBA35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBA35; }
p { color: rgb(46,186,53); }
H1.HeaderClassName
{
color: #2EBA35;
}
.AnyTagClassName
{
color: #2EBA35;
}
</style>
background-color css
<style>
a { background-color: #2EBA35; }
a { background-color: rgb(46,186,53); }
div.DivClassName
{
background-color: #2EBA35;
}
.BgClassName
{
background-color: #2EBA35;
}
</style>
border-color css
<style>
span { border-color: #2EBA35; }
span { border-color: rgb(46,186,53); }
td.TdClassName
{
border-color: #2EBA35;
}
.TagClassName
{
border-color: #2EBA35;
}
</style>