Shades of Lime Green #2EB12C
Tints of Lime Green #2EB12C
RGB
CMYK
RGB Variations
Color information
#2EB12C (or 0x2EB12C) is known color: Lime Green. HEX triplet: 2E, B1 and 2C. RGB value is (46,177,44). Sum of RGB (Red+Green+Blue) = 46+177+44=267 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.23% from 267); Green value is 177 (69.53% from 255 or 66.29% from 267); Blue value is 44 (17.58% from 255 or 16.48% from 267); Max value from RGB is 177 - color contains mainly: green. Hex color #2EB12C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EB12C is #D14ED3. Grayscale: #7B7B7B. Windows color (decimal): -13717204 or 2928942. OLE color: 2928942.
HSL color Cylindrical-coordinate representation of color #2EB12C: hue angle of 119.1º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EB12C is Cyan = 0.74, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 46 | 177 | 44 | - |
| CMYK | 0.74 | 0 | 0.75 | 0.31 |
| HSL | 119.1º | 0.6% | 0.43% | - |
| HSV(B) | 119.1º | 0.75% | 0.69% | - |
| XYZ | 17.3 | 32.21 | 7.69 | - |
| YUV | 122.67 | 83.6 | 73.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 177 | 44 | 0.74 | 0 | 0.75 | 0.31 | 119.1 | 0.6 | 0.43 |
| Hex | 2E | B1 | 2C | 4A | 0 | 4B | 1F | 77 | 3C | 2B |
| Octal | 56 | 261 | 54 | 112 | 0 | 113 | 37 | 167 | 74 | 53 |
| Binary | 101110 | 10110001 | 101100 | 1001010 | 0 | 1001011 | 11111 | 1110111 | 111100 | 101011 |
Color Harmonies of #2EB12C
Complementary color
Monochromatic Colors of #2EB12C
Black with #2EB12C
Text Example
Text Example
White with #2EB12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB12C; }
p { color: rgb(46,177,44); }
H1.HeaderClassName
{
color: #2EB12C;
}
.AnyTagClassName
{
color: #2EB12C;
}
</style>
background-color css
<style>
a { background-color: #2EB12C; }
a { background-color: rgb(46,177,44); }
div.DivClassName
{
background-color: #2EB12C;
}
.BgClassName
{
background-color: #2EB12C;
}
</style>
border-color css
<style>
span { border-color: #2EB12C; }
span { border-color: rgb(46,177,44); }
td.TdClassName
{
border-color: #2EB12C;
}
.TagClassName
{
border-color: #2EB12C;
}
</style>