Shades of Kelly Green #2FAF1C
Tints of Kelly Green #2FAF1C
RGB
CMYK
RGB Variations
Color information
#2FAF1C (or 0x2FAF1C) is known color: Kelly Green. HEX triplet: 2F, AF and 1C. RGB value is (47,175,28). Sum of RGB (Red+Green+Blue) = 47+175+28=250 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.8% from 250); Green value is 175 (68.75% from 255 or 70% from 250); Blue value is 28 (11.33% from 255 or 11.2% from 250); Max value from RGB is 175 - color contains mainly: green. Hex color #2FAF1C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FAF1C is #D050E3. Grayscale: #787878. Windows color (decimal): -13652196 or 1879855. OLE color: 1879855.
HSL color Cylindrical-coordinate representation of color #2FAF1C: hue angle of 112.24º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2FAF1C is Cyan = 0.73, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 47 | 175 | 28 | - |
| CMYK | 0.73 | 0 | 0.84 | 0.31 |
| HSL | 112.24º | 0.72% | 0.4% | - |
| HSV(B) | 112.24º | 0.84% | 0.69% | - |
| XYZ | 16.71 | 31.35 | 6.27 | - |
| YUV | 119.97 | 76.09 | 75.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 175 | 28 | 0.73 | 0 | 0.84 | 0.31 | 112.24 | 0.72 | 0.4 |
| Hex | 2F | AF | 1C | 49 | 0 | 54 | 1F | 70 | 48 | 28 |
| Octal | 57 | 257 | 34 | 111 | 0 | 124 | 37 | 160 | 110 | 50 |
| Binary | 101111 | 10101111 | 11100 | 1001001 | 0 | 1010100 | 11111 | 1110000 | 1001000 | 101000 |
Color Harmonies of #2FAF1C
Complementary color
Monochromatic Colors of #2FAF1C
Black with #2FAF1C
Text Example
Text Example
White with #2FAF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAF1C; }
p { color: rgb(47,175,28); }
H1.HeaderClassName
{
color: #2FAF1C;
}
.AnyTagClassName
{
color: #2FAF1C;
}
</style>
background-color css
<style>
a { background-color: #2FAF1C; }
a { background-color: rgb(47,175,28); }
div.DivClassName
{
background-color: #2FAF1C;
}
.BgClassName
{
background-color: #2FAF1C;
}
</style>
border-color css
<style>
span { border-color: #2FAF1C; }
span { border-color: rgb(47,175,28); }
td.TdClassName
{
border-color: #2FAF1C;
}
.TagClassName
{
border-color: #2FAF1C;
}
</style>