Shades of Kelly Green #3FBE03
Tints of Kelly Green #3FBE03
RGB
CMYK
RGB Variations
Color information
#3FBE03 (or 0x3FBE03) is known color: Kelly Green. HEX triplet: 3F, BE and 03. RGB value is (63,190,3). Sum of RGB (Red+Green+Blue) = 63+190+3=256 (33% of max value = 765). Red value is 63 (25% from 255 or 24.61% from 256); Green value is 190 (74.61% from 255 or 74.22% from 256); Blue value is 3 (1.56% from 255 or 1.17% from 256); Max value from RGB is 190 - color contains mainly: green. Hex color #3FBE03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FBE03 is #C041FC. Grayscale: #838383. Windows color (decimal): -12599805 or 245311. OLE color: 245311.
HSL color Cylindrical-coordinate representation of color #3FBE03: hue angle of 100.75º degrees, saturation: 0.97, 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 #3FBE03 is Cyan = 0.67, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 190 | 3 | - |
| CMYK | 0.67 | 0 | 0.98 | 0.25 |
| HSL | 100.75º | 0.97% | 0.38% | - |
| HSV(B) | 100.75º | 0.98% | 0.75% | - |
| XYZ | 20.48 | 37.89 | 6.32 | - |
| YUV | 130.71 | 55.92 | 79.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 190 | 3 | 0.67 | 0 | 0.98 | 0.25 | 100.75 | 0.97 | 0.38 |
| Hex | 3F | BE | 3 | 43 | 0 | 62 | 19 | 65 | 61 | 26 |
| Octal | 77 | 276 | 3 | 103 | 0 | 142 | 31 | 145 | 141 | 46 |
| Binary | 111111 | 10111110 | 11 | 1000011 | 0 | 1100010 | 11001 | 1100101 | 1100001 | 100110 |
Color Harmonies of #3FBE03
Complementary color
Monochromatic Colors of #3FBE03
Black with #3FBE03
Text Example
Text Example
White with #3FBE03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBE03; }
p { color: rgb(63,190,3); }
H1.HeaderClassName
{
color: #3FBE03;
}
.AnyTagClassName
{
color: #3FBE03;
}
</style>
background-color css
<style>
a { background-color: #3FBE03; }
a { background-color: rgb(63,190,3); }
div.DivClassName
{
background-color: #3FBE03;
}
.BgClassName
{
background-color: #3FBE03;
}
</style>
border-color css
<style>
span { border-color: #3FBE03; }
span { border-color: rgb(63,190,3); }
td.TdClassName
{
border-color: #3FBE03;
}
.TagClassName
{
border-color: #3FBE03;
}
</style>