Shades of Kelly Green #2FAF11
Tints of Kelly Green #2FAF11
RGB
CMYK
RGB Variations
Color information
#2FAF11 (or 0x2FAF11) is known color: Kelly Green. HEX triplet: 2F, AF and 11. RGB value is (47,175,17). Sum of RGB (Red+Green+Blue) = 47+175+17=239 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.67% from 239); Green value is 175 (68.75% from 255 or 73.22% from 239); Blue value is 17 (7.03% from 255 or 7.11% from 239); Max value from RGB is 175 - color contains mainly: green. Hex color #2FAF11 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FAF11 is #D050EE. Grayscale: #777777. Windows color (decimal): -13652207 or 1158959. OLE color: 1158959.
HSL color Cylindrical-coordinate representation of color #2FAF11: hue angle of 108.61º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2FAF11 is Cyan = 0.73, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 47 | 175 | 17 | - |
| CMYK | 0.73 | 0 | 0.90 | 0.31 |
| HSL | 108.61º | 0.82% | 0.38% | - |
| HSV(B) | 108.61º | 0.9% | 0.69% | - |
| XYZ | 16.6 | 31.3 | 5.7 | - |
| YUV | 118.72 | 70.59 | 76.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 175 | 17 | 0.73 | 0 | 0.90 | 0.31 | 108.61 | 0.82 | 0.38 |
| Hex | 2F | AF | 11 | 49 | 0 | 5A | 1F | 6D | 52 | 26 |
| Octal | 57 | 257 | 21 | 111 | 0 | 132 | 37 | 155 | 122 | 46 |
| Binary | 101111 | 10101111 | 10001 | 1001001 | 0 | 1011010 | 11111 | 1101101 | 1010010 | 100110 |
Color Harmonies of #2FAF11
Complementary color
Monochromatic Colors of #2FAF11
Black with #2FAF11
Text Example
Text Example
White with #2FAF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAF11; }
p { color: rgb(47,175,17); }
H1.HeaderClassName
{
color: #2FAF11;
}
.AnyTagClassName
{
color: #2FAF11;
}
</style>
background-color css
<style>
a { background-color: #2FAF11; }
a { background-color: rgb(47,175,17); }
div.DivClassName
{
background-color: #2FAF11;
}
.BgClassName
{
background-color: #2FAF11;
}
</style>
border-color css
<style>
span { border-color: #2FAF11; }
span { border-color: rgb(47,175,17); }
td.TdClassName
{
border-color: #2FAF11;
}
.TagClassName
{
border-color: #2FAF11;
}
</style>