Shades of Lime Green #2FD44C
Tints of Lime Green #2FD44C
RGB
CMYK
RGB Variations
Color information
#2FD44C (or 0x2FD44C) is known color: Lime Green. HEX triplet: 2F, D4 and 4C. RGB value is (47,212,76). Sum of RGB (Red+Green+Blue) = 47+212+76=335 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.03% from 335); Green value is 212 (83.20% from 255 or 63.28% from 335); Blue value is 76 (30.08% from 255 or 22.69% from 335); Max value from RGB is 212 - color contains mainly: green. Hex color #2FD44C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FD44C is #D02BB3. Grayscale: #939393. Windows color (decimal): -13642676 or 5035055. OLE color: 5035055.
HSL color Cylindrical-coordinate representation of color #2FD44C: hue angle of 130.55º 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 #2FD44C is Cyan = 0.78, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 47 | 212 | 76 | - |
| CMYK | 0.78 | 0 | 0.64 | 0.17 |
| HSL | 130.55º | 0.66% | 0.51% | - |
| HSV(B) | 130.55º | 0.78% | 0.83% | - |
| XYZ | 26.02 | 48.21 | 14.77 | - |
| YUV | 147.16 | 87.84 | 56.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 212 | 76 | 0.78 | 0 | 0.64 | 0.17 | 130.55 | 0.66 | 0.51 |
| Hex | 2F | D4 | 4C | 4E | 0 | 40 | 11 | 83 | 42 | 33 |
| Octal | 57 | 324 | 114 | 116 | 0 | 100 | 21 | 203 | 102 | 63 |
| Binary | 101111 | 11010100 | 1001100 | 1001110 | 0 | 1000000 | 10001 | 10000011 | 1000010 | 110011 |
Color Harmonies of #2FD44C
Complementary color
Monochromatic Colors of #2FD44C
Black with #2FD44C
Text Example
Text Example
White with #2FD44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD44C; }
p { color: rgb(47,212,76); }
H1.HeaderClassName
{
color: #2FD44C;
}
.AnyTagClassName
{
color: #2FD44C;
}
</style>
background-color css
<style>
a { background-color: #2FD44C; }
a { background-color: rgb(47,212,76); }
div.DivClassName
{
background-color: #2FD44C;
}
.BgClassName
{
background-color: #2FD44C;
}
</style>
border-color css
<style>
span { border-color: #2FD44C; }
span { border-color: rgb(47,212,76); }
td.TdClassName
{
border-color: #2FD44C;
}
.TagClassName
{
border-color: #2FD44C;
}
</style>