Shades of Lime Green #2FCD11
Tints of Lime Green #2FCD11
RGB
CMYK
RGB Variations
Color information
#2FCD11 (or 0x2FCD11) is known color: Lime Green. HEX triplet: 2F, CD and 11. RGB value is (47,205,17). Sum of RGB (Red+Green+Blue) = 47+205+17=269 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.47% from 269); Green value is 205 (80.47% from 255 or 76.21% from 269); Blue value is 17 (7.03% from 255 or 6.32% from 269); Max value from RGB is 205 - color contains mainly: green. Hex color #2FCD11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FCD11 is #D032EE. Grayscale: #888888. Windows color (decimal): -13644527 or 1166639. OLE color: 1166639.
HSL color Cylindrical-coordinate representation of color #2FCD11: hue angle of 110.43º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2FCD11 is Cyan = 0.77, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 205 | 17 | - |
| CMYK | 0.77 | 0 | 0.92 | 0.20 |
| HSL | 110.43º | 0.85% | 0.44% | - |
| HSV(B) | 110.43º | 0.92% | 0.8% | - |
| XYZ | 23.1 | 44.31 | 7.86 | - |
| YUV | 136.33 | 60.65 | 64.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 205 | 17 | 0.77 | 0 | 0.92 | 0.20 | 110.43 | 0.85 | 0.44 |
| Hex | 2F | CD | 11 | 4D | 0 | 5C | 14 | 6E | 55 | 2C |
| Octal | 57 | 315 | 21 | 115 | 0 | 134 | 24 | 156 | 125 | 54 |
| Binary | 101111 | 11001101 | 10001 | 1001101 | 0 | 1011100 | 10100 | 1101110 | 1010101 | 101100 |
Color Harmonies of #2FCD11
Complementary color
Monochromatic Colors of #2FCD11
Black with #2FCD11
Text Example
Text Example
White with #2FCD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCD11; }
p { color: rgb(47,205,17); }
H1.HeaderClassName
{
color: #2FCD11;
}
.AnyTagClassName
{
color: #2FCD11;
}
</style>
background-color css
<style>
a { background-color: #2FCD11; }
a { background-color: rgb(47,205,17); }
div.DivClassName
{
background-color: #2FCD11;
}
.BgClassName
{
background-color: #2FCD11;
}
</style>
border-color css
<style>
span { border-color: #2FCD11; }
span { border-color: rgb(47,205,17); }
td.TdClassName
{
border-color: #2FCD11;
}
.TagClassName
{
border-color: #2FCD11;
}
</style>