Shades of Kelly Green #2FB314
Tints of Kelly Green #2FB314
RGB
CMYK
RGB Variations
Color information
#2FB314 (or 0x2FB314) is known color: Kelly Green. HEX triplet: 2F, B3 and 14. RGB value is (47,179,20). Sum of RGB (Red+Green+Blue) = 47+179+20=246 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.11% from 246); Green value is 179 (70.31% from 255 or 72.76% from 246); Blue value is 20 (8.20% from 255 or 8.13% from 246); Max value from RGB is 179 - color contains mainly: green. Hex color #2FB314 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FB314 is #D04CEB. Grayscale: #797979. Windows color (decimal): -13651180 or 1356591. OLE color: 1356591.
HSL color Cylindrical-coordinate representation of color #2FB314: hue angle of 109.81º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2FB314 is Cyan = 0.74, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 47 | 179 | 20 | - |
| CMYK | 0.74 | 0 | 0.89 | 0.30 |
| HSL | 109.81º | 0.8% | 0.39% | - |
| HSV(B) | 109.81º | 0.89% | 0.7% | - |
| XYZ | 17.42 | 32.9 | 6.09 | - |
| YUV | 121.41 | 70.77 | 74.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 179 | 20 | 0.74 | 0 | 0.89 | 0.30 | 109.81 | 0.8 | 0.39 |
| Hex | 2F | B3 | 14 | 4A | 0 | 59 | 1E | 6E | 50 | 27 |
| Octal | 57 | 263 | 24 | 112 | 0 | 131 | 36 | 156 | 120 | 47 |
| Binary | 101111 | 10110011 | 10100 | 1001010 | 0 | 1011001 | 11110 | 1101110 | 1010000 | 100111 |
Color Harmonies of #2FB314
Complementary color
Monochromatic Colors of #2FB314
Black with #2FB314
Text Example
Text Example
White with #2FB314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB314; }
p { color: rgb(47,179,20); }
H1.HeaderClassName
{
color: #2FB314;
}
.AnyTagClassName
{
color: #2FB314;
}
</style>
background-color css
<style>
a { background-color: #2FB314; }
a { background-color: rgb(47,179,20); }
div.DivClassName
{
background-color: #2FB314;
}
.BgClassName
{
background-color: #2FB314;
}
</style>
border-color css
<style>
span { border-color: #2FB314; }
span { border-color: rgb(47,179,20); }
td.TdClassName
{
border-color: #2FB314;
}
.TagClassName
{
border-color: #2FB314;
}
</style>