Shades of Kelly Green #2FA714
Tints of Kelly Green #2FA714
RGB
CMYK
RGB Variations
Color information
#2FA714 (or 0x2FA714) is known color: Kelly Green. HEX triplet: 2F, A7 and 14. RGB value is (47,167,20). Sum of RGB (Red+Green+Blue) = 47+167+20=234 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.09% from 234); Green value is 167 (65.62% from 255 or 71.37% from 234); Blue value is 20 (8.20% from 255 or 8.55% from 234); Max value from RGB is 167 - color contains mainly: green. Hex color #2FA714 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FA714 is #D058EB. Grayscale: #727272. Windows color (decimal): -13654252 or 1353519. OLE color: 1353519.
HSL color Cylindrical-coordinate representation of color #2FA714: hue angle of 108.98º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2FA714 is Cyan = 0.72, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 47 | 167 | 20 | - |
| CMYK | 0.72 | 0 | 0.88 | 0.35 |
| HSL | 108.98º | 0.79% | 0.37% | - |
| HSV(B) | 108.98º | 0.88% | 0.65% | - |
| XYZ | 15.12 | 28.29 | 5.33 | - |
| YUV | 114.36 | 74.74 | 79.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 167 | 20 | 0.72 | 0 | 0.88 | 0.35 | 108.98 | 0.79 | 0.37 |
| Hex | 2F | A7 | 14 | 48 | 0 | 58 | 23 | 6D | 4F | 25 |
| Octal | 57 | 247 | 24 | 110 | 0 | 130 | 43 | 155 | 117 | 45 |
| Binary | 101111 | 10100111 | 10100 | 1001000 | 0 | 1011000 | 100011 | 1101101 | 1001111 | 100101 |
Color Harmonies of #2FA714
Complementary color
Monochromatic Colors of #2FA714
Black with #2FA714
Text Example
Text Example
White with #2FA714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA714; }
p { color: rgb(47,167,20); }
H1.HeaderClassName
{
color: #2FA714;
}
.AnyTagClassName
{
color: #2FA714;
}
</style>
background-color css
<style>
a { background-color: #2FA714; }
a { background-color: rgb(47,167,20); }
div.DivClassName
{
background-color: #2FA714;
}
.BgClassName
{
background-color: #2FA714;
}
</style>
border-color css
<style>
span { border-color: #2FA714; }
span { border-color: rgb(47,167,20); }
td.TdClassName
{
border-color: #2FA714;
}
.TagClassName
{
border-color: #2FA714;
}
</style>