Shades of Kelly Green #3FD518
Tints of Kelly Green #3FD518
RGB
CMYK
RGB Variations
Color information
#3FD518 (or 0x3FD518) is known color: Kelly Green. HEX triplet: 3F, D5 and 18. RGB value is (63,213,24). Sum of RGB (Red+Green+Blue) = 63+213+24=300 (39% of max value = 765). Red value is 63 (25% from 255 or 21% from 300); Green value is 213 (83.59% from 255 or 71% from 300); Blue value is 24 (9.77% from 255 or 8% from 300); Max value from RGB is 213 - color contains mainly: green. Hex color #3FD518 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FD518 is #C02AE7. Grayscale: #939393. Windows color (decimal): -12593896 or 1627455. OLE color: 1627455.
HSL color Cylindrical-coordinate representation of color #3FD518: hue angle of 107.62º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3FD518 is Cyan = 0.70, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 63 | 213 | 24 | - |
| CMYK | 0.70 | 0 | 0.89 | 0.16 |
| HSL | 107.62º | 0.8% | 0.46% | - |
| HSV(B) | 107.62º | 0.89% | 0.84% | - |
| XYZ | 26.01 | 48.71 | 8.9 | - |
| YUV | 146.6 | 58.81 | 68.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 213 | 24 | 0.70 | 0 | 0.89 | 0.16 | 107.62 | 0.8 | 0.46 |
| Hex | 3F | D5 | 18 | 46 | 0 | 59 | 10 | 6C | 50 | 2E |
| Octal | 77 | 325 | 30 | 106 | 0 | 131 | 20 | 154 | 120 | 56 |
| Binary | 111111 | 11010101 | 11000 | 1000110 | 0 | 1011001 | 10000 | 1101100 | 1010000 | 101110 |
Color Harmonies of #3FD518
Complementary color
Monochromatic Colors of #3FD518
Black with #3FD518
Text Example
Text Example
White with #3FD518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD518; }
p { color: rgb(63,213,24); }
H1.HeaderClassName
{
color: #3FD518;
}
.AnyTagClassName
{
color: #3FD518;
}
</style>
background-color css
<style>
a { background-color: #3FD518; }
a { background-color: rgb(63,213,24); }
div.DivClassName
{
background-color: #3FD518;
}
.BgClassName
{
background-color: #3FD518;
}
</style>
border-color css
<style>
span { border-color: #3FD518; }
span { border-color: rgb(63,213,24); }
td.TdClassName
{
border-color: #3FD518;
}
.TagClassName
{
border-color: #3FD518;
}
</style>