Shades of Kelly Green #3FD603
Tints of Kelly Green #3FD603
RGB
CMYK
RGB Variations
Color information
#3FD603 (or 0x3FD603) is known color: Kelly Green. HEX triplet: 3F, D6 and 03. RGB value is (63,214,3). Sum of RGB (Red+Green+Blue) = 63+214+3=280 (37% of max value = 765). Red value is 63 (25% from 255 or 22.5% from 280); Green value is 214 (83.98% from 255 or 76.43% from 280); Blue value is 3 (1.56% from 255 or 1.07% from 280); Max value from RGB is 214 - color contains mainly: green. Hex color #3FD603 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FD603 is #C029FC. Grayscale: #919191. Windows color (decimal): -12593661 or 251455. OLE color: 251455.
HSL color Cylindrical-coordinate representation of color #3FD603: hue angle of 102.94º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3FD603 is Cyan = 0.71, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 63 | 214 | 3 | - |
| CMYK | 0.71 | 0 | 0.99 | 0.16 |
| HSL | 102.94º | 0.97% | 0.43% | - |
| HSV(B) | 102.94º | 0.99% | 0.84% | - |
| XYZ | 26.11 | 49.16 | 8.2 | - |
| YUV | 144.8 | 47.97 | 69.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 214 | 3 | 0.71 | 0 | 0.99 | 0.16 | 102.94 | 0.97 | 0.43 |
| Hex | 3F | D6 | 3 | 47 | 0 | 63 | 10 | 67 | 61 | 2B |
| Octal | 77 | 326 | 3 | 107 | 0 | 143 | 20 | 147 | 141 | 53 |
| Binary | 111111 | 11010110 | 11 | 1000111 | 0 | 1100011 | 10000 | 1100111 | 1100001 | 101011 |
Color Harmonies of #3FD603
Complementary color
Monochromatic Colors of #3FD603
Black with #3FD603
Text Example
Text Example
White with #3FD603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD603; }
p { color: rgb(63,214,3); }
H1.HeaderClassName
{
color: #3FD603;
}
.AnyTagClassName
{
color: #3FD603;
}
</style>
background-color css
<style>
a { background-color: #3FD603; }
a { background-color: rgb(63,214,3); }
div.DivClassName
{
background-color: #3FD603;
}
.BgClassName
{
background-color: #3FD603;
}
</style>
border-color css
<style>
span { border-color: #3FD603; }
span { border-color: rgb(63,214,3); }
td.TdClassName
{
border-color: #3FD603;
}
.TagClassName
{
border-color: #3FD603;
}
</style>