Shades of Kelly Green #2FC610
Tints of Kelly Green #2FC610
RGB
CMYK
RGB Variations
Color information
#2FC610 (or 0x2FC610) is known color: Kelly Green. HEX triplet: 2F, C6 and 10. RGB value is (47,198,16). Sum of RGB (Red+Green+Blue) = 47+198+16=261 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.01% from 261); Green value is 198 (77.73% from 255 or 75.86% from 261); Blue value is 16 (6.64% from 255 or 6.13% from 261); Max value from RGB is 198 - color contains mainly: green. Hex color #2FC610 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FC610 is #D039EF. Grayscale: #848484. Windows color (decimal): -13646320 or 1099311. OLE color: 1099311.
HSL color Cylindrical-coordinate representation of color #2FC610: hue angle of 109.78º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2FC610 is Cyan = 0.76, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 47 | 198 | 16 | - |
| CMYK | 0.76 | 0 | 0.92 | 0.22 |
| HSL | 109.78º | 0.85% | 0.42% | - |
| HSV(B) | 109.78º | 0.92% | 0.78% | - |
| XYZ | 21.46 | 41.03 | 7.28 | - |
| YUV | 132.1 | 62.47 | 67.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 198 | 16 | 0.76 | 0 | 0.92 | 0.22 | 109.78 | 0.85 | 0.42 |
| Hex | 2F | C6 | 10 | 4C | 0 | 5C | 16 | 6E | 55 | 2A |
| Octal | 57 | 306 | 20 | 114 | 0 | 134 | 26 | 156 | 125 | 52 |
| Binary | 101111 | 11000110 | 10000 | 1001100 | 0 | 1011100 | 10110 | 1101110 | 1010101 | 101010 |
Color Harmonies of #2FC610
Complementary color
Monochromatic Colors of #2FC610
Black with #2FC610
Text Example
Text Example
White with #2FC610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC610; }
p { color: rgb(47,198,16); }
H1.HeaderClassName
{
color: #2FC610;
}
.AnyTagClassName
{
color: #2FC610;
}
</style>
background-color css
<style>
a { background-color: #2FC610; }
a { background-color: rgb(47,198,16); }
div.DivClassName
{
background-color: #2FC610;
}
.BgClassName
{
background-color: #2FC610;
}
</style>
border-color css
<style>
span { border-color: #2FC610; }
span { border-color: rgb(47,198,16); }
td.TdClassName
{
border-color: #2FC610;
}
.TagClassName
{
border-color: #2FC610;
}
</style>