Shades of Lime Green #2FE012
Tints of Lime Green #2FE012
RGB
CMYK
RGB Variations
Color information
#2FE012 (or 0x2FE012) is known color: Lime Green. HEX triplet: 2F, E0 and 12. RGB value is (47,224,18). Sum of RGB (Red+Green+Blue) = 47+224+18=289 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.26% from 289); Green value is 224 (87.89% from 255 or 77.51% from 289); Blue value is 18 (7.42% from 255 or 6.23% from 289); Max value from RGB is 224 - color contains mainly: green. Hex color #2FE012 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FE012 is #D01FED. Grayscale: #949494. Windows color (decimal): -13639662 or 1237039. OLE color: 1237039.
HSL color Cylindrical-coordinate representation of color #2FE012: hue angle of 111.55º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2FE012 is Cyan = 0.79, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 47 | 224 | 18 | - |
| CMYK | 0.79 | 0 | 0.92 | 0.12 |
| HSL | 111.55º | 0.85% | 0.47% | - |
| HSV(B) | 111.55º | 0.92% | 0.88% | - |
| XYZ | 27.94 | 53.96 | 9.52 | - |
| YUV | 147.59 | 54.86 | 56.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 224 | 18 | 0.79 | 0 | 0.92 | 0.12 | 111.55 | 0.85 | 0.47 |
| Hex | 2F | E0 | 12 | 4F | 0 | 5C | C | 70 | 55 | 2F |
| Octal | 57 | 340 | 22 | 117 | 0 | 134 | 14 | 160 | 125 | 57 |
| Binary | 101111 | 11100000 | 10010 | 1001111 | 0 | 1011100 | 1100 | 1110000 | 1010101 | 101111 |
Color Harmonies of #2FE012
Complementary color
Monochromatic Colors of #2FE012
Black with #2FE012
Text Example
Text Example
White with #2FE012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE012; }
p { color: rgb(47,224,18); }
H1.HeaderClassName
{
color: #2FE012;
}
.AnyTagClassName
{
color: #2FE012;
}
</style>
background-color css
<style>
a { background-color: #2FE012; }
a { background-color: rgb(47,224,18); }
div.DivClassName
{
background-color: #2FE012;
}
.BgClassName
{
background-color: #2FE012;
}
</style>
border-color css
<style>
span { border-color: #2FE012; }
span { border-color: rgb(47,224,18); }
td.TdClassName
{
border-color: #2FE012;
}
.TagClassName
{
border-color: #2FE012;
}
</style>