Shades of Lime Green #2EBD4B
Tints of Lime Green #2EBD4B
RGB
CMYK
RGB Variations
Color information
#2EBD4B (or 0x2EBD4B) is known color: Lime Green. HEX triplet: 2E, BD and 4B. RGB value is (46,189,75). Sum of RGB (Red+Green+Blue) = 46+189+75=310 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.84% from 310); Green value is 189 (74.22% from 255 or 60.97% from 310); Blue value is 75 (29.69% from 255 or 24.19% from 310); Max value from RGB is 189 - color contains mainly: green. Hex color #2EBD4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EBD4B is #D142B4. Grayscale: #858585. Windows color (decimal): -13714101 or 4963630. OLE color: 4963630.
HSL color Cylindrical-coordinate representation of color #2EBD4B: hue angle of 132.17º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EBD4B is Cyan = 0.76, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 46 | 189 | 75 | - |
| CMYK | 0.76 | 0 | 0.60 | 0.26 |
| HSL | 132.17º | 0.61% | 0.46% | - |
| HSV(B) | 132.17º | 0.76% | 0.74% | - |
| XYZ | 20.59 | 37.48 | 12.81 | - |
| YUV | 133.25 | 95.12 | 65.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 189 | 75 | 0.76 | 0 | 0.60 | 0.26 | 132.17 | 0.61 | 0.46 |
| Hex | 2E | BD | 4B | 4C | 0 | 3C | 1A | 84 | 3D | 2E |
| Octal | 56 | 275 | 113 | 114 | 0 | 74 | 32 | 204 | 75 | 56 |
| Binary | 101110 | 10111101 | 1001011 | 1001100 | 0 | 111100 | 11010 | 10000100 | 111101 | 101110 |
Color Harmonies of #2EBD4B
Complementary color
Monochromatic Colors of #2EBD4B
Black with #2EBD4B
Text Example
Text Example
White with #2EBD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBD4B; }
p { color: rgb(46,189,75); }
H1.HeaderClassName
{
color: #2EBD4B;
}
.AnyTagClassName
{
color: #2EBD4B;
}
</style>
background-color css
<style>
a { background-color: #2EBD4B; }
a { background-color: rgb(46,189,75); }
div.DivClassName
{
background-color: #2EBD4B;
}
.BgClassName
{
background-color: #2EBD4B;
}
</style>
border-color css
<style>
span { border-color: #2EBD4B; }
span { border-color: rgb(46,189,75); }
td.TdClassName
{
border-color: #2EBD4B;
}
.TagClassName
{
border-color: #2EBD4B;
}
</style>