Shades of Lime Green #2EBF2B
Tints of Lime Green #2EBF2B
RGB
CMYK
RGB Variations
Color information
#2EBF2B (or 0x2EBF2B) is known color: Lime Green. HEX triplet: 2E, BF and 2B. RGB value is (46,191,43). Sum of RGB (Red+Green+Blue) = 46+191+43=280 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.43% from 280); Green value is 191 (75% from 255 or 68.21% from 280); Blue value is 43 (17.19% from 255 or 15.36% from 280); Max value from RGB is 191 - color contains mainly: green. Hex color #2EBF2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EBF2B is #D140D4. Grayscale: #838383. Windows color (decimal): -13713621 or 2866990. OLE color: 2866990.
HSL color Cylindrical-coordinate representation of color #2EBF2B: hue angle of 118.78º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EBF2B is Cyan = 0.76, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 46 | 191 | 43 | - |
| CMYK | 0.76 | 0 | 0.77 | 0.25 |
| HSL | 118.78º | 0.63% | 0.46% | - |
| HSV(B) | 118.78º | 0.77% | 0.75% | - |
| XYZ | 20.19 | 38.02 | 8.56 | - |
| YUV | 130.77 | 78.46 | 67.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 191 | 43 | 0.76 | 0 | 0.77 | 0.25 | 118.78 | 0.63 | 0.46 |
| Hex | 2E | BF | 2B | 4C | 0 | 4D | 19 | 77 | 3F | 2E |
| Octal | 56 | 277 | 53 | 114 | 0 | 115 | 31 | 167 | 77 | 56 |
| Binary | 101110 | 10111111 | 101011 | 1001100 | 0 | 1001101 | 11001 | 1110111 | 111111 | 101110 |
Color Harmonies of #2EBF2B
Complementary color
Monochromatic Colors of #2EBF2B
Black with #2EBF2B
Text Example
Text Example
White with #2EBF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBF2B; }
p { color: rgb(46,191,43); }
H1.HeaderClassName
{
color: #2EBF2B;
}
.AnyTagClassName
{
color: #2EBF2B;
}
</style>
background-color css
<style>
a { background-color: #2EBF2B; }
a { background-color: rgb(46,191,43); }
div.DivClassName
{
background-color: #2EBF2B;
}
.BgClassName
{
background-color: #2EBF2B;
}
</style>
border-color css
<style>
span { border-color: #2EBF2B; }
span { border-color: rgb(46,191,43); }
td.TdClassName
{
border-color: #2EBF2B;
}
.TagClassName
{
border-color: #2EBF2B;
}
</style>