Shades of Kelly Green #3FB404
Tints of Kelly Green #3FB404
RGB
CMYK
RGB Variations
Color information
#3FB404 (or 0x3FB404) is known color: Kelly Green. HEX triplet: 3F, B4 and 04. RGB value is (63,180,4). Sum of RGB (Red+Green+Blue) = 63+180+4=247 (32% of max value = 765). Red value is 63 (25% from 255 or 25.51% from 247); Green value is 180 (70.70% from 255 or 72.87% from 247); Blue value is 4 (1.95% from 255 or 1.62% from 247); Max value from RGB is 180 - color contains mainly: green. Hex color #3FB404 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FB404 is #C04BFB. Grayscale: #7D7D7D. Windows color (decimal): -12602364 or 308287. OLE color: 308287.
HSL color Cylindrical-coordinate representation of color #3FB404: hue angle of 99.89º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3FB404 is Cyan = 0.65, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 63 | 180 | 4 | - |
| CMYK | 0.65 | 0 | 0.98 | 0.29 |
| HSL | 99.89º | 0.96% | 0.36% | - |
| HSV(B) | 99.89º | 0.98% | 0.71% | - |
| XYZ | 18.39 | 33.71 | 5.65 | - |
| YUV | 124.95 | 59.74 | 83.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 180 | 4 | 0.65 | 0 | 0.98 | 0.29 | 99.89 | 0.96 | 0.36 |
| Hex | 3F | B4 | 4 | 41 | 0 | 62 | 1D | 64 | 60 | 24 |
| Octal | 77 | 264 | 4 | 101 | 0 | 142 | 35 | 144 | 140 | 44 |
| Binary | 111111 | 10110100 | 100 | 1000001 | 0 | 1100010 | 11101 | 1100100 | 1100000 | 100100 |
Color Harmonies of #3FB404
Complementary color
Monochromatic Colors of #3FB404
Black with #3FB404
Text Example
Text Example
White with #3FB404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB404; }
p { color: rgb(63,180,4); }
H1.HeaderClassName
{
color: #3FB404;
}
.AnyTagClassName
{
color: #3FB404;
}
</style>
background-color css
<style>
a { background-color: #3FB404; }
a { background-color: rgb(63,180,4); }
div.DivClassName
{
background-color: #3FB404;
}
.BgClassName
{
background-color: #3FB404;
}
</style>
border-color css
<style>
span { border-color: #3FB404; }
span { border-color: rgb(63,180,4); }
td.TdClassName
{
border-color: #3FB404;
}
.TagClassName
{
border-color: #3FB404;
}
</style>