Shades of Lime Green #2FDA10
Tints of Lime Green #2FDA10
RGB
CMYK
RGB Variations
Color information
#2FDA10 (or 0x2FDA10) is known color: Lime Green. HEX triplet: 2F, DA and 10. RGB value is (47,218,16). Sum of RGB (Red+Green+Blue) = 47+218+16=281 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.73% from 281); Green value is 218 (85.55% from 255 or 77.58% from 281); Blue value is 16 (6.64% from 255 or 5.69% from 281); Max value from RGB is 218 - color contains mainly: green. Hex color #2FDA10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FDA10 is #D025EF. Grayscale: #909090. Windows color (decimal): -13641200 or 1104431. OLE color: 1104431.
HSL color Cylindrical-coordinate representation of color #2FDA10: hue angle of 110.79º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2FDA10 is Cyan = 0.78, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 47 | 218 | 16 | - |
| CMYK | 0.78 | 0 | 0.93 | 0.15 |
| HSL | 110.79º | 0.86% | 0.46% | - |
| HSV(B) | 110.79º | 0.93% | 0.85% | - |
| XYZ | 26.34 | 50.78 | 8.9 | - |
| YUV | 143.84 | 55.85 | 58.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 218 | 16 | 0.78 | 0 | 0.93 | 0.15 | 110.79 | 0.86 | 0.46 |
| Hex | 2F | DA | 10 | 4E | 0 | 5D | F | 6F | 56 | 2E |
| Octal | 57 | 332 | 20 | 116 | 0 | 135 | 17 | 157 | 126 | 56 |
| Binary | 101111 | 11011010 | 10000 | 1001110 | 0 | 1011101 | 1111 | 1101111 | 1010110 | 101110 |
Color Harmonies of #2FDA10
Complementary color
Monochromatic Colors of #2FDA10
Black with #2FDA10
Text Example
Text Example
White with #2FDA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDA10; }
p { color: rgb(47,218,16); }
H1.HeaderClassName
{
color: #2FDA10;
}
.AnyTagClassName
{
color: #2FDA10;
}
</style>
background-color css
<style>
a { background-color: #2FDA10; }
a { background-color: rgb(47,218,16); }
div.DivClassName
{
background-color: #2FDA10;
}
.BgClassName
{
background-color: #2FDA10;
}
</style>
border-color css
<style>
span { border-color: #2FDA10; }
span { border-color: rgb(47,218,16); }
td.TdClassName
{
border-color: #2FDA10;
}
.TagClassName
{
border-color: #2FDA10;
}
</style>