Shades of Lime Green #2FD44D
Tints of Lime Green #2FD44D
RGB
CMYK
RGB Variations
Color information
#2FD44D (or 0x2FD44D) is known color: Lime Green. HEX triplet: 2F, D4 and 4D. RGB value is (47,212,77). Sum of RGB (Red+Green+Blue) = 47+212+77=336 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.99% from 336); Green value is 212 (83.20% from 255 or 63.10% from 336); Blue value is 77 (30.47% from 255 or 22.92% from 336); Max value from RGB is 212 - color contains mainly: green. Hex color #2FD44D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD44D is #D02BB2. Grayscale: #939393. Windows color (decimal): -13642675 or 5100591. OLE color: 5100591.
HSL color Cylindrical-coordinate representation of color #2FD44D: hue angle of 130.91º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD44D is Cyan = 0.78, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 47 | 212 | 77 | - |
| CMYK | 0.78 | 0 | 0.64 | 0.17 |
| HSL | 130.91º | 0.66% | 0.51% | - |
| HSV(B) | 130.91º | 0.78% | 0.83% | - |
| XYZ | 26.06 | 48.23 | 14.96 | - |
| YUV | 147.28 | 88.34 | 56.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 212 | 77 | 0.78 | 0 | 0.64 | 0.17 | 130.91 | 0.66 | 0.51 |
| Hex | 2F | D4 | 4D | 4E | 0 | 40 | 11 | 83 | 42 | 33 |
| Octal | 57 | 324 | 115 | 116 | 0 | 100 | 21 | 203 | 102 | 63 |
| Binary | 101111 | 11010100 | 1001101 | 1001110 | 0 | 1000000 | 10001 | 10000011 | 1000010 | 110011 |
Color Harmonies of #2FD44D
Complementary color
Monochromatic Colors of #2FD44D
Black with #2FD44D
Text Example
Text Example
White with #2FD44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD44D; }
p { color: rgb(47,212,77); }
H1.HeaderClassName
{
color: #2FD44D;
}
.AnyTagClassName
{
color: #2FD44D;
}
</style>
background-color css
<style>
a { background-color: #2FD44D; }
a { background-color: rgb(47,212,77); }
div.DivClassName
{
background-color: #2FD44D;
}
.BgClassName
{
background-color: #2FD44D;
}
</style>
border-color css
<style>
span { border-color: #2FD44D; }
span { border-color: rgb(47,212,77); }
td.TdClassName
{
border-color: #2FD44D;
}
.TagClassName
{
border-color: #2FD44D;
}
</style>