Shades of Kelly Green #3FD40D
Tints of Kelly Green #3FD40D
RGB
CMYK
RGB Variations
Color information
#3FD40D (or 0x3FD40D) is known color: Kelly Green. HEX triplet: 3F, D4 and 0D. RGB value is (63,212,13). Sum of RGB (Red+Green+Blue) = 63+212+13=288 (38% of max value = 765). Red value is 63 (25% from 255 or 21.88% from 288); Green value is 212 (83.20% from 255 or 73.61% from 288); Blue value is 13 (5.47% from 255 or 4.51% from 288); Max value from RGB is 212 - color contains mainly: green. Hex color #3FD40D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FD40D is #C02BF2. Grayscale: #919191. Windows color (decimal): -12594163 or 906303. OLE color: 906303.
HSL color Cylindrical-coordinate representation of color #3FD40D: hue angle of 104.92º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3FD40D is Cyan = 0.70, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 63 | 212 | 13 | - |
| CMYK | 0.70 | 0 | 0.94 | 0.17 |
| HSL | 104.92º | 0.88% | 0.44% | - |
| HSV(B) | 104.92º | 0.94% | 0.83% | - |
| XYZ | 25.67 | 48.17 | 8.33 | - |
| YUV | 144.76 | 53.64 | 69.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 212 | 13 | 0.70 | 0 | 0.94 | 0.17 | 104.92 | 0.88 | 0.44 |
| Hex | 3F | D4 | D | 46 | 0 | 5E | 11 | 69 | 58 | 2C |
| Octal | 77 | 324 | 15 | 106 | 0 | 136 | 21 | 151 | 130 | 54 |
| Binary | 111111 | 11010100 | 1101 | 1000110 | 0 | 1011110 | 10001 | 1101001 | 1011000 | 101100 |
Color Harmonies of #3FD40D
Complementary color
Monochromatic Colors of #3FD40D
Black with #3FD40D
Text Example
Text Example
White with #3FD40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD40D; }
p { color: rgb(63,212,13); }
H1.HeaderClassName
{
color: #3FD40D;
}
.AnyTagClassName
{
color: #3FD40D;
}
</style>
background-color css
<style>
a { background-color: #3FD40D; }
a { background-color: rgb(63,212,13); }
div.DivClassName
{
background-color: #3FD40D;
}
.BgClassName
{
background-color: #3FD40D;
}
</style>
border-color css
<style>
span { border-color: #3FD40D; }
span { border-color: rgb(63,212,13); }
td.TdClassName
{
border-color: #3FD40D;
}
.TagClassName
{
border-color: #3FD40D;
}
</style>