Shades of Lime Green #2FDF4C
Tints of Lime Green #2FDF4C
RGB
CMYK
RGB Variations
Color information
#2FDF4C (or 0x2FDF4C) is known color: Lime Green. HEX triplet: 2F, DF and 4C. RGB value is (47,223,76). Sum of RGB (Red+Green+Blue) = 47+223+76=346 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.58% from 346); Green value is 223 (87.5% from 255 or 64.45% from 346); Blue value is 76 (30.08% from 255 or 21.97% from 346); Max value from RGB is 223 - color contains mainly: green. Hex color #2FDF4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FDF4C is #D020B3. Grayscale: #9A9A9A. Windows color (decimal): -13639860 or 5037871. OLE color: 5037871.
HSL color Cylindrical-coordinate representation of color #2FDF4C: hue angle of 129.89º degrees, saturation: 0.73, 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 #2FDF4C is Cyan = 0.79, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 223 | 76 | - |
| CMYK | 0.79 | 0 | 0.66 | 0.13 |
| HSL | 129.89º | 0.73% | 0.53% | - |
| HSV(B) | 129.89º | 0.79% | 0.87% | - |
| XYZ | 28.86 | 53.9 | 15.72 | - |
| YUV | 153.62 | 84.19 | 51.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 223 | 76 | 0.79 | 0 | 0.66 | 0.13 | 129.89 | 0.73 | 0.53 |
| Hex | 2F | DF | 4C | 4F | 0 | 42 | D | 82 | 49 | 35 |
| Octal | 57 | 337 | 114 | 117 | 0 | 102 | 15 | 202 | 111 | 65 |
| Binary | 101111 | 11011111 | 1001100 | 1001111 | 0 | 1000010 | 1101 | 10000010 | 1001001 | 110101 |
Color Harmonies of #2FDF4C
Complementary color
Monochromatic Colors of #2FDF4C
Black with #2FDF4C
Text Example
Text Example
White with #2FDF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDF4C; }
p { color: rgb(47,223,76); }
H1.HeaderClassName
{
color: #2FDF4C;
}
.AnyTagClassName
{
color: #2FDF4C;
}
</style>
background-color css
<style>
a { background-color: #2FDF4C; }
a { background-color: rgb(47,223,76); }
div.DivClassName
{
background-color: #2FDF4C;
}
.BgClassName
{
background-color: #2FDF4C;
}
</style>
border-color css
<style>
span { border-color: #2FDF4C; }
span { border-color: rgb(47,223,76); }
td.TdClassName
{
border-color: #2FDF4C;
}
.TagClassName
{
border-color: #2FDF4C;
}
</style>