Shades of Lime Green #2FAE2B
Tints of Lime Green #2FAE2B
RGB
CMYK
RGB Variations
Color information
#2FAE2B (or 0x2FAE2B) is known color: Lime Green. HEX triplet: 2F, AE and 2B. RGB value is (47,174,43). Sum of RGB (Red+Green+Blue) = 47+174+43=264 (34% of max value = 765). Red value is 47 (18.75% from 255 or 17.80% from 264); Green value is 174 (68.36% from 255 or 65.91% from 264); Blue value is 43 (17.19% from 255 or 16.29% from 264); Max value from RGB is 174 - color contains mainly: green. Hex color #2FAE2B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FAE2B is #D051D4. Grayscale: #797979. Windows color (decimal): -13652437 or 2862639. OLE color: 2862639.
HSL color Cylindrical-coordinate representation of color #2FAE2B: hue angle of 118.17º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FAE2B is Cyan = 0.73, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 47 | 174 | 43 | - |
| CMYK | 0.73 | 0 | 0.75 | 0.32 |
| HSL | 118.17º | 0.6% | 0.43% | - |
| HSV(B) | 118.17º | 0.75% | 0.68% | - |
| XYZ | 16.74 | 31.05 | 7.4 | - |
| YUV | 121.09 | 83.92 | 75.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 174 | 43 | 0.73 | 0 | 0.75 | 0.32 | 118.17 | 0.6 | 0.43 |
| Hex | 2F | AE | 2B | 49 | 0 | 4B | 20 | 76 | 3C | 2B |
| Octal | 57 | 256 | 53 | 111 | 0 | 113 | 40 | 166 | 74 | 53 |
| Binary | 101111 | 10101110 | 101011 | 1001001 | 0 | 1001011 | 100000 | 1110110 | 111100 | 101011 |
Color Harmonies of #2FAE2B
Complementary color
Monochromatic Colors of #2FAE2B
Black with #2FAE2B
Text Example
Text Example
White with #2FAE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAE2B; }
p { color: rgb(47,174,43); }
H1.HeaderClassName
{
color: #2FAE2B;
}
.AnyTagClassName
{
color: #2FAE2B;
}
</style>
background-color css
<style>
a { background-color: #2FAE2B; }
a { background-color: rgb(47,174,43); }
div.DivClassName
{
background-color: #2FAE2B;
}
.BgClassName
{
background-color: #2FAE2B;
}
</style>
border-color css
<style>
span { border-color: #2FAE2B; }
span { border-color: rgb(47,174,43); }
td.TdClassName
{
border-color: #2FAE2B;
}
.TagClassName
{
border-color: #2FAE2B;
}
</style>