Shades of Lime Green #2FDD13
Tints of Lime Green #2FDD13
RGB
CMYK
RGB Variations
Color information
#2FDD13 (or 0x2FDD13) is known color: Lime Green. HEX triplet: 2F, DD and 13. RGB value is (47,221,19). Sum of RGB (Red+Green+Blue) = 47+221+19=287 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.38% from 287); Green value is 221 (86.72% from 255 or 77.00% from 287); Blue value is 19 (7.81% from 255 or 6.62% from 287); Max value from RGB is 221 - color contains mainly: green. Hex color #2FDD13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FDD13 is #D022EC. Grayscale: #929292. Windows color (decimal): -13640429 or 1301807. OLE color: 1301807.
HSL color Cylindrical-coordinate representation of color #2FDD13: hue angle of 111.68º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2FDD13 is Cyan = 0.79, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 221 | 19 | - |
| CMYK | 0.79 | 0 | 0.91 | 0.13 |
| HSL | 111.68º | 0.84% | 0.47% | - |
| HSV(B) | 111.68º | 0.91% | 0.87% | - |
| XYZ | 27.15 | 52.36 | 9.29 | - |
| YUV | 145.95 | 56.35 | 57.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 221 | 19 | 0.79 | 0 | 0.91 | 0.13 | 111.68 | 0.84 | 0.47 |
| Hex | 2F | DD | 13 | 4F | 0 | 5B | D | 70 | 54 | 2F |
| Octal | 57 | 335 | 23 | 117 | 0 | 133 | 15 | 160 | 124 | 57 |
| Binary | 101111 | 11011101 | 10011 | 1001111 | 0 | 1011011 | 1101 | 1110000 | 1010100 | 101111 |
Color Harmonies of #2FDD13
Complementary color
Monochromatic Colors of #2FDD13
Black with #2FDD13
Text Example
Text Example
White with #2FDD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDD13; }
p { color: rgb(47,221,19); }
H1.HeaderClassName
{
color: #2FDD13;
}
.AnyTagClassName
{
color: #2FDD13;
}
</style>
background-color css
<style>
a { background-color: #2FDD13; }
a { background-color: rgb(47,221,19); }
div.DivClassName
{
background-color: #2FDD13;
}
.BgClassName
{
background-color: #2FDD13;
}
</style>
border-color css
<style>
span { border-color: #2FDD13; }
span { border-color: rgb(47,221,19); }
td.TdClassName
{
border-color: #2FDD13;
}
.TagClassName
{
border-color: #2FDD13;
}
</style>