Shades of Lime Green #2FDD49
Tints of Lime Green #2FDD49
RGB
CMYK
RGB Variations
Color information
#2FDD49 (or 0x2FDD49) is known color: Lime Green. HEX triplet: 2F, DD and 49. RGB value is (47,221,73). Sum of RGB (Red+Green+Blue) = 47+221+73=341 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.78% from 341); Green value is 221 (86.72% from 255 or 64.81% from 341); Blue value is 73 (28.91% from 255 or 21.41% from 341); Max value from RGB is 221 - color contains mainly: green. Hex color #2FDD49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FDD49 is #D022B6. Grayscale: #989898. Windows color (decimal): -13640375 or 4840751. OLE color: 4840751.
HSL color Cylindrical-coordinate representation of color #2FDD49: hue angle of 128.97º 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 #2FDD49 is Cyan = 0.79, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 221 | 73 | - |
| CMYK | 0.79 | 0 | 0.67 | 0.13 |
| HSL | 128.97º | 0.72% | 0.53% | - |
| HSV(B) | 128.97º | 0.79% | 0.87% | - |
| XYZ | 28.23 | 52.8 | 15.01 | - |
| YUV | 152.1 | 83.35 | 53.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 221 | 73 | 0.79 | 0 | 0.67 | 0.13 | 128.97 | 0.72 | 0.53 |
| Hex | 2F | DD | 49 | 4F | 0 | 43 | D | 81 | 48 | 35 |
| Octal | 57 | 335 | 111 | 117 | 0 | 103 | 15 | 201 | 110 | 65 |
| Binary | 101111 | 11011101 | 1001001 | 1001111 | 0 | 1000011 | 1101 | 10000001 | 1001000 | 110101 |
Color Harmonies of #2FDD49
Complementary color
Monochromatic Colors of #2FDD49
Black with #2FDD49
Text Example
Text Example
White with #2FDD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDD49; }
p { color: rgb(47,221,73); }
H1.HeaderClassName
{
color: #2FDD49;
}
.AnyTagClassName
{
color: #2FDD49;
}
</style>
background-color css
<style>
a { background-color: #2FDD49; }
a { background-color: rgb(47,221,73); }
div.DivClassName
{
background-color: #2FDD49;
}
.BgClassName
{
background-color: #2FDD49;
}
</style>
border-color css
<style>
span { border-color: #2FDD49; }
span { border-color: rgb(47,221,73); }
td.TdClassName
{
border-color: #2FDD49;
}
.TagClassName
{
border-color: #2FDD49;
}
</style>