Shades of Kelly Green #2FC700
Tints of Kelly Green #2FC700
RGB
CMYK
RGB Variations
Color information
#2FC700 (or 0x2FC700) is known color: Kelly Green. HEX triplet: 2F, C7 and 00. RGB value is (47,199,0). Sum of RGB (Red+Green+Blue) = 47+199+0=246 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.11% from 246); Green value is 199 (78.12% from 255 or 80.89% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 199 - color contains mainly: green. Hex color #2FC700 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FC700 is #D038FF. Grayscale: #838383. Windows color (decimal): -13646080 or 50991. OLE color: 50991.
HSL color Cylindrical-coordinate representation of color #2FC700: hue angle of 105.83º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2FC700 is Cyan = 0.76, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 47 | 199 | 0 | - |
| CMYK | 0.76 | 0 | 1 | 0.22 |
| HSL | 105.83º | 1% | 0.39% | - |
| HSV(B) | 105.83º | 1% | 0.78% | - |
| XYZ | 21.6 | 41.45 | 6.86 | - |
| YUV | 130.87 | 54.14 | 68.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 199 | 0 | 0.76 | 0 | 1 | 0.22 | 105.83 | 1 | 0.39 |
| Hex | 2F | C7 | 0 | 4C | 0 | 64 | 16 | 6A | 64 | 27 |
| Octal | 57 | 307 | 0 | 114 | 0 | 144 | 26 | 152 | 144 | 47 |
| Binary | 101111 | 11000111 | 0 | 1001100 | 0 | 1100100 | 10110 | 1101010 | 1100100 | 100111 |
Color Harmonies of #2FC700
Complementary color
Monochromatic Colors of #2FC700
Black with #2FC700
Text Example
Text Example
White with #2FC700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC700; }
p { color: rgb(47,199,0); }
H1.HeaderClassName
{
color: #2FC700;
}
.AnyTagClassName
{
color: #2FC700;
}
</style>
background-color css
<style>
a { background-color: #2FC700; }
a { background-color: rgb(47,199,0); }
div.DivClassName
{
background-color: #2FC700;
}
.BgClassName
{
background-color: #2FC700;
}
</style>
border-color css
<style>
span { border-color: #2FC700; }
span { border-color: rgb(47,199,0); }
td.TdClassName
{
border-color: #2FC700;
}
.TagClassName
{
border-color: #2FC700;
}
</style>