Shades of Lime Green #2FD112
Tints of Lime Green #2FD112
RGB
CMYK
RGB Variations
Color information
#2FD112 (or 0x2FD112) is known color: Lime Green. HEX triplet: 2F, D1 and 12. RGB value is (47,209,18). Sum of RGB (Red+Green+Blue) = 47+209+18=274 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.15% from 274); Green value is 209 (82.03% from 255 or 76.28% from 274); Blue value is 18 (7.42% from 255 or 6.57% from 274); Max value from RGB is 209 - color contains mainly: green. Hex color #2FD112 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FD112 is #D02EED. Grayscale: #8B8B8B. Windows color (decimal): -13643502 or 1233199. OLE color: 1233199.
HSL color Cylindrical-coordinate representation of color #2FD112: hue angle of 110.89º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2FD112 is Cyan = 0.78, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 47 | 209 | 18 | - |
| CMYK | 0.78 | 0 | 0.91 | 0.18 |
| HSL | 110.89º | 0.84% | 0.45% | - |
| HSV(B) | 110.89º | 0.91% | 0.82% | - |
| XYZ | 24.08 | 46.25 | 8.23 | - |
| YUV | 138.79 | 59.83 | 62.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 209 | 18 | 0.78 | 0 | 0.91 | 0.18 | 110.89 | 0.84 | 0.45 |
| Hex | 2F | D1 | 12 | 4E | 0 | 5B | 12 | 6F | 54 | 2D |
| Octal | 57 | 321 | 22 | 116 | 0 | 133 | 22 | 157 | 124 | 55 |
| Binary | 101111 | 11010001 | 10010 | 1001110 | 0 | 1011011 | 10010 | 1101111 | 1010100 | 101101 |
Color Harmonies of #2FD112
Complementary color
Monochromatic Colors of #2FD112
Black with #2FD112
Text Example
Text Example
White with #2FD112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD112; }
p { color: rgb(47,209,18); }
H1.HeaderClassName
{
color: #2FD112;
}
.AnyTagClassName
{
color: #2FD112;
}
</style>
background-color css
<style>
a { background-color: #2FD112; }
a { background-color: rgb(47,209,18); }
div.DivClassName
{
background-color: #2FD112;
}
.BgClassName
{
background-color: #2FD112;
}
</style>
border-color css
<style>
span { border-color: #2FD112; }
span { border-color: rgb(47,209,18); }
td.TdClassName
{
border-color: #2FD112;
}
.TagClassName
{
border-color: #2FD112;
}
</style>