Shades of Lime Green #2EB32F
Tints of Lime Green #2EB32F
RGB
CMYK
RGB Variations
Color information
#2EB32F (or 0x2EB32F) is known color: Lime Green. HEX triplet: 2E, B3 and 2F. RGB value is (46,179,47). Sum of RGB (Red+Green+Blue) = 46+179+47=272 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.91% from 272); Green value is 179 (70.31% from 255 or 65.81% from 272); Blue value is 47 (18.75% from 255 or 17.28% from 272); Max value from RGB is 179 - color contains mainly: green. Hex color #2EB32F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EB32F is #D14CD0. Grayscale: #7C7C7C. Windows color (decimal): -13716689 or 3126062. OLE color: 3126062.
HSL color Cylindrical-coordinate representation of color #2EB32F: hue angle of 120.45º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EB32F is Cyan = 0.74, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 46 | 179 | 47 | - |
| CMYK | 0.74 | 0 | 0.74 | 0.30 |
| HSL | 120.45º | 0.59% | 0.44% | - |
| HSV(B) | 120.45º | 0.74% | 0.7% | - |
| XYZ | 17.76 | 33.03 | 8.13 | - |
| YUV | 124.19 | 84.44 | 72.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 179 | 47 | 0.74 | 0 | 0.74 | 0.30 | 120.45 | 0.59 | 0.44 |
| Hex | 2E | B3 | 2F | 4A | 0 | 4A | 1E | 78 | 3B | 2C |
| Octal | 56 | 263 | 57 | 112 | 0 | 112 | 36 | 170 | 73 | 54 |
| Binary | 101110 | 10110011 | 101111 | 1001010 | 0 | 1001010 | 11110 | 1111000 | 111011 | 101100 |
Color Harmonies of #2EB32F
Complementary color
Monochromatic Colors of #2EB32F
Black with #2EB32F
Text Example
Text Example
White with #2EB32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB32F; }
p { color: rgb(46,179,47); }
H1.HeaderClassName
{
color: #2EB32F;
}
.AnyTagClassName
{
color: #2EB32F;
}
</style>
background-color css
<style>
a { background-color: #2EB32F; }
a { background-color: rgb(46,179,47); }
div.DivClassName
{
background-color: #2EB32F;
}
.BgClassName
{
background-color: #2EB32F;
}
</style>
border-color css
<style>
span { border-color: #2EB32F; }
span { border-color: rgb(46,179,47); }
td.TdClassName
{
border-color: #2EB32F;
}
.TagClassName
{
border-color: #2EB32F;
}
</style>