Shades of Lime Green #2FE044
Tints of Lime Green #2FE044
RGB
CMYK
RGB Variations
Color information
#2FE044 (or 0x2FE044) is known color: Lime Green. HEX triplet: 2F, E0 and 44. RGB value is (47,224,68). Sum of RGB (Red+Green+Blue) = 47+224+68=339 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.86% from 339); Green value is 224 (87.89% from 255 or 66.08% from 339); Blue value is 68 (26.95% from 255 or 20.06% from 339); Max value from RGB is 224 - color contains mainly: green. Hex color #2FE044 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FE044 is #D01FBB. Grayscale: #999999. Windows color (decimal): -13639612 or 4513839. OLE color: 4513839.
HSL color Cylindrical-coordinate representation of color #2FE044: hue angle of 127.12º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE044 is Cyan = 0.79, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 47 | 224 | 68 | - |
| CMYK | 0.79 | 0 | 0.70 | 0.12 |
| HSL | 127.12º | 0.74% | 0.53% | - |
| HSV(B) | 127.12º | 0.79% | 0.88% | - |
| XYZ | 28.87 | 54.33 | 14.43 | - |
| YUV | 153.29 | 79.86 | 52.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 224 | 68 | 0.79 | 0 | 0.70 | 0.12 | 127.12 | 0.74 | 0.53 |
| Hex | 2F | E0 | 44 | 4F | 0 | 46 | C | 7F | 4A | 35 |
| Octal | 57 | 340 | 104 | 117 | 0 | 106 | 14 | 177 | 112 | 65 |
| Binary | 101111 | 11100000 | 1000100 | 1001111 | 0 | 1000110 | 1100 | 1111111 | 1001010 | 110101 |
Color Harmonies of #2FE044
Complementary color
Monochromatic Colors of #2FE044
Black with #2FE044
Text Example
Text Example
White with #2FE044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE044; }
p { color: rgb(47,224,68); }
H1.HeaderClassName
{
color: #2FE044;
}
.AnyTagClassName
{
color: #2FE044;
}
</style>
background-color css
<style>
a { background-color: #2FE044; }
a { background-color: rgb(47,224,68); }
div.DivClassName
{
background-color: #2FE044;
}
.BgClassName
{
background-color: #2FE044;
}
</style>
border-color css
<style>
span { border-color: #2FE044; }
span { border-color: rgb(47,224,68); }
td.TdClassName
{
border-color: #2FE044;
}
.TagClassName
{
border-color: #2FE044;
}
</style>