Shades of Harlequin #3FFF00
Tints of Harlequin #3FFF00
RGB
CMYK
RGB Variations
Color information
#3FFF00 (or 0x3FFF00) is known color: Harlequin. HEX triplet: 3F, FF and 00. RGB value is (63,255,0). Sum of RGB (Red+Green+Blue) = 63+255+0=318 (42% of max value = 765). Red value is 63 (25% from 255 or 19.81% from 318); Green value is 255 (100% from 255 or 80.19% from 318); Blue value is 0 (0.39% from 255 or 0% from 318); Max value from RGB is 255 - color contains mainly: green. Hex color #3FFF00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FFF00 is #C000FF. Grayscale: #A9A9A9. Windows color (decimal): -12583168 or 65343. OLE color: 65343.
HSL color Cylindrical-coordinate representation of color #3FFF00: hue angle of 105.18º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3FFF00 is Cyan = 0.75, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 255 | 0 | - |
| CMYK | 0.75 | 0 | 1 | 0 |
| HSL | 105.18º | 1% | 0.5% | - |
| HSV(B) | 105.18º | 1% | 1% | - |
| XYZ | 37.81 | 72.58 | 12.02 | - |
| YUV | 168.52 | 32.89 | 52.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 255 | 0 | 0.75 | 0 | 1 | 0 | 105.18 | 1 | 0.5 |
| Hex | 3F | FF | 0 | 4B | 0 | 64 | 0 | 69 | 64 | 32 |
| Octal | 77 | 377 | 0 | 113 | 0 | 144 | 0 | 151 | 144 | 62 |
| Binary | 111111 | 11111111 | 0 | 1001011 | 0 | 1100100 | 0 | 1101001 | 1100100 | 110010 |
Color Harmonies of #3FFF00
Complementary color
Monochromatic Colors of #3FFF00
Black with #3FFF00
Text Example
Text Example
White with #3FFF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFF00; }
p { color: rgb(63,255,0); }
H1.HeaderClassName
{
color: #3FFF00;
}
.AnyTagClassName
{
color: #3FFF00;
}
</style>
background-color css
<style>
a { background-color: #3FFF00; }
a { background-color: rgb(63,255,0); }
div.DivClassName
{
background-color: #3FFF00;
}
.BgClassName
{
background-color: #3FFF00;
}
</style>
border-color css
<style>
span { border-color: #3FFF00; }
span { border-color: rgb(63,255,0); }
td.TdClassName
{
border-color: #3FFF00;
}
.TagClassName
{
border-color: #3FFF00;
}
</style>