Shades of Lime Green #2FDD33
Tints of Lime Green #2FDD33
RGB
CMYK
RGB Variations
Color information
#2FDD33 (or 0x2FDD33) is known color: Lime Green. HEX triplet: 2F, DD and 33. RGB value is (47,221,51). Sum of RGB (Red+Green+Blue) = 47+221+51=319 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.73% from 319); Green value is 221 (86.72% from 255 or 69.28% from 319); Blue value is 51 (20.31% from 255 or 15.99% from 319); Max value from RGB is 221 - color contains mainly: green. Hex color #2FDD33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FDD33 is #D022CC. Grayscale: #969696. Windows color (decimal): -13640397 or 3398959. OLE color: 3398959.
HSL color Cylindrical-coordinate representation of color #2FDD33: hue angle of 121.38º 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 #2FDD33 is Cyan = 0.79, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 221 | 51 | - |
| CMYK | 0.79 | 0 | 0.77 | 0.13 |
| HSL | 121.38º | 0.72% | 0.53% | - |
| HSV(B) | 121.38º | 0.79% | 0.87% | - |
| XYZ | 27.63 | 52.56 | 11.82 | - |
| YUV | 149.59 | 72.35 | 54.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 221 | 51 | 0.79 | 0 | 0.77 | 0.13 | 121.38 | 0.72 | 0.53 |
| Hex | 2F | DD | 33 | 4F | 0 | 4D | D | 79 | 48 | 35 |
| Octal | 57 | 335 | 63 | 117 | 0 | 115 | 15 | 171 | 110 | 65 |
| Binary | 101111 | 11011101 | 110011 | 1001111 | 0 | 1001101 | 1101 | 1111001 | 1001000 | 110101 |
Color Harmonies of #2FDD33
Complementary color
Monochromatic Colors of #2FDD33
Black with #2FDD33
Text Example
Text Example
White with #2FDD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDD33; }
p { color: rgb(47,221,51); }
H1.HeaderClassName
{
color: #2FDD33;
}
.AnyTagClassName
{
color: #2FDD33;
}
</style>
background-color css
<style>
a { background-color: #2FDD33; }
a { background-color: rgb(47,221,51); }
div.DivClassName
{
background-color: #2FDD33;
}
.BgClassName
{
background-color: #2FDD33;
}
</style>
border-color css
<style>
span { border-color: #2FDD33; }
span { border-color: rgb(47,221,51); }
td.TdClassName
{
border-color: #2FDD33;
}
.TagClassName
{
border-color: #2FDD33;
}
</style>