Shades of Lime Green #2FCF12
Tints of Lime Green #2FCF12
RGB
CMYK
RGB Variations
Color information
#2FCF12 (or 0x2FCF12) is known color: Lime Green. HEX triplet: 2F, CF and 12. RGB value is (47,207,18). Sum of RGB (Red+Green+Blue) = 47+207+18=272 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.28% from 272); Green value is 207 (81.25% from 255 or 76.10% from 272); Blue value is 18 (7.42% from 255 or 6.62% from 272); Max value from RGB is 207 - color contains mainly: green. Hex color #2FCF12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FCF12 is #D030ED. Grayscale: #8A8A8A. Windows color (decimal): -13644014 or 1232687. OLE color: 1232687.
HSL color Cylindrical-coordinate representation of color #2FCF12: hue angle of 110.79º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2FCF12 is Cyan = 0.77, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 207 | 18 | - |
| CMYK | 0.77 | 0 | 0.91 | 0.19 |
| HSL | 110.79º | 0.84% | 0.44% | - |
| HSV(B) | 110.79º | 0.91% | 0.81% | - |
| XYZ | 23.59 | 45.27 | 8.07 | - |
| YUV | 137.61 | 60.49 | 63.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 207 | 18 | 0.77 | 0 | 0.91 | 0.19 | 110.79 | 0.84 | 0.44 |
| Hex | 2F | CF | 12 | 4D | 0 | 5B | 13 | 6F | 54 | 2C |
| Octal | 57 | 317 | 22 | 115 | 0 | 133 | 23 | 157 | 124 | 54 |
| Binary | 101111 | 11001111 | 10010 | 1001101 | 0 | 1011011 | 10011 | 1101111 | 1010100 | 101100 |
Color Harmonies of #2FCF12
Complementary color
Monochromatic Colors of #2FCF12
Black with #2FCF12
Text Example
Text Example
White with #2FCF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCF12; }
p { color: rgb(47,207,18); }
H1.HeaderClassName
{
color: #2FCF12;
}
.AnyTagClassName
{
color: #2FCF12;
}
</style>
background-color css
<style>
a { background-color: #2FCF12; }
a { background-color: rgb(47,207,18); }
div.DivClassName
{
background-color: #2FCF12;
}
.BgClassName
{
background-color: #2FCF12;
}
</style>
border-color css
<style>
span { border-color: #2FCF12; }
span { border-color: rgb(47,207,18); }
td.TdClassName
{
border-color: #2FCF12;
}
.TagClassName
{
border-color: #2FCF12;
}
</style>