Shades of Kelly Green #3FC403
Tints of Kelly Green #3FC403
RGB
CMYK
RGB Variations
Color information
#3FC403 (or 0x3FC403) is known color: Kelly Green. HEX triplet: 3F, C4 and 03. RGB value is (63,196,3). Sum of RGB (Red+Green+Blue) = 63+196+3=262 (34% of max value = 765). Red value is 63 (25% from 255 or 24.05% from 262); Green value is 196 (76.95% from 255 or 74.81% from 262); Blue value is 3 (1.56% from 255 or 1.15% from 262); Max value from RGB is 196 - color contains mainly: green. Hex color #3FC403 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FC403 is #C03BFC. Grayscale: #868686. Windows color (decimal): -12598269 or 246847. OLE color: 246847.
HSL color Cylindrical-coordinate representation of color #3FC403: hue angle of 101.35º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3FC403 is Cyan = 0.68, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 63 | 196 | 3 | - |
| CMYK | 0.68 | 0 | 0.98 | 0.23 |
| HSL | 101.35º | 0.97% | 0.39% | - |
| HSV(B) | 101.35º | 0.98% | 0.77% | - |
| XYZ | 21.81 | 40.54 | 6.76 | - |
| YUV | 134.23 | 53.94 | 77.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 196 | 3 | 0.68 | 0 | 0.98 | 0.23 | 101.35 | 0.97 | 0.39 |
| Hex | 3F | C4 | 3 | 44 | 0 | 62 | 17 | 65 | 61 | 27 |
| Octal | 77 | 304 | 3 | 104 | 0 | 142 | 27 | 145 | 141 | 47 |
| Binary | 111111 | 11000100 | 11 | 1000100 | 0 | 1100010 | 10111 | 1100101 | 1100001 | 100111 |
Color Harmonies of #3FC403
Complementary color
Monochromatic Colors of #3FC403
Black with #3FC403
Text Example
Text Example
White with #3FC403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC403; }
p { color: rgb(63,196,3); }
H1.HeaderClassName
{
color: #3FC403;
}
.AnyTagClassName
{
color: #3FC403;
}
</style>
background-color css
<style>
a { background-color: #3FC403; }
a { background-color: rgb(63,196,3); }
div.DivClassName
{
background-color: #3FC403;
}
.BgClassName
{
background-color: #3FC403;
}
</style>
border-color css
<style>
span { border-color: #3FC403; }
span { border-color: rgb(63,196,3); }
td.TdClassName
{
border-color: #3FC403;
}
.TagClassName
{
border-color: #3FC403;
}
</style>