Shades of Lime Green #2EBF2E
Tints of Lime Green #2EBF2E
RGB
CMYK
RGB Variations
Color information
#2EBF2E (or 0x2EBF2E) is known color: Lime Green. HEX triplet: 2E, BF and 2E. RGB value is (46,191,46). Sum of RGB (Red+Green+Blue) = 46+191+46=283 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.25% from 283); Green value is 191 (75% from 255 or 67.49% from 283); Blue value is 46 (18.36% from 255 or 16.25% from 283); Max value from RGB is 191 - color contains mainly: green. Hex color #2EBF2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EBF2E is #D140D1. Grayscale: #838383. Windows color (decimal): -13713618 or 3063598. OLE color: 3063598.
HSL color Cylindrical-coordinate representation of color #2EBF2E: hue angle of 120º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EBF2E is Cyan = 0.76, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 46 | 191 | 46 | - |
| CMYK | 0.76 | 0 | 0.76 | 0.25 |
| HSL | 120º | 0.61% | 0.46% | - |
| HSV(B) | 120º | 0.76% | 0.75% | - |
| XYZ | 20.25 | 38.04 | 8.86 | - |
| YUV | 131.12 | 79.96 | 67.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 191 | 46 | 0.76 | 0 | 0.76 | 0.25 | 120 | 0.61 | 0.46 |
| Hex | 2E | BF | 2E | 4C | 0 | 4C | 19 | 78 | 3D | 2E |
| Octal | 56 | 277 | 56 | 114 | 0 | 114 | 31 | 170 | 75 | 56 |
| Binary | 101110 | 10111111 | 101110 | 1001100 | 0 | 1001100 | 11001 | 1111000 | 111101 | 101110 |
Color Harmonies of #2EBF2E
Complementary color
Monochromatic Colors of #2EBF2E
Black with #2EBF2E
Text Example
Text Example
White with #2EBF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBF2E; }
p { color: rgb(46,191,46); }
H1.HeaderClassName
{
color: #2EBF2E;
}
.AnyTagClassName
{
color: #2EBF2E;
}
</style>
background-color css
<style>
a { background-color: #2EBF2E; }
a { background-color: rgb(46,191,46); }
div.DivClassName
{
background-color: #2EBF2E;
}
.BgClassName
{
background-color: #2EBF2E;
}
</style>
border-color css
<style>
span { border-color: #2EBF2E; }
span { border-color: rgb(46,191,46); }
td.TdClassName
{
border-color: #2EBF2E;
}
.TagClassName
{
border-color: #2EBF2E;
}
</style>