Shades of Lime Green #2EBE4C
Tints of Lime Green #2EBE4C
RGB
CMYK
RGB Variations
Color information
#2EBE4C (or 0x2EBE4C) is known color: Lime Green. HEX triplet: 2E, BE and 4C. RGB value is (46,190,76). Sum of RGB (Red+Green+Blue) = 46+190+76=312 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.74% from 312); Green value is 190 (74.61% from 255 or 60.90% from 312); Blue value is 76 (30.08% from 255 or 24.36% from 312); Max value from RGB is 190 - color contains mainly: green. Hex color #2EBE4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EBE4C is #D141B3. Grayscale: #868686. Windows color (decimal): -13713844 or 5029422. OLE color: 5029422.
HSL color Cylindrical-coordinate representation of color #2EBE4C: hue angle of 132.5º 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 #2EBE4C is Cyan = 0.76, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 46 | 190 | 76 | - |
| CMYK | 0.76 | 0 | 0.60 | 0.25 |
| HSL | 132.5º | 0.61% | 0.46% | - |
| HSV(B) | 132.5º | 0.76% | 0.75% | - |
| XYZ | 20.84 | 37.93 | 13.06 | - |
| YUV | 133.95 | 95.29 | 65.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 190 | 76 | 0.76 | 0 | 0.60 | 0.25 | 132.5 | 0.61 | 0.46 |
| Hex | 2E | BE | 4C | 4C | 0 | 3C | 19 | 84 | 3D | 2E |
| Octal | 56 | 276 | 114 | 114 | 0 | 74 | 31 | 204 | 75 | 56 |
| Binary | 101110 | 10111110 | 1001100 | 1001100 | 0 | 111100 | 11001 | 10000100 | 111101 | 101110 |
Color Harmonies of #2EBE4C
Complementary color
Monochromatic Colors of #2EBE4C
Black with #2EBE4C
Text Example
Text Example
White with #2EBE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBE4C; }
p { color: rgb(46,190,76); }
H1.HeaderClassName
{
color: #2EBE4C;
}
.AnyTagClassName
{
color: #2EBE4C;
}
</style>
background-color css
<style>
a { background-color: #2EBE4C; }
a { background-color: rgb(46,190,76); }
div.DivClassName
{
background-color: #2EBE4C;
}
.BgClassName
{
background-color: #2EBE4C;
}
</style>
border-color css
<style>
span { border-color: #2EBE4C; }
span { border-color: rgb(46,190,76); }
td.TdClassName
{
border-color: #2EBE4C;
}
.TagClassName
{
border-color: #2EBE4C;
}
</style>