Shades of Harlequin #3FFF03
Tints of Harlequin #3FFF03
RGB
CMYK
RGB Variations
Color information
#3FFF03 (or 0x3FFF03) is known color: Harlequin. HEX triplet: 3F, FF and 03. RGB value is (63,255,3). Sum of RGB (Red+Green+Blue) = 63+255+3=321 (42% of max value = 765). Red value is 63 (25% from 255 or 19.63% from 321); Green value is 255 (100% from 255 or 79.44% from 321); Blue value is 3 (1.56% from 255 or 0.93% from 321); Max value from RGB is 255 - color contains mainly: green. Hex color #3FFF03 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FFF03 is #C000FC. Grayscale: #A9A9A9. Windows color (decimal): -12583165 or 261951. OLE color: 261951.
HSL color Cylindrical-coordinate representation of color #3FFF03: hue angle of 105.71º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3FFF03 is Cyan = 0.75, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 255 | 3 | - |
| CMYK | 0.75 | 0 | 0.99 | 0 |
| HSL | 105.71º | 1% | 0.51% | - |
| HSV(B) | 105.71º | 0.99% | 1% | - |
| XYZ | 37.83 | 72.58 | 12.1 | - |
| YUV | 168.86 | 34.39 | 52.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 255 | 3 | 0.75 | 0 | 0.99 | 0 | 105.71 | 1 | 0.51 |
| Hex | 3F | FF | 3 | 4B | 0 | 63 | 0 | 6A | 64 | 33 |
| Octal | 77 | 377 | 3 | 113 | 0 | 143 | 0 | 152 | 144 | 63 |
| Binary | 111111 | 11111111 | 11 | 1001011 | 0 | 1100011 | 0 | 1101010 | 1100100 | 110011 |
Color Harmonies of #3FFF03
Complementary color
Monochromatic Colors of #3FFF03
Black with #3FFF03
Text Example
Text Example
White with #3FFF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFF03; }
p { color: rgb(63,255,3); }
H1.HeaderClassName
{
color: #3FFF03;
}
.AnyTagClassName
{
color: #3FFF03;
}
</style>
background-color css
<style>
a { background-color: #3FFF03; }
a { background-color: rgb(63,255,3); }
div.DivClassName
{
background-color: #3FFF03;
}
.BgClassName
{
background-color: #3FFF03;
}
</style>
border-color css
<style>
span { border-color: #3FFF03; }
span { border-color: rgb(63,255,3); }
td.TdClassName
{
border-color: #3FFF03;
}
.TagClassName
{
border-color: #3FFF03;
}
</style>