Shades of Lime Green #2EAF24
Tints of Lime Green #2EAF24
RGB
CMYK
RGB Variations
Color information
#2EAF24 (or 0x2EAF24) is known color: Lime Green. HEX triplet: 2E, AF and 24. RGB value is (46,175,36). Sum of RGB (Red+Green+Blue) = 46+175+36=257 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.90% from 257); Green value is 175 (68.75% from 255 or 68.09% from 257); Blue value is 36 (14.45% from 255 or 14.01% from 257); Max value from RGB is 175 - color contains mainly: green. Hex color #2EAF24 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EAF24 is #D150DB. Grayscale: #797979. Windows color (decimal): -13717724 or 2404142. OLE color: 2404142.
HSL color Cylindrical-coordinate representation of color #2EAF24: hue angle of 115.68º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EAF24 is Cyan = 0.74, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 46 | 175 | 36 | - |
| CMYK | 0.74 | 0 | 0.79 | 0.31 |
| HSL | 115.68º | 0.66% | 0.41% | - |
| HSV(B) | 115.68º | 0.79% | 0.69% | - |
| XYZ | 16.78 | 31.37 | 6.84 | - |
| YUV | 120.58 | 80.26 | 74.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 175 | 36 | 0.74 | 0 | 0.79 | 0.31 | 115.68 | 0.66 | 0.41 |
| Hex | 2E | AF | 24 | 4A | 0 | 4F | 1F | 74 | 42 | 29 |
| Octal | 56 | 257 | 44 | 112 | 0 | 117 | 37 | 164 | 102 | 51 |
| Binary | 101110 | 10101111 | 100100 | 1001010 | 0 | 1001111 | 11111 | 1110100 | 1000010 | 101001 |
Color Harmonies of #2EAF24
Complementary color
Monochromatic Colors of #2EAF24
Black with #2EAF24
Text Example
Text Example
White with #2EAF24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAF24; }
p { color: rgb(46,175,36); }
H1.HeaderClassName
{
color: #2EAF24;
}
.AnyTagClassName
{
color: #2EAF24;
}
</style>
background-color css
<style>
a { background-color: #2EAF24; }
a { background-color: rgb(46,175,36); }
div.DivClassName
{
background-color: #2EAF24;
}
.BgClassName
{
background-color: #2EAF24;
}
</style>
border-color css
<style>
span { border-color: #2EAF24; }
span { border-color: rgb(46,175,36); }
td.TdClassName
{
border-color: #2EAF24;
}
.TagClassName
{
border-color: #2EAF24;
}
</style>