Shades of Lime Green #2EBB3C
Tints of Lime Green #2EBB3C
RGB
CMYK
RGB Variations
Color information
#2EBB3C (or 0x2EBB3C) is known color: Lime Green. HEX triplet: 2E, BB and 3C. RGB value is (46,187,60). Sum of RGB (Red+Green+Blue) = 46+187+60=293 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.70% from 293); Green value is 187 (73.44% from 255 or 63.82% from 293); Blue value is 60 (23.83% from 255 or 20.48% from 293); Max value from RGB is 187 - color contains mainly: green. Hex color #2EBB3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EBB3C is #D144C3. Grayscale: #828282. Windows color (decimal): -13714628 or 3980078. OLE color: 3980078.
HSL color Cylindrical-coordinate representation of color #2EBB3C: hue angle of 125.96º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EBB3C is Cyan = 0.75, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 187 | 60 | - |
| CMYK | 0.75 | 0 | 0.68 | 0.27 |
| HSL | 125.96º | 0.61% | 0.46% | - |
| HSV(B) | 125.96º | 0.75% | 0.73% | - |
| XYZ | 19.71 | 36.45 | 10.27 | - |
| YUV | 130.36 | 88.29 | 67.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 187 | 60 | 0.75 | 0 | 0.68 | 0.27 | 125.96 | 0.61 | 0.46 |
| Hex | 2E | BB | 3C | 4B | 0 | 44 | 1B | 7E | 3D | 2E |
| Octal | 56 | 273 | 74 | 113 | 0 | 104 | 33 | 176 | 75 | 56 |
| Binary | 101110 | 10111011 | 111100 | 1001011 | 0 | 1000100 | 11011 | 1111110 | 111101 | 101110 |
Color Harmonies of #2EBB3C
Complementary color
Monochromatic Colors of #2EBB3C
Black with #2EBB3C
Text Example
Text Example
White with #2EBB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBB3C; }
p { color: rgb(46,187,60); }
H1.HeaderClassName
{
color: #2EBB3C;
}
.AnyTagClassName
{
color: #2EBB3C;
}
</style>
background-color css
<style>
a { background-color: #2EBB3C; }
a { background-color: rgb(46,187,60); }
div.DivClassName
{
background-color: #2EBB3C;
}
.BgClassName
{
background-color: #2EBB3C;
}
</style>
border-color css
<style>
span { border-color: #2EBB3C; }
span { border-color: rgb(46,187,60); }
td.TdClassName
{
border-color: #2EBB3C;
}
.TagClassName
{
border-color: #2EBB3C;
}
</style>