Shades of Kelly Green #2FB007
Tints of Kelly Green #2FB007
RGB
CMYK
RGB Variations
Color information
#2FB007 (or 0x2FB007) is known color: Kelly Green. HEX triplet: 2F, B0 and 07. RGB value is (47,176,7). Sum of RGB (Red+Green+Blue) = 47+176+7=230 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.43% from 230); Green value is 176 (69.14% from 255 or 76.52% from 230); Blue value is 7 (3.12% from 255 or 3.04% from 230); Max value from RGB is 176 - color contains mainly: green. Hex color #2FB007 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FB007 is #D04FF8. Grayscale: #767676. Windows color (decimal): -13651961 or 503855. OLE color: 503855.
HSL color Cylindrical-coordinate representation of color #2FB007: hue angle of 105.8º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2FB007 is Cyan = 0.73, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 47 | 176 | 7 | - |
| CMYK | 0.73 | 0 | 0.96 | 0.31 |
| HSL | 105.8º | 0.92% | 0.36% | - |
| HSV(B) | 105.8º | 0.96% | 0.69% | - |
| XYZ | 16.74 | 31.67 | 5.43 | - |
| YUV | 118.16 | 65.26 | 77.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 176 | 7 | 0.73 | 0 | 0.96 | 0.31 | 105.8 | 0.92 | 0.36 |
| Hex | 2F | B0 | 7 | 49 | 0 | 60 | 1F | 6A | 5C | 24 |
| Octal | 57 | 260 | 7 | 111 | 0 | 140 | 37 | 152 | 134 | 44 |
| Binary | 101111 | 10110000 | 111 | 1001001 | 0 | 1100000 | 11111 | 1101010 | 1011100 | 100100 |
Color Harmonies of #2FB007
Complementary color
Monochromatic Colors of #2FB007
Black with #2FB007
Text Example
Text Example
White with #2FB007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB007; }
p { color: rgb(47,176,7); }
H1.HeaderClassName
{
color: #2FB007;
}
.AnyTagClassName
{
color: #2FB007;
}
</style>
background-color css
<style>
a { background-color: #2FB007; }
a { background-color: rgb(47,176,7); }
div.DivClassName
{
background-color: #2FB007;
}
.BgClassName
{
background-color: #2FB007;
}
</style>
border-color css
<style>
span { border-color: #2FB007; }
span { border-color: rgb(47,176,7); }
td.TdClassName
{
border-color: #2FB007;
}
.TagClassName
{
border-color: #2FB007;
}
</style>