Shades of Lime Green #2FDD2C
Tints of Lime Green #2FDD2C
RGB
CMYK
RGB Variations
Color information
#2FDD2C (or 0x2FDD2C) is known color: Lime Green. HEX triplet: 2F, DD and 2C. RGB value is (47,221,44). Sum of RGB (Red+Green+Blue) = 47+221+44=312 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.06% from 312); Green value is 221 (86.72% from 255 or 70.83% from 312); Blue value is 44 (17.58% from 255 or 14.10% from 312); Max value from RGB is 221 - color contains mainly: green. Hex color #2FDD2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FDD2C is #D022D3. Grayscale: #959595. Windows color (decimal): -13640404 or 2940207. OLE color: 2940207.
HSL color Cylindrical-coordinate representation of color #2FDD2C: hue angle of 118.98º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FDD2C is Cyan = 0.79, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 221 | 44 | - |
| CMYK | 0.79 | 0 | 0.80 | 0.13 |
| HSL | 118.98º | 0.72% | 0.52% | - |
| HSV(B) | 118.98º | 0.8% | 0.87% | - |
| XYZ | 27.48 | 52.5 | 11.07 | - |
| YUV | 148.8 | 68.85 | 55.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 221 | 44 | 0.79 | 0 | 0.80 | 0.13 | 118.98 | 0.72 | 0.52 |
| Hex | 2F | DD | 2C | 4F | 0 | 50 | D | 77 | 48 | 34 |
| Octal | 57 | 335 | 54 | 117 | 0 | 120 | 15 | 167 | 110 | 64 |
| Binary | 101111 | 11011101 | 101100 | 1001111 | 0 | 1010000 | 1101 | 1110111 | 1001000 | 110100 |
Color Harmonies of #2FDD2C
Complementary color
Monochromatic Colors of #2FDD2C
Black with #2FDD2C
Text Example
Text Example
White with #2FDD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDD2C; }
p { color: rgb(47,221,44); }
H1.HeaderClassName
{
color: #2FDD2C;
}
.AnyTagClassName
{
color: #2FDD2C;
}
</style>
background-color css
<style>
a { background-color: #2FDD2C; }
a { background-color: rgb(47,221,44); }
div.DivClassName
{
background-color: #2FDD2C;
}
.BgClassName
{
background-color: #2FDD2C;
}
</style>
border-color css
<style>
span { border-color: #2FDD2C; }
span { border-color: rgb(47,221,44); }
td.TdClassName
{
border-color: #2FDD2C;
}
.TagClassName
{
border-color: #2FDD2C;
}
</style>