Shades of Kelly Green #3FD613
Tints of Kelly Green #3FD613
RGB
CMYK
RGB Variations
Color information
#3FD613 (or 0x3FD613) is known color: Kelly Green. HEX triplet: 3F, D6 and 13. RGB value is (63,214,19). Sum of RGB (Red+Green+Blue) = 63+214+19=296 (39% of max value = 765). Red value is 63 (25% from 255 or 21.28% from 296); Green value is 214 (83.98% from 255 or 72.30% from 296); Blue value is 19 (7.81% from 255 or 6.42% from 296); Max value from RGB is 214 - color contains mainly: green. Hex color #3FD613 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FD613 is #C029EC. Grayscale: #939393. Windows color (decimal): -12593645 or 1300031. OLE color: 1300031.
HSL color Cylindrical-coordinate representation of color #3FD613: hue angle of 106.46º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3FD613 is Cyan = 0.71, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 63 | 214 | 19 | - |
| CMYK | 0.71 | 0 | 0.91 | 0.16 |
| HSL | 106.46º | 0.84% | 0.46% | - |
| HSV(B) | 106.46º | 0.91% | 0.84% | - |
| XYZ | 26.21 | 49.2 | 8.73 | - |
| YUV | 146.62 | 55.97 | 68.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 214 | 19 | 0.71 | 0 | 0.91 | 0.16 | 106.46 | 0.84 | 0.46 |
| Hex | 3F | D6 | 13 | 47 | 0 | 5B | 10 | 6A | 54 | 2E |
| Octal | 77 | 326 | 23 | 107 | 0 | 133 | 20 | 152 | 124 | 56 |
| Binary | 111111 | 11010110 | 10011 | 1000111 | 0 | 1011011 | 10000 | 1101010 | 1010100 | 101110 |
Color Harmonies of #3FD613
Complementary color
Monochromatic Colors of #3FD613
Black with #3FD613
Text Example
Text Example
White with #3FD613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD613; }
p { color: rgb(63,214,19); }
H1.HeaderClassName
{
color: #3FD613;
}
.AnyTagClassName
{
color: #3FD613;
}
</style>
background-color css
<style>
a { background-color: #3FD613; }
a { background-color: rgb(63,214,19); }
div.DivClassName
{
background-color: #3FD613;
}
.BgClassName
{
background-color: #3FD613;
}
</style>
border-color css
<style>
span { border-color: #3FD613; }
span { border-color: rgb(63,214,19); }
td.TdClassName
{
border-color: #3FD613;
}
.TagClassName
{
border-color: #3FD613;
}
</style>