Shades of Lime Green #2EB73D
Tints of Lime Green #2EB73D
RGB
CMYK
RGB Variations
Color information
#2EB73D (or 0x2EB73D) is known color: Lime Green. HEX triplet: 2E, B7 and 3D. RGB value is (46,183,61). Sum of RGB (Red+Green+Blue) = 46+183+61=290 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.86% from 290); Green value is 183 (71.88% from 255 or 63.10% from 290); Blue value is 61 (24.22% from 255 or 21.03% from 290); Max value from RGB is 183 - color contains mainly: green. Hex color #2EB73D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EB73D is #D148C2. Grayscale: #808080. Windows color (decimal): -13715651 or 4044590. OLE color: 4044590.
HSL color Cylindrical-coordinate representation of color #2EB73D: hue angle of 126.57º 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 #2EB73D is Cyan = 0.75, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 46 | 183 | 61 | - |
| CMYK | 0.75 | 0 | 0.67 | 0.28 |
| HSL | 126.57º | 0.6% | 0.45% | - |
| HSV(B) | 126.57º | 0.75% | 0.72% | - |
| XYZ | 18.9 | 34.78 | 10.13 | - |
| YUV | 128.13 | 90.11 | 69.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 183 | 61 | 0.75 | 0 | 0.67 | 0.28 | 126.57 | 0.6 | 0.45 |
| Hex | 2E | B7 | 3D | 4B | 0 | 43 | 1C | 7F | 3C | 2D |
| Octal | 56 | 267 | 75 | 113 | 0 | 103 | 34 | 177 | 74 | 55 |
| Binary | 101110 | 10110111 | 111101 | 1001011 | 0 | 1000011 | 11100 | 1111111 | 111100 | 101101 |
Color Harmonies of #2EB73D
Complementary color
Monochromatic Colors of #2EB73D
Black with #2EB73D
Text Example
Text Example
White with #2EB73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB73D; }
p { color: rgb(46,183,61); }
H1.HeaderClassName
{
color: #2EB73D;
}
.AnyTagClassName
{
color: #2EB73D;
}
</style>
background-color css
<style>
a { background-color: #2EB73D; }
a { background-color: rgb(46,183,61); }
div.DivClassName
{
background-color: #2EB73D;
}
.BgClassName
{
background-color: #2EB73D;
}
</style>
border-color css
<style>
span { border-color: #2EB73D; }
span { border-color: rgb(46,183,61); }
td.TdClassName
{
border-color: #2EB73D;
}
.TagClassName
{
border-color: #2EB73D;
}
</style>