Shades of Kelly Green #3FD30D
Tints of Kelly Green #3FD30D
RGB
CMYK
RGB Variations
Color information
#3FD30D (or 0x3FD30D) is known color: Kelly Green. HEX triplet: 3F, D3 and 0D. RGB value is (63,211,13). Sum of RGB (Red+Green+Blue) = 63+211+13=287 (38% of max value = 765). Red value is 63 (25% from 255 or 21.95% from 287); Green value is 211 (82.81% from 255 or 73.52% from 287); Blue value is 13 (5.47% from 255 or 4.53% from 287); Max value from RGB is 211 - color contains mainly: green. Hex color #3FD30D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FD30D is #C02CF2. Grayscale: #909090. Windows color (decimal): -12594419 or 906047. OLE color: 906047.
HSL color Cylindrical-coordinate representation of color #3FD30D: hue angle of 104.85º 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 #3FD30D is Cyan = 0.70, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 63 | 211 | 13 | - |
| CMYK | 0.70 | 0 | 0.94 | 0.17 |
| HSL | 104.85º | 0.88% | 0.44% | - |
| HSV(B) | 104.85º | 0.94% | 0.83% | - |
| XYZ | 25.42 | 47.67 | 8.24 | - |
| YUV | 144.18 | 53.97 | 70.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 211 | 13 | 0.70 | 0 | 0.94 | 0.17 | 104.85 | 0.88 | 0.44 |
| Hex | 3F | D3 | D | 46 | 0 | 5E | 11 | 69 | 58 | 2C |
| Octal | 77 | 323 | 15 | 106 | 0 | 136 | 21 | 151 | 130 | 54 |
| Binary | 111111 | 11010011 | 1101 | 1000110 | 0 | 1011110 | 10001 | 1101001 | 1011000 | 101100 |
Color Harmonies of #3FD30D
Complementary color
Monochromatic Colors of #3FD30D
Black with #3FD30D
Text Example
Text Example
White with #3FD30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD30D; }
p { color: rgb(63,211,13); }
H1.HeaderClassName
{
color: #3FD30D;
}
.AnyTagClassName
{
color: #3FD30D;
}
</style>
background-color css
<style>
a { background-color: #3FD30D; }
a { background-color: rgb(63,211,13); }
div.DivClassName
{
background-color: #3FD30D;
}
.BgClassName
{
background-color: #3FD30D;
}
</style>
border-color css
<style>
span { border-color: #3FD30D; }
span { border-color: rgb(63,211,13); }
td.TdClassName
{
border-color: #3FD30D;
}
.TagClassName
{
border-color: #3FD30D;
}
</style>