Shades of Lime Green #2FCF11
Tints of Lime Green #2FCF11
RGB
CMYK
RGB Variations
Color information
#2FCF11 (or 0x2FCF11) is known color: Lime Green. HEX triplet: 2F, CF and 11. RGB value is (47,207,17). Sum of RGB (Red+Green+Blue) = 47+207+17=271 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.34% from 271); Green value is 207 (81.25% from 255 or 76.38% from 271); Blue value is 17 (7.03% from 255 or 6.27% from 271); Max value from RGB is 207 - color contains mainly: green. Hex color #2FCF11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FCF11 is #D030EE. Grayscale: #8A8A8A. Windows color (decimal): -13644015 or 1167151. OLE color: 1167151.
HSL color Cylindrical-coordinate representation of color #2FCF11: hue angle of 110.53º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2FCF11 is Cyan = 0.77, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 207 | 17 | - |
| CMYK | 0.77 | 0 | 0.92 | 0.19 |
| HSL | 110.53º | 0.85% | 0.44% | - |
| HSV(B) | 110.53º | 0.92% | 0.81% | - |
| XYZ | 23.59 | 45.27 | 8.03 | - |
| YUV | 137.5 | 59.99 | 63.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 207 | 17 | 0.77 | 0 | 0.92 | 0.19 | 110.53 | 0.85 | 0.44 |
| Hex | 2F | CF | 11 | 4D | 0 | 5C | 13 | 6F | 55 | 2C |
| Octal | 57 | 317 | 21 | 115 | 0 | 134 | 23 | 157 | 125 | 54 |
| Binary | 101111 | 11001111 | 10001 | 1001101 | 0 | 1011100 | 10011 | 1101111 | 1010101 | 101100 |
Color Harmonies of #2FCF11
Complementary color
Monochromatic Colors of #2FCF11
Black with #2FCF11
Text Example
Text Example
White with #2FCF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCF11; }
p { color: rgb(47,207,17); }
H1.HeaderClassName
{
color: #2FCF11;
}
.AnyTagClassName
{
color: #2FCF11;
}
</style>
background-color css
<style>
a { background-color: #2FCF11; }
a { background-color: rgb(47,207,17); }
div.DivClassName
{
background-color: #2FCF11;
}
.BgClassName
{
background-color: #2FCF11;
}
</style>
border-color css
<style>
span { border-color: #2FCF11; }
span { border-color: rgb(47,207,17); }
td.TdClassName
{
border-color: #2FCF11;
}
.TagClassName
{
border-color: #2FCF11;
}
</style>