Shades of Lime Green #2EBD3C
Tints of Lime Green #2EBD3C
RGB
CMYK
RGB Variations
Color information
#2EBD3C (or 0x2EBD3C) is known color: Lime Green. HEX triplet: 2E, BD and 3C. RGB value is (46,189,60). Sum of RGB (Red+Green+Blue) = 46+189+60=295 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.59% from 295); Green value is 189 (74.22% from 255 or 64.07% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 189 - color contains mainly: green. Hex color #2EBD3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EBD3C is #D142C3. Grayscale: #838383. Windows color (decimal): -13714116 or 3980590. OLE color: 3980590.
HSL color Cylindrical-coordinate representation of color #2EBD3C: hue angle of 125.87º 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 #2EBD3C is Cyan = 0.76, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 46 | 189 | 60 | - |
| CMYK | 0.76 | 0 | 0.68 | 0.26 |
| HSL | 125.87º | 0.61% | 0.46% | - |
| HSV(B) | 125.87º | 0.76% | 0.74% | - |
| XYZ | 20.14 | 37.3 | 10.41 | - |
| YUV | 131.54 | 87.62 | 66.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 189 | 60 | 0.76 | 0 | 0.68 | 0.26 | 125.87 | 0.61 | 0.46 |
| Hex | 2E | BD | 3C | 4C | 0 | 44 | 1A | 7E | 3D | 2E |
| Octal | 56 | 275 | 74 | 114 | 0 | 104 | 32 | 176 | 75 | 56 |
| Binary | 101110 | 10111101 | 111100 | 1001100 | 0 | 1000100 | 11010 | 1111110 | 111101 | 101110 |
Color Harmonies of #2EBD3C
Complementary color
Monochromatic Colors of #2EBD3C
Black with #2EBD3C
Text Example
Text Example
White with #2EBD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBD3C; }
p { color: rgb(46,189,60); }
H1.HeaderClassName
{
color: #2EBD3C;
}
.AnyTagClassName
{
color: #2EBD3C;
}
</style>
background-color css
<style>
a { background-color: #2EBD3C; }
a { background-color: rgb(46,189,60); }
div.DivClassName
{
background-color: #2EBD3C;
}
.BgClassName
{
background-color: #2EBD3C;
}
</style>
border-color css
<style>
span { border-color: #2EBD3C; }
span { border-color: rgb(46,189,60); }
td.TdClassName
{
border-color: #2EBD3C;
}
.TagClassName
{
border-color: #2EBD3C;
}
</style>