Shades of Kelly Green #2FC110
Tints of Kelly Green #2FC110
RGB
CMYK
RGB Variations
Color information
#2FC110 (or 0x2FC110) is known color: Kelly Green. HEX triplet: 2F, C1 and 10. RGB value is (47,193,16). Sum of RGB (Red+Green+Blue) = 47+193+16=256 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.36% from 256); Green value is 193 (75.78% from 255 or 75.39% from 256); Blue value is 16 (6.64% from 255 or 6.25% from 256); Max value from RGB is 193 - color contains mainly: green. Hex color #2FC110 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FC110 is #D03EEF. Grayscale: #818181. Windows color (decimal): -13647600 or 1098031. OLE color: 1098031.
HSL color Cylindrical-coordinate representation of color #2FC110: hue angle of 109.49º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2FC110 is Cyan = 0.76, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 47 | 193 | 16 | - |
| CMYK | 0.76 | 0 | 0.92 | 0.24 |
| HSL | 109.49º | 0.85% | 0.41% | - |
| HSV(B) | 109.49º | 0.92% | 0.76% | - |
| XYZ | 20.34 | 38.78 | 6.9 | - |
| YUV | 129.17 | 64.13 | 69.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 193 | 16 | 0.76 | 0 | 0.92 | 0.24 | 109.49 | 0.85 | 0.41 |
| Hex | 2F | C1 | 10 | 4C | 0 | 5C | 18 | 6D | 55 | 29 |
| Octal | 57 | 301 | 20 | 114 | 0 | 134 | 30 | 155 | 125 | 51 |
| Binary | 101111 | 11000001 | 10000 | 1001100 | 0 | 1011100 | 11000 | 1101101 | 1010101 | 101001 |
Color Harmonies of #2FC110
Complementary color
Monochromatic Colors of #2FC110
Black with #2FC110
Text Example
Text Example
White with #2FC110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC110; }
p { color: rgb(47,193,16); }
H1.HeaderClassName
{
color: #2FC110;
}
.AnyTagClassName
{
color: #2FC110;
}
</style>
background-color css
<style>
a { background-color: #2FC110; }
a { background-color: rgb(47,193,16); }
div.DivClassName
{
background-color: #2FC110;
}
.BgClassName
{
background-color: #2FC110;
}
</style>
border-color css
<style>
span { border-color: #2FC110; }
span { border-color: rgb(47,193,16); }
td.TdClassName
{
border-color: #2FC110;
}
.TagClassName
{
border-color: #2FC110;
}
</style>