Shades of Lime Green #2FAE24
Tints of Lime Green #2FAE24
RGB
CMYK
RGB Variations
Color information
#2FAE24 (or 0x2FAE24) is known color: Lime Green. HEX triplet: 2F, AE and 24. RGB value is (47,174,36). Sum of RGB (Red+Green+Blue) = 47+174+36=257 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.29% from 257); Green value is 174 (68.36% from 255 or 67.70% from 257); Blue value is 36 (14.45% from 255 or 14.01% from 257); Max value from RGB is 174 - color contains mainly: green. Hex color #2FAE24 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FAE24 is #D051DB. Grayscale: #787878. Windows color (decimal): -13652444 or 2403887. OLE color: 2403887.
HSL color Cylindrical-coordinate representation of color #2FAE24: hue angle of 115.22º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FAE24 is Cyan = 0.73, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 47 | 174 | 36 | - |
| CMYK | 0.73 | 0 | 0.79 | 0.32 |
| HSL | 115.22º | 0.66% | 0.41% | - |
| HSV(B) | 115.22º | 0.79% | 0.68% | - |
| XYZ | 16.63 | 31 | 6.78 | - |
| YUV | 120.3 | 80.42 | 75.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 174 | 36 | 0.73 | 0 | 0.79 | 0.32 | 115.22 | 0.66 | 0.41 |
| Hex | 2F | AE | 24 | 49 | 0 | 4F | 20 | 73 | 42 | 29 |
| Octal | 57 | 256 | 44 | 111 | 0 | 117 | 40 | 163 | 102 | 51 |
| Binary | 101111 | 10101110 | 100100 | 1001001 | 0 | 1001111 | 100000 | 1110011 | 1000010 | 101001 |
Color Harmonies of #2FAE24
Complementary color
Monochromatic Colors of #2FAE24
Black with #2FAE24
Text Example
Text Example
White with #2FAE24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAE24; }
p { color: rgb(47,174,36); }
H1.HeaderClassName
{
color: #2FAE24;
}
.AnyTagClassName
{
color: #2FAE24;
}
</style>
background-color css
<style>
a { background-color: #2FAE24; }
a { background-color: rgb(47,174,36); }
div.DivClassName
{
background-color: #2FAE24;
}
.BgClassName
{
background-color: #2FAE24;
}
</style>
border-color css
<style>
span { border-color: #2FAE24; }
span { border-color: rgb(47,174,36); }
td.TdClassName
{
border-color: #2FAE24;
}
.TagClassName
{
border-color: #2FAE24;
}
</style>