Shades of Kelly Green #2FBC14
Tints of Kelly Green #2FBC14
RGB
CMYK
RGB Variations
Color information
#2FBC14 (or 0x2FBC14) is known color: Kelly Green. HEX triplet: 2F, BC and 14. RGB value is (47,188,20). Sum of RGB (Red+Green+Blue) = 47+188+20=255 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.43% from 255); Green value is 188 (73.83% from 255 or 73.73% from 255); Blue value is 20 (8.20% from 255 or 7.84% from 255); Max value from RGB is 188 - color contains mainly: green. Hex color #2FBC14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FBC14 is #D043EB. Grayscale: #7F7F7F. Windows color (decimal): -13648876 or 1358895. OLE color: 1358895.
HSL color Cylindrical-coordinate representation of color #2FBC14: hue angle of 110.36º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2FBC14 is Cyan = 0.75, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 188 | 20 | - |
| CMYK | 0.75 | 0 | 0.89 | 0.26 |
| HSL | 110.36º | 0.81% | 0.41% | - |
| HSV(B) | 110.36º | 0.89% | 0.74% | - |
| XYZ | 19.28 | 36.62 | 6.71 | - |
| YUV | 126.69 | 67.79 | 71.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 188 | 20 | 0.75 | 0 | 0.89 | 0.26 | 110.36 | 0.81 | 0.41 |
| Hex | 2F | BC | 14 | 4B | 0 | 59 | 1A | 6E | 51 | 29 |
| Octal | 57 | 274 | 24 | 113 | 0 | 131 | 32 | 156 | 121 | 51 |
| Binary | 101111 | 10111100 | 10100 | 1001011 | 0 | 1011001 | 11010 | 1101110 | 1010001 | 101001 |
Color Harmonies of #2FBC14
Complementary color
Monochromatic Colors of #2FBC14
Black with #2FBC14
Text Example
Text Example
White with #2FBC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBC14; }
p { color: rgb(47,188,20); }
H1.HeaderClassName
{
color: #2FBC14;
}
.AnyTagClassName
{
color: #2FBC14;
}
</style>
background-color css
<style>
a { background-color: #2FBC14; }
a { background-color: rgb(47,188,20); }
div.DivClassName
{
background-color: #2FBC14;
}
.BgClassName
{
background-color: #2FBC14;
}
</style>
border-color css
<style>
span { border-color: #2FBC14; }
span { border-color: rgb(47,188,20); }
td.TdClassName
{
border-color: #2FBC14;
}
.TagClassName
{
border-color: #2FBC14;
}
</style>