Shades of Lime Green #2EB525
Tints of Lime Green #2EB525
RGB
CMYK
RGB Variations
Color information
#2EB525 (or 0x2EB525) is known color: Lime Green. HEX triplet: 2E, B5 and 25. RGB value is (46,181,37). Sum of RGB (Red+Green+Blue) = 46+181+37=264 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.42% from 264); Green value is 181 (71.09% from 255 or 68.56% from 264); Blue value is 37 (14.84% from 255 or 14.02% from 264); Max value from RGB is 181 - color contains mainly: green. Hex color #2EB525 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EB525 is #D14ADA. Grayscale: #7C7C7C. Windows color (decimal): -13716187 or 2471214. OLE color: 2471214.
HSL color Cylindrical-coordinate representation of color #2EB525: hue angle of 116.25º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EB525 is Cyan = 0.75, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 46 | 181 | 37 | - |
| CMYK | 0.75 | 0 | 0.80 | 0.29 |
| HSL | 116.25º | 0.66% | 0.43% | - |
| HSV(B) | 116.25º | 0.8% | 0.71% | - |
| XYZ | 17.98 | 33.76 | 7.32 | - |
| YUV | 124.22 | 78.77 | 72.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 181 | 37 | 0.75 | 0 | 0.80 | 0.29 | 116.25 | 0.66 | 0.43 |
| Hex | 2E | B5 | 25 | 4B | 0 | 50 | 1D | 74 | 42 | 2B |
| Octal | 56 | 265 | 45 | 113 | 0 | 120 | 35 | 164 | 102 | 53 |
| Binary | 101110 | 10110101 | 100101 | 1001011 | 0 | 1010000 | 11101 | 1110100 | 1000010 | 101011 |
Color Harmonies of #2EB525
Complementary color
Monochromatic Colors of #2EB525
Black with #2EB525
Text Example
Text Example
White with #2EB525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB525; }
p { color: rgb(46,181,37); }
H1.HeaderClassName
{
color: #2EB525;
}
.AnyTagClassName
{
color: #2EB525;
}
</style>
background-color css
<style>
a { background-color: #2EB525; }
a { background-color: rgb(46,181,37); }
div.DivClassName
{
background-color: #2EB525;
}
.BgClassName
{
background-color: #2EB525;
}
</style>
border-color css
<style>
span { border-color: #2EB525; }
span { border-color: rgb(46,181,37); }
td.TdClassName
{
border-color: #2EB525;
}
.TagClassName
{
border-color: #2EB525;
}
</style>