Shades of Kelly Green #2FC211
Tints of Kelly Green #2FC211
RGB
CMYK
RGB Variations
Color information
#2FC211 (or 0x2FC211) is known color: Kelly Green. HEX triplet: 2F, C2 and 11. RGB value is (47,194,17). Sum of RGB (Red+Green+Blue) = 47+194+17=258 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.22% from 258); Green value is 194 (76.17% from 255 or 75.19% from 258); Blue value is 17 (7.03% from 255 or 6.59% from 258); Max value from RGB is 194 - color contains mainly: green. Hex color #2FC211 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FC211 is #D03DEE. Grayscale: #828282. Windows color (decimal): -13647343 or 1163823. OLE color: 1163823.
HSL color Cylindrical-coordinate representation of color #2FC211: hue angle of 109.83º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2FC211 is Cyan = 0.76, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 47 | 194 | 17 | - |
| CMYK | 0.76 | 0 | 0.91 | 0.24 |
| HSL | 109.83º | 0.84% | 0.41% | - |
| HSV(B) | 109.83º | 0.91% | 0.76% | - |
| XYZ | 20.57 | 39.23 | 7.02 | - |
| YUV | 129.87 | 64.3 | 68.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 194 | 17 | 0.76 | 0 | 0.91 | 0.24 | 109.83 | 0.84 | 0.41 |
| Hex | 2F | C2 | 11 | 4C | 0 | 5B | 18 | 6E | 54 | 29 |
| Octal | 57 | 302 | 21 | 114 | 0 | 133 | 30 | 156 | 124 | 51 |
| Binary | 101111 | 11000010 | 10001 | 1001100 | 0 | 1011011 | 11000 | 1101110 | 1010100 | 101001 |
Color Harmonies of #2FC211
Complementary color
Monochromatic Colors of #2FC211
Black with #2FC211
Text Example
Text Example
White with #2FC211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC211; }
p { color: rgb(47,194,17); }
H1.HeaderClassName
{
color: #2FC211;
}
.AnyTagClassName
{
color: #2FC211;
}
</style>
background-color css
<style>
a { background-color: #2FC211; }
a { background-color: rgb(47,194,17); }
div.DivClassName
{
background-color: #2FC211;
}
.BgClassName
{
background-color: #2FC211;
}
</style>
border-color css
<style>
span { border-color: #2FC211; }
span { border-color: rgb(47,194,17); }
td.TdClassName
{
border-color: #2FC211;
}
.TagClassName
{
border-color: #2FC211;
}
</style>