Shades of Lime Green #2FCF15
Tints of Lime Green #2FCF15
RGB
CMYK
RGB Variations
Color information
#2FCF15 (or 0x2FCF15) is known color: Lime Green. HEX triplet: 2F, CF and 15. RGB value is (47,207,21). Sum of RGB (Red+Green+Blue) = 47+207+21=275 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.09% from 275); Green value is 207 (81.25% from 255 or 75.27% from 275); Blue value is 21 (8.59% from 255 or 7.64% from 275); Max value from RGB is 207 - color contains mainly: green. Hex color #2FCF15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FCF15 is #D030EA. Grayscale: #8A8A8A. Windows color (decimal): -13644011 or 1429295. OLE color: 1429295.
HSL color Cylindrical-coordinate representation of color #2FCF15: hue angle of 111.61º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2FCF15 is Cyan = 0.77, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 207 | 21 | - |
| CMYK | 0.77 | 0 | 0.90 | 0.19 |
| HSL | 111.61º | 0.82% | 0.45% | - |
| HSV(B) | 111.61º | 0.9% | 0.81% | - |
| XYZ | 23.62 | 45.28 | 8.21 | - |
| YUV | 137.96 | 61.99 | 63.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 207 | 21 | 0.77 | 0 | 0.90 | 0.19 | 111.61 | 0.82 | 0.45 |
| Hex | 2F | CF | 15 | 4D | 0 | 5A | 13 | 70 | 52 | 2D |
| Octal | 57 | 317 | 25 | 115 | 0 | 132 | 23 | 160 | 122 | 55 |
| Binary | 101111 | 11001111 | 10101 | 1001101 | 0 | 1011010 | 10011 | 1110000 | 1010010 | 101101 |
Color Harmonies of #2FCF15
Complementary color
Monochromatic Colors of #2FCF15
Black with #2FCF15
Text Example
Text Example
White with #2FCF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCF15; }
p { color: rgb(47,207,21); }
H1.HeaderClassName
{
color: #2FCF15;
}
.AnyTagClassName
{
color: #2FCF15;
}
</style>
background-color css
<style>
a { background-color: #2FCF15; }
a { background-color: rgb(47,207,21); }
div.DivClassName
{
background-color: #2FCF15;
}
.BgClassName
{
background-color: #2FCF15;
}
</style>
border-color css
<style>
span { border-color: #2FCF15; }
span { border-color: rgb(47,207,21); }
td.TdClassName
{
border-color: #2FCF15;
}
.TagClassName
{
border-color: #2FCF15;
}
</style>