Shades of Kelly Green #2FC016
Tints of Kelly Green #2FC016
RGB
CMYK
RGB Variations
Color information
#2FC016 (or 0x2FC016) is known color: Kelly Green. HEX triplet: 2F, C0 and 16. RGB value is (47,192,22). Sum of RGB (Red+Green+Blue) = 47+192+22=261 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.01% from 261); Green value is 192 (75.39% from 255 or 73.56% from 261); Blue value is 22 (8.98% from 255 or 8.43% from 261); Max value from RGB is 192 - color contains mainly: green. Hex color #2FC016 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FC016 is #D03FE9. Grayscale: #818181. Windows color (decimal): -13647850 or 1490991. OLE color: 1490991.
HSL color Cylindrical-coordinate representation of color #2FC016: hue angle of 111.18º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2FC016 is Cyan = 0.76, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 47 | 192 | 22 | - |
| CMYK | 0.76 | 0 | 0.89 | 0.25 |
| HSL | 111.18º | 0.79% | 0.42% | - |
| HSV(B) | 111.18º | 0.89% | 0.75% | - |
| XYZ | 20.17 | 38.36 | 7.1 | - |
| YUV | 129.27 | 67.46 | 69.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 192 | 22 | 0.76 | 0 | 0.89 | 0.25 | 111.18 | 0.79 | 0.42 |
| Hex | 2F | C0 | 16 | 4C | 0 | 59 | 19 | 6F | 4F | 2A |
| Octal | 57 | 300 | 26 | 114 | 0 | 131 | 31 | 157 | 117 | 52 |
| Binary | 101111 | 11000000 | 10110 | 1001100 | 0 | 1011001 | 11001 | 1101111 | 1001111 | 101010 |
Color Harmonies of #2FC016
Complementary color
Monochromatic Colors of #2FC016
Black with #2FC016
Text Example
Text Example
White with #2FC016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC016; }
p { color: rgb(47,192,22); }
H1.HeaderClassName
{
color: #2FC016;
}
.AnyTagClassName
{
color: #2FC016;
}
</style>
background-color css
<style>
a { background-color: #2FC016; }
a { background-color: rgb(47,192,22); }
div.DivClassName
{
background-color: #2FC016;
}
.BgClassName
{
background-color: #2FC016;
}
</style>
border-color css
<style>
span { border-color: #2FC016; }
span { border-color: rgb(47,192,22); }
td.TdClassName
{
border-color: #2FC016;
}
.TagClassName
{
border-color: #2FC016;
}
</style>