Shades of Lime Green #2EB43C
Tints of Lime Green #2EB43C
RGB
CMYK
RGB Variations
Color information
#2EB43C (or 0x2EB43C) is known color: Lime Green. HEX triplet: 2E, B4 and 3C. RGB value is (46,180,60). Sum of RGB (Red+Green+Blue) = 46+180+60=286 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.08% from 286); Green value is 180 (70.70% from 255 or 62.94% from 286); Blue value is 60 (23.83% from 255 or 20.98% from 286); Max value from RGB is 180 - color contains mainly: green. Hex color #2EB43C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EB43C is #D14BC3. Grayscale: #7E7E7E. Windows color (decimal): -13716420 or 3978286. OLE color: 3978286.
HSL color Cylindrical-coordinate representation of color #2EB43C: hue angle of 126.27º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EB43C is Cyan = 0.74, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 46 | 180 | 60 | - |
| CMYK | 0.74 | 0 | 0.67 | 0.29 |
| HSL | 126.27º | 0.59% | 0.44% | - |
| HSV(B) | 126.27º | 0.74% | 0.71% | - |
| XYZ | 18.26 | 33.55 | 9.79 | - |
| YUV | 126.25 | 90.61 | 70.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 180 | 60 | 0.74 | 0 | 0.67 | 0.29 | 126.27 | 0.59 | 0.44 |
| Hex | 2E | B4 | 3C | 4A | 0 | 43 | 1D | 7E | 3B | 2C |
| Octal | 56 | 264 | 74 | 112 | 0 | 103 | 35 | 176 | 73 | 54 |
| Binary | 101110 | 10110100 | 111100 | 1001010 | 0 | 1000011 | 11101 | 1111110 | 111011 | 101100 |
Color Harmonies of #2EB43C
Complementary color
Monochromatic Colors of #2EB43C
Black with #2EB43C
Text Example
Text Example
White with #2EB43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB43C; }
p { color: rgb(46,180,60); }
H1.HeaderClassName
{
color: #2EB43C;
}
.AnyTagClassName
{
color: #2EB43C;
}
</style>
background-color css
<style>
a { background-color: #2EB43C; }
a { background-color: rgb(46,180,60); }
div.DivClassName
{
background-color: #2EB43C;
}
.BgClassName
{
background-color: #2EB43C;
}
</style>
border-color css
<style>
span { border-color: #2EB43C; }
span { border-color: rgb(46,180,60); }
td.TdClassName
{
border-color: #2EB43C;
}
.TagClassName
{
border-color: #2EB43C;
}
</style>