Shades of Lime Green #2FD310
Tints of Lime Green #2FD310
RGB
CMYK
RGB Variations
Color information
#2FD310 (or 0x2FD310) is known color: Lime Green. HEX triplet: 2F, D3 and 10. RGB value is (47,211,16). Sum of RGB (Red+Green+Blue) = 47+211+16=274 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.15% from 274); Green value is 211 (82.81% from 255 or 77.01% from 274); Blue value is 16 (6.64% from 255 or 5.84% from 274); Max value from RGB is 211 - color contains mainly: green. Hex color #2FD310 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FD310 is #D02CEF. Grayscale: #8C8C8C. Windows color (decimal): -13642992 or 1102639. OLE color: 1102639.
HSL color Cylindrical-coordinate representation of color #2FD310: hue angle of 110.46º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2FD310 is Cyan = 0.78, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 47 | 211 | 16 | - |
| CMYK | 0.78 | 0 | 0.92 | 0.17 |
| HSL | 110.46º | 0.86% | 0.45% | - |
| HSV(B) | 110.46º | 0.92% | 0.83% | - |
| XYZ | 24.56 | 47.23 | 8.31 | - |
| YUV | 139.73 | 58.17 | 61.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 211 | 16 | 0.78 | 0 | 0.92 | 0.17 | 110.46 | 0.86 | 0.45 |
| Hex | 2F | D3 | 10 | 4E | 0 | 5C | 11 | 6E | 56 | 2D |
| Octal | 57 | 323 | 20 | 116 | 0 | 134 | 21 | 156 | 126 | 55 |
| Binary | 101111 | 11010011 | 10000 | 1001110 | 0 | 1011100 | 10001 | 1101110 | 1010110 | 101101 |
Color Harmonies of #2FD310
Complementary color
Monochromatic Colors of #2FD310
Black with #2FD310
Text Example
Text Example
White with #2FD310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD310; }
p { color: rgb(47,211,16); }
H1.HeaderClassName
{
color: #2FD310;
}
.AnyTagClassName
{
color: #2FD310;
}
</style>
background-color css
<style>
a { background-color: #2FD310; }
a { background-color: rgb(47,211,16); }
div.DivClassName
{
background-color: #2FD310;
}
.BgClassName
{
background-color: #2FD310;
}
</style>
border-color css
<style>
span { border-color: #2FD310; }
span { border-color: rgb(47,211,16); }
td.TdClassName
{
border-color: #2FD310;
}
.TagClassName
{
border-color: #2FD310;
}
</style>