Shades of Kelly Green #2FC810
Tints of Kelly Green #2FC810
RGB
CMYK
RGB Variations
Color information
#2FC810 (or 0x2FC810) is known color: Kelly Green. HEX triplet: 2F, C8 and 10. RGB value is (47,200,16). Sum of RGB (Red+Green+Blue) = 47+200+16=263 (34% of max value = 765). Red value is 47 (18.75% from 255 or 17.87% from 263); Green value is 200 (78.52% from 255 or 76.05% from 263); Blue value is 16 (6.64% from 255 or 6.08% from 263); Max value from RGB is 200 - color contains mainly: green. Hex color #2FC810 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FC810 is #D037EF. Grayscale: #858585. Windows color (decimal): -13645808 or 1099823. OLE color: 1099823.
HSL color Cylindrical-coordinate representation of color #2FC810: hue angle of 109.89º 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 #2FC810 is Cyan = 0.76, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 47 | 200 | 16 | - |
| CMYK | 0.76 | 0 | 0.92 | 0.22 |
| HSL | 109.89º | 0.85% | 0.42% | - |
| HSV(B) | 109.89º | 0.92% | 0.78% | - |
| XYZ | 21.92 | 41.95 | 7.43 | - |
| YUV | 133.28 | 61.81 | 66.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 200 | 16 | 0.76 | 0 | 0.92 | 0.22 | 109.89 | 0.85 | 0.42 |
| Hex | 2F | C8 | 10 | 4C | 0 | 5C | 16 | 6E | 55 | 2A |
| Octal | 57 | 310 | 20 | 114 | 0 | 134 | 26 | 156 | 125 | 52 |
| Binary | 101111 | 11001000 | 10000 | 1001100 | 0 | 1011100 | 10110 | 1101110 | 1010101 | 101010 |
Color Harmonies of #2FC810
Complementary color
Monochromatic Colors of #2FC810
Black with #2FC810
Text Example
Text Example
White with #2FC810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC810; }
p { color: rgb(47,200,16); }
H1.HeaderClassName
{
color: #2FC810;
}
.AnyTagClassName
{
color: #2FC810;
}
</style>
background-color css
<style>
a { background-color: #2FC810; }
a { background-color: rgb(47,200,16); }
div.DivClassName
{
background-color: #2FC810;
}
.BgClassName
{
background-color: #2FC810;
}
</style>
border-color css
<style>
span { border-color: #2FC810; }
span { border-color: rgb(47,200,16); }
td.TdClassName
{
border-color: #2FC810;
}
.TagClassName
{
border-color: #2FC810;
}
</style>