Shades of Kelly Green #3FBE14
Tints of Kelly Green #3FBE14
RGB
CMYK
RGB Variations
Color information
#3FBE14 (or 0x3FBE14) is known color: Kelly Green. HEX triplet: 3F, BE and 14. RGB value is (63,190,20). Sum of RGB (Red+Green+Blue) = 63+190+20=273 (36% of max value = 765). Red value is 63 (25% from 255 or 23.08% from 273); Green value is 190 (74.61% from 255 or 69.60% from 273); Blue value is 20 (8.20% from 255 or 7.33% from 273); Max value from RGB is 190 - color contains mainly: green. Hex color #3FBE14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FBE14 is #C041EB. Grayscale: #858585. Windows color (decimal): -12599788 or 1359423. OLE color: 1359423.
HSL color Cylindrical-coordinate representation of color #3FBE14: hue angle of 104.82º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3FBE14 is Cyan = 0.67, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 190 | 20 | - |
| CMYK | 0.67 | 0 | 0.89 | 0.25 |
| HSL | 104.82º | 0.81% | 0.41% | - |
| HSV(B) | 104.82º | 0.89% | 0.75% | - |
| XYZ | 20.59 | 37.93 | 6.9 | - |
| YUV | 132.65 | 64.42 | 78.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 190 | 20 | 0.67 | 0 | 0.89 | 0.25 | 104.82 | 0.81 | 0.41 |
| Hex | 3F | BE | 14 | 43 | 0 | 59 | 19 | 69 | 51 | 29 |
| Octal | 77 | 276 | 24 | 103 | 0 | 131 | 31 | 151 | 121 | 51 |
| Binary | 111111 | 10111110 | 10100 | 1000011 | 0 | 1011001 | 11001 | 1101001 | 1010001 | 101001 |
Color Harmonies of #3FBE14
Complementary color
Monochromatic Colors of #3FBE14
Black with #3FBE14
Text Example
Text Example
White with #3FBE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBE14; }
p { color: rgb(63,190,20); }
H1.HeaderClassName
{
color: #3FBE14;
}
.AnyTagClassName
{
color: #3FBE14;
}
</style>
background-color css
<style>
a { background-color: #3FBE14; }
a { background-color: rgb(63,190,20); }
div.DivClassName
{
background-color: #3FBE14;
}
.BgClassName
{
background-color: #3FBE14;
}
</style>
border-color css
<style>
span { border-color: #3FBE14; }
span { border-color: rgb(63,190,20); }
td.TdClassName
{
border-color: #3FBE14;
}
.TagClassName
{
border-color: #3FBE14;
}
</style>