Shades of Lime Green #2EBA2F
Tints of Lime Green #2EBA2F
RGB
CMYK
RGB Variations
Color information
#2EBA2F (or 0x2EBA2F) is known color: Lime Green. HEX triplet: 2E, BA and 2F. RGB value is (46,186,47). Sum of RGB (Red+Green+Blue) = 46+186+47=279 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.49% from 279); Green value is 186 (73.05% from 255 or 66.67% from 279); Blue value is 47 (18.75% from 255 or 16.85% from 279); Max value from RGB is 186 - color contains mainly: green. Hex color #2EBA2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EBA2F is #D145D0. Grayscale: #808080. Windows color (decimal): -13714897 or 3127854. OLE color: 3127854.
HSL color Cylindrical-coordinate representation of color #2EBA2F: hue angle of 120.43º 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 #2EBA2F is Cyan = 0.75, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 186 | 47 | - |
| CMYK | 0.75 | 0 | 0.75 | 0.27 |
| HSL | 120.43º | 0.6% | 0.45% | - |
| HSV(B) | 120.43º | 0.75% | 0.73% | - |
| XYZ | 19.2 | 35.9 | 8.61 | - |
| YUV | 128.29 | 82.12 | 69.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 186 | 47 | 0.75 | 0 | 0.75 | 0.27 | 120.43 | 0.6 | 0.45 |
| Hex | 2E | BA | 2F | 4B | 0 | 4B | 1B | 78 | 3C | 2D |
| Octal | 56 | 272 | 57 | 113 | 0 | 113 | 33 | 170 | 74 | 55 |
| Binary | 101110 | 10111010 | 101111 | 1001011 | 0 | 1001011 | 11011 | 1111000 | 111100 | 101101 |
Color Harmonies of #2EBA2F
Complementary color
Monochromatic Colors of #2EBA2F
Black with #2EBA2F
Text Example
Text Example
White with #2EBA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBA2F; }
p { color: rgb(46,186,47); }
H1.HeaderClassName
{
color: #2EBA2F;
}
.AnyTagClassName
{
color: #2EBA2F;
}
</style>
background-color css
<style>
a { background-color: #2EBA2F; }
a { background-color: rgb(46,186,47); }
div.DivClassName
{
background-color: #2EBA2F;
}
.BgClassName
{
background-color: #2EBA2F;
}
</style>
border-color css
<style>
span { border-color: #2EBA2F; }
span { border-color: rgb(46,186,47); }
td.TdClassName
{
border-color: #2EBA2F;
}
.TagClassName
{
border-color: #2EBA2F;
}
</style>