Shades of Kelly Green #3FBE04
Tints of Kelly Green #3FBE04
RGB
CMYK
RGB Variations
Color information
#3FBE04 (or 0x3FBE04) is known color: Kelly Green. HEX triplet: 3F, BE and 04. RGB value is (63,190,4). Sum of RGB (Red+Green+Blue) = 63+190+4=257 (34% of max value = 765). Red value is 63 (25% from 255 or 24.51% from 257); Green value is 190 (74.61% from 255 or 73.93% from 257); Blue value is 4 (1.95% from 255 or 1.56% from 257); Max value from RGB is 190 - color contains mainly: green. Hex color #3FBE04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FBE04 is #C041FB. Grayscale: #838383. Windows color (decimal): -12599804 or 310847. OLE color: 310847.
HSL color Cylindrical-coordinate representation of color #3FBE04: hue angle of 100.97º 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 #3FBE04 is Cyan = 0.67, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 190 | 4 | - |
| CMYK | 0.67 | 0 | 0.98 | 0.25 |
| HSL | 100.97º | 0.96% | 0.38% | - |
| HSV(B) | 100.97º | 0.98% | 0.75% | - |
| XYZ | 20.49 | 37.89 | 6.35 | - |
| YUV | 130.82 | 56.42 | 79.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 190 | 4 | 0.67 | 0 | 0.98 | 0.25 | 100.97 | 0.96 | 0.38 |
| Hex | 3F | BE | 4 | 43 | 0 | 62 | 19 | 65 | 60 | 26 |
| Octal | 77 | 276 | 4 | 103 | 0 | 142 | 31 | 145 | 140 | 46 |
| Binary | 111111 | 10111110 | 100 | 1000011 | 0 | 1100010 | 11001 | 1100101 | 1100000 | 100110 |
Color Harmonies of #3FBE04
Complementary color
Monochromatic Colors of #3FBE04
Black with #3FBE04
Text Example
Text Example
White with #3FBE04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBE04; }
p { color: rgb(63,190,4); }
H1.HeaderClassName
{
color: #3FBE04;
}
.AnyTagClassName
{
color: #3FBE04;
}
</style>
background-color css
<style>
a { background-color: #3FBE04; }
a { background-color: rgb(63,190,4); }
div.DivClassName
{
background-color: #3FBE04;
}
.BgClassName
{
background-color: #3FBE04;
}
</style>
border-color css
<style>
span { border-color: #3FBE04; }
span { border-color: rgb(63,190,4); }
td.TdClassName
{
border-color: #3FBE04;
}
.TagClassName
{
border-color: #3FBE04;
}
</style>