Shades of Lime Green #2FD610
Tints of Lime Green #2FD610
RGB
CMYK
RGB Variations
Color information
#2FD610 (or 0x2FD610) is known color: Lime Green. HEX triplet: 2F, D6 and 10. RGB value is (47,214,16). Sum of RGB (Red+Green+Blue) = 47+214+16=277 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.97% from 277); Green value is 214 (83.98% from 255 or 77.26% from 277); Blue value is 16 (6.64% from 255 or 5.78% from 277); Max value from RGB is 214 - color contains mainly: green. Hex color #2FD610 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FD610 is #D029EF. Grayscale: #8E8E8E. Windows color (decimal): -13642224 or 1103407. OLE color: 1103407.
HSL color Cylindrical-coordinate representation of color #2FD610: hue angle of 110.61º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2FD610 is Cyan = 0.78, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 47 | 214 | 16 | - |
| CMYK | 0.78 | 0 | 0.93 | 0.16 |
| HSL | 110.61º | 0.86% | 0.45% | - |
| HSV(B) | 110.61º | 0.93% | 0.84% | - |
| XYZ | 25.31 | 48.73 | 8.56 | - |
| YUV | 141.5 | 57.17 | 60.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 214 | 16 | 0.78 | 0 | 0.93 | 0.16 | 110.61 | 0.86 | 0.45 |
| Hex | 2F | D6 | 10 | 4E | 0 | 5D | 10 | 6F | 56 | 2D |
| Octal | 57 | 326 | 20 | 116 | 0 | 135 | 20 | 157 | 126 | 55 |
| Binary | 101111 | 11010110 | 10000 | 1001110 | 0 | 1011101 | 10000 | 1101111 | 1010110 | 101101 |
Color Harmonies of #2FD610
Complementary color
Monochromatic Colors of #2FD610
Black with #2FD610
Text Example
Text Example
White with #2FD610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD610; }
p { color: rgb(47,214,16); }
H1.HeaderClassName
{
color: #2FD610;
}
.AnyTagClassName
{
color: #2FD610;
}
</style>
background-color css
<style>
a { background-color: #2FD610; }
a { background-color: rgb(47,214,16); }
div.DivClassName
{
background-color: #2FD610;
}
.BgClassName
{
background-color: #2FD610;
}
</style>
border-color css
<style>
span { border-color: #2FD610; }
span { border-color: rgb(47,214,16); }
td.TdClassName
{
border-color: #2FD610;
}
.TagClassName
{
border-color: #2FD610;
}
</style>