Shades of Lime Green #2EBC2F
Tints of Lime Green #2EBC2F
RGB
CMYK
RGB Variations
Color information
#2EBC2F (or 0x2EBC2F) is known color: Lime Green. HEX triplet: 2E, BC and 2F. RGB value is (46,188,47). Sum of RGB (Red+Green+Blue) = 46+188+47=281 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.37% from 281); Green value is 188 (73.83% from 255 or 66.90% from 281); Blue value is 47 (18.75% from 255 or 16.73% from 281); Max value from RGB is 188 - color contains mainly: green. Hex color #2EBC2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EBC2F is #D143D0. Grayscale: #818181. Windows color (decimal): -13714385 or 3128366. OLE color: 3128366.
HSL color Cylindrical-coordinate representation of color #2EBC2F: hue angle of 120.42º 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 #2EBC2F is Cyan = 0.76, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 46 | 188 | 47 | - |
| CMYK | 0.76 | 0 | 0.75 | 0.26 |
| HSL | 120.42º | 0.61% | 0.46% | - |
| HSV(B) | 120.42º | 0.76% | 0.74% | - |
| XYZ | 19.62 | 36.75 | 8.75 | - |
| YUV | 129.47 | 81.46 | 68.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 188 | 47 | 0.76 | 0 | 0.75 | 0.26 | 120.42 | 0.61 | 0.46 |
| Hex | 2E | BC | 2F | 4C | 0 | 4B | 1A | 78 | 3D | 2E |
| Octal | 56 | 274 | 57 | 114 | 0 | 113 | 32 | 170 | 75 | 56 |
| Binary | 101110 | 10111100 | 101111 | 1001100 | 0 | 1001011 | 11010 | 1111000 | 111101 | 101110 |
Color Harmonies of #2EBC2F
Complementary color
Monochromatic Colors of #2EBC2F
Black with #2EBC2F
Text Example
Text Example
White with #2EBC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBC2F; }
p { color: rgb(46,188,47); }
H1.HeaderClassName
{
color: #2EBC2F;
}
.AnyTagClassName
{
color: #2EBC2F;
}
</style>
background-color css
<style>
a { background-color: #2EBC2F; }
a { background-color: rgb(46,188,47); }
div.DivClassName
{
background-color: #2EBC2F;
}
.BgClassName
{
background-color: #2EBC2F;
}
</style>
border-color css
<style>
span { border-color: #2EBC2F; }
span { border-color: rgb(46,188,47); }
td.TdClassName
{
border-color: #2EBC2F;
}
.TagClassName
{
border-color: #2EBC2F;
}
</style>