Shades of Lime Green #2EB725
Tints of Lime Green #2EB725
RGB
CMYK
RGB Variations
Color information
#2EB725 (or 0x2EB725) is known color: Lime Green. HEX triplet: 2E, B7 and 25. RGB value is (46,183,37). Sum of RGB (Red+Green+Blue) = 46+183+37=266 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.29% from 266); Green value is 183 (71.88% from 255 or 68.80% from 266); Blue value is 37 (14.84% from 255 or 13.91% from 266); Max value from RGB is 183 - color contains mainly: green. Hex color #2EB725 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EB725 is #D148DA. Grayscale: #7D7D7D. Windows color (decimal): -13715675 or 2471726. OLE color: 2471726.
HSL color Cylindrical-coordinate representation of color #2EB725: hue angle of 116.3º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EB725 is Cyan = 0.75, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 46 | 183 | 37 | - |
| CMYK | 0.75 | 0 | 0.80 | 0.28 |
| HSL | 116.3º | 0.66% | 0.43% | - |
| HSV(B) | 116.3º | 0.8% | 0.72% | - |
| XYZ | 18.39 | 34.58 | 7.46 | - |
| YUV | 125.39 | 78.11 | 71.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 183 | 37 | 0.75 | 0 | 0.80 | 0.28 | 116.3 | 0.66 | 0.43 |
| Hex | 2E | B7 | 25 | 4B | 0 | 50 | 1C | 74 | 42 | 2B |
| Octal | 56 | 267 | 45 | 113 | 0 | 120 | 34 | 164 | 102 | 53 |
| Binary | 101110 | 10110111 | 100101 | 1001011 | 0 | 1010000 | 11100 | 1110100 | 1000010 | 101011 |
Color Harmonies of #2EB725
Complementary color
Monochromatic Colors of #2EB725
Black with #2EB725
Text Example
Text Example
White with #2EB725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB725; }
p { color: rgb(46,183,37); }
H1.HeaderClassName
{
color: #2EB725;
}
.AnyTagClassName
{
color: #2EB725;
}
</style>
background-color css
<style>
a { background-color: #2EB725; }
a { background-color: rgb(46,183,37); }
div.DivClassName
{
background-color: #2EB725;
}
.BgClassName
{
background-color: #2EB725;
}
</style>
border-color css
<style>
span { border-color: #2EB725; }
span { border-color: rgb(46,183,37); }
td.TdClassName
{
border-color: #2EB725;
}
.TagClassName
{
border-color: #2EB725;
}
</style>