Shades of Lime Green #2EBD24
Tints of Lime Green #2EBD24
RGB
CMYK
RGB Variations
Color information
#2EBD24 (or 0x2EBD24) is known color: Lime Green. HEX triplet: 2E, BD and 24. RGB value is (46,189,36). Sum of RGB (Red+Green+Blue) = 46+189+36=271 (35% of max value = 765). Red value is 46 (18.36% from 255 or 16.97% from 271); Green value is 189 (74.22% from 255 or 69.74% from 271); Blue value is 36 (14.45% from 255 or 13.28% from 271); Max value from RGB is 189 - color contains mainly: green. Hex color #2EBD24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EBD24 is #D142DB. Grayscale: #818181. Windows color (decimal): -13714140 or 2407726. OLE color: 2407726.
HSL color Cylindrical-coordinate representation of color #2EBD24: hue angle of 116.08º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EBD24 is Cyan = 0.76, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 46 | 189 | 36 | - |
| CMYK | 0.76 | 0 | 0.81 | 0.26 |
| HSL | 116.08º | 0.68% | 0.44% | - |
| HSV(B) | 116.08º | 0.81% | 0.74% | - |
| XYZ | 19.64 | 37.1 | 7.8 | - |
| YUV | 128.8 | 75.62 | 68.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 189 | 36 | 0.76 | 0 | 0.81 | 0.26 | 116.08 | 0.68 | 0.44 |
| Hex | 2E | BD | 24 | 4C | 0 | 51 | 1A | 74 | 44 | 2C |
| Octal | 56 | 275 | 44 | 114 | 0 | 121 | 32 | 164 | 104 | 54 |
| Binary | 101110 | 10111101 | 100100 | 1001100 | 0 | 1010001 | 11010 | 1110100 | 1000100 | 101100 |
Color Harmonies of #2EBD24
Complementary color
Monochromatic Colors of #2EBD24
Black with #2EBD24
Text Example
Text Example
White with #2EBD24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBD24; }
p { color: rgb(46,189,36); }
H1.HeaderClassName
{
color: #2EBD24;
}
.AnyTagClassName
{
color: #2EBD24;
}
</style>
background-color css
<style>
a { background-color: #2EBD24; }
a { background-color: rgb(46,189,36); }
div.DivClassName
{
background-color: #2EBD24;
}
.BgClassName
{
background-color: #2EBD24;
}
</style>
border-color css
<style>
span { border-color: #2EBD24; }
span { border-color: rgb(46,189,36); }
td.TdClassName
{
border-color: #2EBD24;
}
.TagClassName
{
border-color: #2EBD24;
}
</style>