Shades of Kelly Green #3FDC13
Tints of Kelly Green #3FDC13
RGB
CMYK
RGB Variations
Color information
#3FDC13 (or 0x3FDC13) is known color: Kelly Green. HEX triplet: 3F, DC and 13. RGB value is (63,220,19). Sum of RGB (Red+Green+Blue) = 63+220+19=302 (40% of max value = 765). Red value is 63 (25% from 255 or 20.86% from 302); Green value is 220 (86.33% from 255 or 72.85% from 302); Blue value is 19 (7.81% from 255 or 6.29% from 302); Max value from RGB is 220 - color contains mainly: green. Hex color #3FDC13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FDC13 is #C023EC. Grayscale: #969696. Windows color (decimal): -12592109 or 1301567. OLE color: 1301567.
HSL color Cylindrical-coordinate representation of color #3FDC13: hue angle of 106.87º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3FDC13 is Cyan = 0.71, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 220 | 19 | - |
| CMYK | 0.71 | 0 | 0.91 | 0.14 |
| HSL | 106.87º | 0.84% | 0.47% | - |
| HSV(B) | 106.87º | 0.91% | 0.86% | - |
| XYZ | 27.76 | 52.29 | 9.25 | - |
| YUV | 150.14 | 53.99 | 65.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 220 | 19 | 0.71 | 0 | 0.91 | 0.14 | 106.87 | 0.84 | 0.47 |
| Hex | 3F | DC | 13 | 47 | 0 | 5B | E | 6B | 54 | 2F |
| Octal | 77 | 334 | 23 | 107 | 0 | 133 | 16 | 153 | 124 | 57 |
| Binary | 111111 | 11011100 | 10011 | 1000111 | 0 | 1011011 | 1110 | 1101011 | 1010100 | 101111 |
Color Harmonies of #3FDC13
Complementary color
Monochromatic Colors of #3FDC13
Black with #3FDC13
Text Example
Text Example
White with #3FDC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDC13; }
p { color: rgb(63,220,19); }
H1.HeaderClassName
{
color: #3FDC13;
}
.AnyTagClassName
{
color: #3FDC13;
}
</style>
background-color css
<style>
a { background-color: #3FDC13; }
a { background-color: rgb(63,220,19); }
div.DivClassName
{
background-color: #3FDC13;
}
.BgClassName
{
background-color: #3FDC13;
}
</style>
border-color css
<style>
span { border-color: #3FDC13; }
span { border-color: rgb(63,220,19); }
td.TdClassName
{
border-color: #3FDC13;
}
.TagClassName
{
border-color: #3FDC13;
}
</style>