Shades of Lime Green #2EB73C
Tints of Lime Green #2EB73C
RGB
CMYK
RGB Variations
Color information
#2EB73C (or 0x2EB73C) is known color: Lime Green. HEX triplet: 2E, B7 and 3C. RGB value is (46,183,60). Sum of RGB (Red+Green+Blue) = 46+183+60=289 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.92% from 289); Green value is 183 (71.88% from 255 or 63.32% from 289); Blue value is 60 (23.83% from 255 or 20.76% from 289); Max value from RGB is 183 - color contains mainly: green. Hex color #2EB73C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EB73C is #D148C3. Grayscale: #808080. Windows color (decimal): -13715652 or 3979054. OLE color: 3979054.
HSL color Cylindrical-coordinate representation of color #2EB73C: hue angle of 126.13º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EB73C is Cyan = 0.75, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 46 | 183 | 60 | - |
| CMYK | 0.75 | 0 | 0.67 | 0.28 |
| HSL | 126.13º | 0.6% | 0.45% | - |
| HSV(B) | 126.13º | 0.75% | 0.72% | - |
| XYZ | 18.88 | 34.77 | 9.99 | - |
| YUV | 128.02 | 89.61 | 69.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 183 | 60 | 0.75 | 0 | 0.67 | 0.28 | 126.13 | 0.6 | 0.45 |
| Hex | 2E | B7 | 3C | 4B | 0 | 43 | 1C | 7E | 3C | 2D |
| Octal | 56 | 267 | 74 | 113 | 0 | 103 | 34 | 176 | 74 | 55 |
| Binary | 101110 | 10110111 | 111100 | 1001011 | 0 | 1000011 | 11100 | 1111110 | 111100 | 101101 |
Color Harmonies of #2EB73C
Complementary color
Monochromatic Colors of #2EB73C
Black with #2EB73C
Text Example
Text Example
White with #2EB73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB73C; }
p { color: rgb(46,183,60); }
H1.HeaderClassName
{
color: #2EB73C;
}
.AnyTagClassName
{
color: #2EB73C;
}
</style>
background-color css
<style>
a { background-color: #2EB73C; }
a { background-color: rgb(46,183,60); }
div.DivClassName
{
background-color: #2EB73C;
}
.BgClassName
{
background-color: #2EB73C;
}
</style>
border-color css
<style>
span { border-color: #2EB73C; }
span { border-color: rgb(46,183,60); }
td.TdClassName
{
border-color: #2EB73C;
}
.TagClassName
{
border-color: #2EB73C;
}
</style>