Shades of Kelly Green #3FBD03
Tints of Kelly Green #3FBD03
RGB
CMYK
RGB Variations
Color information
#3FBD03 (or 0x3FBD03) is known color: Kelly Green. HEX triplet: 3F, BD and 03. RGB value is (63,189,3). Sum of RGB (Red+Green+Blue) = 63+189+3=255 (33% of max value = 765). Red value is 63 (25% from 255 or 24.71% from 255); Green value is 189 (74.22% from 255 or 74.12% from 255); Blue value is 3 (1.56% from 255 or 1.18% from 255); Max value from RGB is 189 - color contains mainly: green. Hex color #3FBD03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FBD03 is #C042FC. Grayscale: #828282. Windows color (decimal): -12600061 or 245055. OLE color: 245055.
HSL color Cylindrical-coordinate representation of color #3FBD03: hue angle of 100.65º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3FBD03 is Cyan = 0.67, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 189 | 3 | - |
| CMYK | 0.67 | 0 | 0.98 | 0.26 |
| HSL | 100.65º | 0.97% | 0.38% | - |
| HSV(B) | 100.65º | 0.98% | 0.74% | - |
| XYZ | 20.26 | 37.46 | 6.25 | - |
| YUV | 130.12 | 56.26 | 80.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 189 | 3 | 0.67 | 0 | 0.98 | 0.26 | 100.65 | 0.97 | 0.38 |
| Hex | 3F | BD | 3 | 43 | 0 | 62 | 1A | 65 | 61 | 26 |
| Octal | 77 | 275 | 3 | 103 | 0 | 142 | 32 | 145 | 141 | 46 |
| Binary | 111111 | 10111101 | 11 | 1000011 | 0 | 1100010 | 11010 | 1100101 | 1100001 | 100110 |
Color Harmonies of #3FBD03
Complementary color
Monochromatic Colors of #3FBD03
Black with #3FBD03
Text Example
Text Example
White with #3FBD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBD03; }
p { color: rgb(63,189,3); }
H1.HeaderClassName
{
color: #3FBD03;
}
.AnyTagClassName
{
color: #3FBD03;
}
</style>
background-color css
<style>
a { background-color: #3FBD03; }
a { background-color: rgb(63,189,3); }
div.DivClassName
{
background-color: #3FBD03;
}
.BgClassName
{
background-color: #3FBD03;
}
</style>
border-color css
<style>
span { border-color: #3FBD03; }
span { border-color: rgb(63,189,3); }
td.TdClassName
{
border-color: #3FBD03;
}
.TagClassName
{
border-color: #3FBD03;
}
</style>