Shades of Lime Green #2FDD46
Tints of Lime Green #2FDD46
RGB
CMYK
RGB Variations
Color information
#2FDD46 (or 0x2FDD46) is known color: Lime Green. HEX triplet: 2F, DD and 46. RGB value is (47,221,70). Sum of RGB (Red+Green+Blue) = 47+221+70=338 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.91% from 338); Green value is 221 (86.72% from 255 or 65.38% from 338); Blue value is 70 (27.73% from 255 or 20.71% from 338); Max value from RGB is 221 - color contains mainly: green. Hex color #2FDD46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FDD46 is #D022B9. Grayscale: #989898. Windows color (decimal): -13640378 or 4644143. OLE color: 4644143.
HSL color Cylindrical-coordinate representation of color #2FDD46: hue angle of 127.93º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FDD46 is Cyan = 0.79, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 221 | 70 | - |
| CMYK | 0.79 | 0 | 0.68 | 0.13 |
| HSL | 127.93º | 0.72% | 0.53% | - |
| HSV(B) | 127.93º | 0.79% | 0.87% | - |
| XYZ | 28.13 | 52.76 | 14.5 | - |
| YUV | 151.76 | 81.85 | 53.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 221 | 70 | 0.79 | 0 | 0.68 | 0.13 | 127.93 | 0.72 | 0.53 |
| Hex | 2F | DD | 46 | 4F | 0 | 44 | D | 80 | 48 | 35 |
| Octal | 57 | 335 | 106 | 117 | 0 | 104 | 15 | 200 | 110 | 65 |
| Binary | 101111 | 11011101 | 1000110 | 1001111 | 0 | 1000100 | 1101 | 10000000 | 1001000 | 110101 |
Color Harmonies of #2FDD46
Complementary color
Monochromatic Colors of #2FDD46
Black with #2FDD46
Text Example
Text Example
White with #2FDD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDD46; }
p { color: rgb(47,221,70); }
H1.HeaderClassName
{
color: #2FDD46;
}
.AnyTagClassName
{
color: #2FDD46;
}
</style>
background-color css
<style>
a { background-color: #2FDD46; }
a { background-color: rgb(47,221,70); }
div.DivClassName
{
background-color: #2FDD46;
}
.BgClassName
{
background-color: #2FDD46;
}
</style>
border-color css
<style>
span { border-color: #2FDD46; }
span { border-color: rgb(47,221,70); }
td.TdClassName
{
border-color: #2FDD46;
}
.TagClassName
{
border-color: #2FDD46;
}
</style>