Shades of Lime Green #2EBF3E
Tints of Lime Green #2EBF3E
RGB
CMYK
RGB Variations
Color information
#2EBF3E (or 0x2EBF3E) is known color: Lime Green. HEX triplet: 2E, BF and 3E. RGB value is (46,191,62). Sum of RGB (Red+Green+Blue) = 46+191+62=299 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.38% from 299); Green value is 191 (75% from 255 or 63.88% from 299); Blue value is 62 (24.61% from 255 or 20.74% from 299); Max value from RGB is 191 - color contains mainly: green. Hex color #2EBF3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EBF3E is #D140C1. Grayscale: #858585. Windows color (decimal): -13713602 or 4112174. OLE color: 4112174.
HSL color Cylindrical-coordinate representation of color #2EBF3E: hue angle of 126.62º 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 #2EBF3E is Cyan = 0.76, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 46 | 191 | 62 | - |
| CMYK | 0.76 | 0 | 0.68 | 0.25 |
| HSL | 126.62º | 0.61% | 0.46% | - |
| HSV(B) | 126.62º | 0.76% | 0.75% | - |
| XYZ | 20.63 | 38.19 | 10.84 | - |
| YUV | 132.94 | 87.96 | 65.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 191 | 62 | 0.76 | 0 | 0.68 | 0.25 | 126.62 | 0.61 | 0.46 |
| Hex | 2E | BF | 3E | 4C | 0 | 44 | 19 | 7F | 3D | 2E |
| Octal | 56 | 277 | 76 | 114 | 0 | 104 | 31 | 177 | 75 | 56 |
| Binary | 101110 | 10111111 | 111110 | 1001100 | 0 | 1000100 | 11001 | 1111111 | 111101 | 101110 |
Color Harmonies of #2EBF3E
Complementary color
Monochromatic Colors of #2EBF3E
Black with #2EBF3E
Text Example
Text Example
White with #2EBF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBF3E; }
p { color: rgb(46,191,62); }
H1.HeaderClassName
{
color: #2EBF3E;
}
.AnyTagClassName
{
color: #2EBF3E;
}
</style>
background-color css
<style>
a { background-color: #2EBF3E; }
a { background-color: rgb(46,191,62); }
div.DivClassName
{
background-color: #2EBF3E;
}
.BgClassName
{
background-color: #2EBF3E;
}
</style>
border-color css
<style>
span { border-color: #2EBF3E; }
span { border-color: rgb(46,191,62); }
td.TdClassName
{
border-color: #2EBF3E;
}
.TagClassName
{
border-color: #2EBF3E;
}
</style>