Shades of Kelly Green #3FBC14
Tints of Kelly Green #3FBC14
RGB
CMYK
RGB Variations
Color information
#3FBC14 (or 0x3FBC14) is known color: Kelly Green. HEX triplet: 3F, BC and 14. RGB value is (63,188,20). Sum of RGB (Red+Green+Blue) = 63+188+20=271 (35% of max value = 765). Red value is 63 (25% from 255 or 23.25% from 271); Green value is 188 (73.83% from 255 or 69.37% from 271); Blue value is 20 (8.20% from 255 or 7.38% from 271); Max value from RGB is 188 - color contains mainly: green. Hex color #3FBC14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FBC14 is #C043EB. Grayscale: #848484. Windows color (decimal): -12600300 or 1358911. OLE color: 1358911.
HSL color Cylindrical-coordinate representation of color #3FBC14: hue angle of 104.64º 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 #3FBC14 is Cyan = 0.66, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 188 | 20 | - |
| CMYK | 0.66 | 0 | 0.89 | 0.26 |
| HSL | 104.64º | 0.81% | 0.41% | - |
| HSV(B) | 104.64º | 0.89% | 0.74% | - |
| XYZ | 20.16 | 37.07 | 6.76 | - |
| YUV | 131.47 | 65.09 | 79.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 188 | 20 | 0.66 | 0 | 0.89 | 0.26 | 104.64 | 0.81 | 0.41 |
| Hex | 3F | BC | 14 | 42 | 0 | 59 | 1A | 69 | 51 | 29 |
| Octal | 77 | 274 | 24 | 102 | 0 | 131 | 32 | 151 | 121 | 51 |
| Binary | 111111 | 10111100 | 10100 | 1000010 | 0 | 1011001 | 11010 | 1101001 | 1010001 | 101001 |
Color Harmonies of #3FBC14
Complementary color
Monochromatic Colors of #3FBC14
Black with #3FBC14
Text Example
Text Example
White with #3FBC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBC14; }
p { color: rgb(63,188,20); }
H1.HeaderClassName
{
color: #3FBC14;
}
.AnyTagClassName
{
color: #3FBC14;
}
</style>
background-color css
<style>
a { background-color: #3FBC14; }
a { background-color: rgb(63,188,20); }
div.DivClassName
{
background-color: #3FBC14;
}
.BgClassName
{
background-color: #3FBC14;
}
</style>
border-color css
<style>
span { border-color: #3FBC14; }
span { border-color: rgb(63,188,20); }
td.TdClassName
{
border-color: #3FBC14;
}
.TagClassName
{
border-color: #3FBC14;
}
</style>