Shades of Kelly Green #3FD515
Tints of Kelly Green #3FD515
RGB
CMYK
RGB Variations
Color information
#3FD515 (or 0x3FD515) is known color: Kelly Green. HEX triplet: 3F, D5 and 15. RGB value is (63,213,21). Sum of RGB (Red+Green+Blue) = 63+213+21=297 (39% of max value = 765). Red value is 63 (25% from 255 or 21.21% from 297); Green value is 213 (83.59% from 255 or 71.72% from 297); Blue value is 21 (8.59% from 255 or 7.07% from 297); Max value from RGB is 213 - color contains mainly: green. Hex color #3FD515 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FD515 is #C02AEA. Grayscale: #929292. Windows color (decimal): -12593899 or 1430847. OLE color: 1430847.
HSL color Cylindrical-coordinate representation of color #3FD515: hue angle of 106.88º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3FD515 is Cyan = 0.70, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 63 | 213 | 21 | - |
| CMYK | 0.70 | 0 | 0.90 | 0.16 |
| HSL | 106.88º | 0.82% | 0.46% | - |
| HSV(B) | 106.88º | 0.9% | 0.84% | - |
| XYZ | 25.98 | 48.7 | 8.74 | - |
| YUV | 146.26 | 57.31 | 68.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 213 | 21 | 0.70 | 0 | 0.90 | 0.16 | 106.88 | 0.82 | 0.46 |
| Hex | 3F | D5 | 15 | 46 | 0 | 5A | 10 | 6B | 52 | 2E |
| Octal | 77 | 325 | 25 | 106 | 0 | 132 | 20 | 153 | 122 | 56 |
| Binary | 111111 | 11010101 | 10101 | 1000110 | 0 | 1011010 | 10000 | 1101011 | 1010010 | 101110 |
Color Harmonies of #3FD515
Complementary color
Monochromatic Colors of #3FD515
Black with #3FD515
Text Example
Text Example
White with #3FD515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD515; }
p { color: rgb(63,213,21); }
H1.HeaderClassName
{
color: #3FD515;
}
.AnyTagClassName
{
color: #3FD515;
}
</style>
background-color css
<style>
a { background-color: #3FD515; }
a { background-color: rgb(63,213,21); }
div.DivClassName
{
background-color: #3FD515;
}
.BgClassName
{
background-color: #3FD515;
}
</style>
border-color css
<style>
span { border-color: #3FD515; }
span { border-color: rgb(63,213,21); }
td.TdClassName
{
border-color: #3FD515;
}
.TagClassName
{
border-color: #3FD515;
}
</style>