Shades of Kelly Green #3FBC15
Tints of Kelly Green #3FBC15
RGB
CMYK
RGB Variations
Color information
#3FBC15 (or 0x3FBC15) is known color: Kelly Green. HEX triplet: 3F, BC and 15. RGB value is (63,188,21). Sum of RGB (Red+Green+Blue) = 63+188+21=272 (36% of max value = 765). Red value is 63 (25% from 255 or 23.16% from 272); Green value is 188 (73.83% from 255 or 69.12% from 272); Blue value is 21 (8.59% from 255 or 7.72% from 272); Max value from RGB is 188 - color contains mainly: green. Hex color #3FBC15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FBC15 is #C043EA. Grayscale: #848484. Windows color (decimal): -12600299 or 1424447. OLE color: 1424447.
HSL color Cylindrical-coordinate representation of color #3FBC15: hue angle of 104.91º degrees, saturation: 0.8, 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 #3FBC15 is Cyan = 0.66, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 188 | 21 | - |
| CMYK | 0.66 | 0 | 0.89 | 0.26 |
| HSL | 104.91º | 0.8% | 0.41% | - |
| HSV(B) | 104.91º | 0.89% | 0.74% | - |
| XYZ | 20.17 | 37.08 | 6.8 | - |
| YUV | 131.59 | 65.59 | 79.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 188 | 21 | 0.66 | 0 | 0.89 | 0.26 | 104.91 | 0.8 | 0.41 |
| Hex | 3F | BC | 15 | 42 | 0 | 59 | 1A | 69 | 50 | 29 |
| Octal | 77 | 274 | 25 | 102 | 0 | 131 | 32 | 151 | 120 | 51 |
| Binary | 111111 | 10111100 | 10101 | 1000010 | 0 | 1011001 | 11010 | 1101001 | 1010000 | 101001 |
Color Harmonies of #3FBC15
Complementary color
Monochromatic Colors of #3FBC15
Black with #3FBC15
Text Example
Text Example
White with #3FBC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBC15; }
p { color: rgb(63,188,21); }
H1.HeaderClassName
{
color: #3FBC15;
}
.AnyTagClassName
{
color: #3FBC15;
}
</style>
background-color css
<style>
a { background-color: #3FBC15; }
a { background-color: rgb(63,188,21); }
div.DivClassName
{
background-color: #3FBC15;
}
.BgClassName
{
background-color: #3FBC15;
}
</style>
border-color css
<style>
span { border-color: #3FBC15; }
span { border-color: rgb(63,188,21); }
td.TdClassName
{
border-color: #3FBC15;
}
.TagClassName
{
border-color: #3FBC15;
}
</style>