Shades of Kelly Green #2FCF07
Tints of Kelly Green #2FCF07
RGB
CMYK
RGB Variations
Color information
#2FCF07 (or 0x2FCF07) is known color: Kelly Green. HEX triplet: 2F, CF and 07. RGB value is (47,207,7). Sum of RGB (Red+Green+Blue) = 47+207+7=261 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.01% from 261); Green value is 207 (81.25% from 255 or 79.31% from 261); Blue value is 7 (3.12% from 255 or 2.68% from 261); Max value from RGB is 207 - color contains mainly: green. Hex color #2FCF07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FCF07 is #D030F8. Grayscale: #898989. Windows color (decimal): -13644025 or 511791. OLE color: 511791.
HSL color Cylindrical-coordinate representation of color #2FCF07: hue angle of 108º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2FCF07 is Cyan = 0.77, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 207 | 7 | - |
| CMYK | 0.77 | 0 | 0.97 | 0.19 |
| HSL | 108º | 0.93% | 0.42% | - |
| HSV(B) | 108º | 0.97% | 0.81% | - |
| XYZ | 23.52 | 45.25 | 7.69 | - |
| YUV | 136.36 | 54.99 | 64.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 207 | 7 | 0.77 | 0 | 0.97 | 0.19 | 108 | 0.93 | 0.42 |
| Hex | 2F | CF | 7 | 4D | 0 | 61 | 13 | 6C | 5D | 2A |
| Octal | 57 | 317 | 7 | 115 | 0 | 141 | 23 | 154 | 135 | 52 |
| Binary | 101111 | 11001111 | 111 | 1001101 | 0 | 1100001 | 10011 | 1101100 | 1011101 | 101010 |
Color Harmonies of #2FCF07
Complementary color
Monochromatic Colors of #2FCF07
Black with #2FCF07
Text Example
Text Example
White with #2FCF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCF07; }
p { color: rgb(47,207,7); }
H1.HeaderClassName
{
color: #2FCF07;
}
.AnyTagClassName
{
color: #2FCF07;
}
</style>
background-color css
<style>
a { background-color: #2FCF07; }
a { background-color: rgb(47,207,7); }
div.DivClassName
{
background-color: #2FCF07;
}
.BgClassName
{
background-color: #2FCF07;
}
</style>
border-color css
<style>
span { border-color: #2FCF07; }
span { border-color: rgb(47,207,7); }
td.TdClassName
{
border-color: #2FCF07;
}
.TagClassName
{
border-color: #2FCF07;
}
</style>