Shades of Lime Green #2FDD10
Tints of Lime Green #2FDD10
RGB
CMYK
RGB Variations
Color information
#2FDD10 (or 0x2FDD10) is known color: Lime Green. HEX triplet: 2F, DD and 10. RGB value is (47,221,16). Sum of RGB (Red+Green+Blue) = 47+221+16=284 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.55% from 284); Green value is 221 (86.72% from 255 or 77.82% from 284); Blue value is 16 (6.64% from 255 or 5.63% from 284); Max value from RGB is 221 - color contains mainly: green. Hex color #2FDD10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FDD10 is #D022EF. Grayscale: #929292. Windows color (decimal): -13640432 or 1105199. OLE color: 1105199.
HSL color Cylindrical-coordinate representation of color #2FDD10: hue angle of 110.93º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2FDD10 is Cyan = 0.79, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 221 | 16 | - |
| CMYK | 0.79 | 0 | 0.93 | 0.13 |
| HSL | 110.93º | 0.86% | 0.46% | - |
| HSV(B) | 110.93º | 0.93% | 0.87% | - |
| XYZ | 27.12 | 52.35 | 9.17 | - |
| YUV | 145.6 | 54.85 | 57.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 221 | 16 | 0.79 | 0 | 0.93 | 0.13 | 110.93 | 0.86 | 0.46 |
| Hex | 2F | DD | 10 | 4F | 0 | 5D | D | 6F | 56 | 2E |
| Octal | 57 | 335 | 20 | 117 | 0 | 135 | 15 | 157 | 126 | 56 |
| Binary | 101111 | 11011101 | 10000 | 1001111 | 0 | 1011101 | 1101 | 1101111 | 1010110 | 101110 |
Color Harmonies of #2FDD10
Complementary color
Monochromatic Colors of #2FDD10
Black with #2FDD10
Text Example
Text Example
White with #2FDD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDD10; }
p { color: rgb(47,221,16); }
H1.HeaderClassName
{
color: #2FDD10;
}
.AnyTagClassName
{
color: #2FDD10;
}
</style>
background-color css
<style>
a { background-color: #2FDD10; }
a { background-color: rgb(47,221,16); }
div.DivClassName
{
background-color: #2FDD10;
}
.BgClassName
{
background-color: #2FDD10;
}
</style>
border-color css
<style>
span { border-color: #2FDD10; }
span { border-color: rgb(47,221,16); }
td.TdClassName
{
border-color: #2FDD10;
}
.TagClassName
{
border-color: #2FDD10;
}
</style>