Shades of Kelly Green #3FBF04
Tints of Kelly Green #3FBF04
RGB
CMYK
RGB Variations
Color information
#3FBF04 (or 0x3FBF04) is known color: Kelly Green. HEX triplet: 3F, BF and 04. RGB value is (63,191,4). Sum of RGB (Red+Green+Blue) = 63+191+4=258 (34% of max value = 765). Red value is 63 (25% from 255 or 24.42% from 258); Green value is 191 (75% from 255 or 74.03% from 258); Blue value is 4 (1.95% from 255 or 1.55% from 258); Max value from RGB is 191 - color contains mainly: green. Hex color #3FBF04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FBF04 is #C040FB. Grayscale: #848484. Windows color (decimal): -12599548 or 311103. OLE color: 311103.
HSL color Cylindrical-coordinate representation of color #3FBF04: hue angle of 101.07º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3FBF04 is Cyan = 0.67, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 191 | 4 | - |
| CMYK | 0.67 | 0 | 0.98 | 0.25 |
| HSL | 101.07º | 0.96% | 0.38% | - |
| HSV(B) | 101.07º | 0.98% | 0.75% | - |
| XYZ | 20.7 | 38.33 | 6.42 | - |
| YUV | 131.41 | 56.09 | 79.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 191 | 4 | 0.67 | 0 | 0.98 | 0.25 | 101.07 | 0.96 | 0.38 |
| Hex | 3F | BF | 4 | 43 | 0 | 62 | 19 | 65 | 60 | 26 |
| Octal | 77 | 277 | 4 | 103 | 0 | 142 | 31 | 145 | 140 | 46 |
| Binary | 111111 | 10111111 | 100 | 1000011 | 0 | 1100010 | 11001 | 1100101 | 1100000 | 100110 |
Color Harmonies of #3FBF04
Complementary color
Monochromatic Colors of #3FBF04
Black with #3FBF04
Text Example
Text Example
White with #3FBF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBF04; }
p { color: rgb(63,191,4); }
H1.HeaderClassName
{
color: #3FBF04;
}
.AnyTagClassName
{
color: #3FBF04;
}
</style>
background-color css
<style>
a { background-color: #3FBF04; }
a { background-color: rgb(63,191,4); }
div.DivClassName
{
background-color: #3FBF04;
}
.BgClassName
{
background-color: #3FBF04;
}
</style>
border-color css
<style>
span { border-color: #3FBF04; }
span { border-color: rgb(63,191,4); }
td.TdClassName
{
border-color: #3FBF04;
}
.TagClassName
{
border-color: #3FBF04;
}
</style>