Shades of Lime Green #2EBC2C
Tints of Lime Green #2EBC2C
RGB
CMYK
RGB Variations
Color information
#2EBC2C (or 0x2EBC2C) is known color: Lime Green. HEX triplet: 2E, BC and 2C. RGB value is (46,188,44). Sum of RGB (Red+Green+Blue) = 46+188+44=278 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.55% from 278); Green value is 188 (73.83% from 255 or 67.63% from 278); Blue value is 44 (17.58% from 255 or 15.83% from 278); Max value from RGB is 188 - color contains mainly: green. Hex color #2EBC2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EBC2C is #D143D3. Grayscale: #818181. Windows color (decimal): -13714388 or 2931758. OLE color: 2931758.
HSL color Cylindrical-coordinate representation of color #2EBC2C: hue angle of 119.17º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EBC2C is Cyan = 0.76, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 46 | 188 | 44 | - |
| CMYK | 0.76 | 0 | 0.77 | 0.26 |
| HSL | 119.17º | 0.62% | 0.45% | - |
| HSV(B) | 119.17º | 0.77% | 0.74% | - |
| XYZ | 19.56 | 36.73 | 8.44 | - |
| YUV | 129.13 | 79.96 | 68.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 188 | 44 | 0.76 | 0 | 0.77 | 0.26 | 119.17 | 0.62 | 0.45 |
| Hex | 2E | BC | 2C | 4C | 0 | 4D | 1A | 77 | 3E | 2D |
| Octal | 56 | 274 | 54 | 114 | 0 | 115 | 32 | 167 | 76 | 55 |
| Binary | 101110 | 10111100 | 101100 | 1001100 | 0 | 1001101 | 11010 | 1110111 | 111110 | 101101 |
Color Harmonies of #2EBC2C
Complementary color
Monochromatic Colors of #2EBC2C
Black with #2EBC2C
Text Example
Text Example
White with #2EBC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBC2C; }
p { color: rgb(46,188,44); }
H1.HeaderClassName
{
color: #2EBC2C;
}
.AnyTagClassName
{
color: #2EBC2C;
}
</style>
background-color css
<style>
a { background-color: #2EBC2C; }
a { background-color: rgb(46,188,44); }
div.DivClassName
{
background-color: #2EBC2C;
}
.BgClassName
{
background-color: #2EBC2C;
}
</style>
border-color css
<style>
span { border-color: #2EBC2C; }
span { border-color: rgb(46,188,44); }
td.TdClassName
{
border-color: #2EBC2C;
}
.TagClassName
{
border-color: #2EBC2C;
}
</style>