Shades of Lime Green #2EBA34
Tints of Lime Green #2EBA34
RGB
CMYK
RGB Variations
Color information
#2EBA34 (or 0x2EBA34) is known color: Lime Green. HEX triplet: 2E, BA and 34. RGB value is (46,186,52). Sum of RGB (Red+Green+Blue) = 46+186+52=284 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.20% from 284); Green value is 186 (73.05% from 255 or 65.49% from 284); Blue value is 52 (20.70% from 255 or 18.31% from 284); Max value from RGB is 186 - color contains mainly: green. Hex color #2EBA34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EBA34 is #D145CB. Grayscale: #818181. Windows color (decimal): -13714892 or 3455534. OLE color: 3455534.
HSL color Cylindrical-coordinate representation of color #2EBA34: hue angle of 122.57º 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 #2EBA34 is Cyan = 0.75, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 186 | 52 | - |
| CMYK | 0.75 | 0 | 0.72 | 0.27 |
| HSL | 122.57º | 0.6% | 0.45% | - |
| HSV(B) | 122.57º | 0.75% | 0.73% | - |
| XYZ | 19.31 | 35.95 | 9.17 | - |
| YUV | 128.86 | 84.62 | 68.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 186 | 52 | 0.75 | 0 | 0.72 | 0.27 | 122.57 | 0.6 | 0.45 |
| Hex | 2E | BA | 34 | 4B | 0 | 48 | 1B | 7B | 3C | 2D |
| Octal | 56 | 272 | 64 | 113 | 0 | 110 | 33 | 173 | 74 | 55 |
| Binary | 101110 | 10111010 | 110100 | 1001011 | 0 | 1001000 | 11011 | 1111011 | 111100 | 101101 |
Color Harmonies of #2EBA34
Complementary color
Monochromatic Colors of #2EBA34
Black with #2EBA34
Text Example
Text Example
White with #2EBA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBA34; }
p { color: rgb(46,186,52); }
H1.HeaderClassName
{
color: #2EBA34;
}
.AnyTagClassName
{
color: #2EBA34;
}
</style>
background-color css
<style>
a { background-color: #2EBA34; }
a { background-color: rgb(46,186,52); }
div.DivClassName
{
background-color: #2EBA34;
}
.BgClassName
{
background-color: #2EBA34;
}
</style>
border-color css
<style>
span { border-color: #2EBA34; }
span { border-color: rgb(46,186,52); }
td.TdClassName
{
border-color: #2EBA34;
}
.TagClassName
{
border-color: #2EBA34;
}
</style>