Shades of Lime Green #2FDD50
Tints of Lime Green #2FDD50
RGB
CMYK
RGB Variations
Color information
#2FDD50 (or 0x2FDD50) is known color: Lime Green. HEX triplet: 2F, DD and 50. RGB value is (47,221,80). Sum of RGB (Red+Green+Blue) = 47+221+80=348 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.51% from 348); Green value is 221 (86.72% from 255 or 63.51% from 348); Blue value is 80 (31.64% from 255 or 22.99% from 348); Max value from RGB is 221 - color contains mainly: green. Hex color #2FDD50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FDD50 is #D022AF. Grayscale: #999999. Windows color (decimal): -13640368 or 5299503. OLE color: 5299503.
HSL color Cylindrical-coordinate representation of color #2FDD50: hue angle of 131.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 #2FDD50 is Cyan = 0.79, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 221 | 80 | - |
| CMYK | 0.79 | 0 | 0.64 | 0.13 |
| HSL | 131.38º | 0.72% | 0.53% | - |
| HSV(B) | 131.38º | 0.79% | 0.87% | - |
| XYZ | 28.48 | 52.9 | 16.3 | - |
| YUV | 152.9 | 86.85 | 52.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 221 | 80 | 0.79 | 0 | 0.64 | 0.13 | 131.38 | 0.72 | 0.53 |
| Hex | 2F | DD | 50 | 4F | 0 | 40 | D | 83 | 48 | 35 |
| Octal | 57 | 335 | 120 | 117 | 0 | 100 | 15 | 203 | 110 | 65 |
| Binary | 101111 | 11011101 | 1010000 | 1001111 | 0 | 1000000 | 1101 | 10000011 | 1001000 | 110101 |
Color Harmonies of #2FDD50
Complementary color
Monochromatic Colors of #2FDD50
Black with #2FDD50
Text Example
Text Example
White with #2FDD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDD50; }
p { color: rgb(47,221,80); }
H1.HeaderClassName
{
color: #2FDD50;
}
.AnyTagClassName
{
color: #2FDD50;
}
</style>
background-color css
<style>
a { background-color: #2FDD50; }
a { background-color: rgb(47,221,80); }
div.DivClassName
{
background-color: #2FDD50;
}
.BgClassName
{
background-color: #2FDD50;
}
</style>
border-color css
<style>
span { border-color: #2FDD50; }
span { border-color: rgb(47,221,80); }
td.TdClassName
{
border-color: #2FDD50;
}
.TagClassName
{
border-color: #2FDD50;
}
</style>