Shades of Lime Green #2FE120
Tints of Lime Green #2FE120
RGB
CMYK
RGB Variations
Color information
#2FE120 (or 0x2FE120) is known color: Lime Green. HEX triplet: 2F, E1 and 20. RGB value is (47,225,32). Sum of RGB (Red+Green+Blue) = 47+225+32=304 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.46% from 304); Green value is 225 (88.28% from 255 or 74.01% from 304); Blue value is 32 (12.89% from 255 or 10.53% from 304); Max value from RGB is 225 - color contains mainly: green. Hex color #2FE120 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FE120 is #D01EDF. Grayscale: #969696. Windows color (decimal): -13639392 or 2154799. OLE color: 2154799.
HSL color Cylindrical-coordinate representation of color #2FE120: hue angle of 115.34º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2FE120 is Cyan = 0.79, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 47 | 225 | 32 | - |
| CMYK | 0.79 | 0 | 0.86 | 0.12 |
| HSL | 115.34º | 0.76% | 0.5% | - |
| HSV(B) | 115.34º | 0.86% | 0.88% | - |
| XYZ | 28.36 | 54.56 | 10.4 | - |
| YUV | 149.78 | 61.53 | 54.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 225 | 32 | 0.79 | 0 | 0.86 | 0.12 | 115.34 | 0.76 | 0.5 |
| Hex | 2F | E1 | 20 | 4F | 0 | 56 | C | 73 | 4C | 32 |
| Octal | 57 | 341 | 40 | 117 | 0 | 126 | 14 | 163 | 114 | 62 |
| Binary | 101111 | 11100001 | 100000 | 1001111 | 0 | 1010110 | 1100 | 1110011 | 1001100 | 110010 |
Color Harmonies of #2FE120
Complementary color
Monochromatic Colors of #2FE120
Black with #2FE120
Text Example
Text Example
White with #2FE120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE120; }
p { color: rgb(47,225,32); }
H1.HeaderClassName
{
color: #2FE120;
}
.AnyTagClassName
{
color: #2FE120;
}
</style>
background-color css
<style>
a { background-color: #2FE120; }
a { background-color: rgb(47,225,32); }
div.DivClassName
{
background-color: #2FE120;
}
.BgClassName
{
background-color: #2FE120;
}
</style>
border-color css
<style>
span { border-color: #2FE120; }
span { border-color: rgb(47,225,32); }
td.TdClassName
{
border-color: #2FE120;
}
.TagClassName
{
border-color: #2FE120;
}
</style>