Shades of Harlequin #3FFF02
Tints of Harlequin #3FFF02
RGB
CMYK
RGB Variations
Color information
#3FFF02 (or 0x3FFF02) is known color: Harlequin. HEX triplet: 3F, FF and 02. RGB value is (63,255,2). Sum of RGB (Red+Green+Blue) = 63+255+2=320 (42% of max value = 765). Red value is 63 (25% from 255 or 19.69% from 320); Green value is 255 (100% from 255 or 79.69% from 320); Blue value is 2 (1.17% from 255 or 0.62% from 320); Max value from RGB is 255 - color contains mainly: green. Hex color #3FFF02 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FFF02 is #C000FD. Grayscale: #A9A9A9. Windows color (decimal): -12583166 or 196415. OLE color: 196415.
HSL color Cylindrical-coordinate representation of color #3FFF02: hue angle of 105.53º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3FFF02 is Cyan = 0.75, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 255 | 2 | - |
| CMYK | 0.75 | 0 | 0.99 | 0 |
| HSL | 105.53º | 1% | 0.5% | - |
| HSV(B) | 105.53º | 0.99% | 1% | - |
| XYZ | 37.82 | 72.58 | 12.07 | - |
| YUV | 168.75 | 33.89 | 52.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 255 | 2 | 0.75 | 0 | 0.99 | 0 | 105.53 | 1 | 0.5 |
| Hex | 3F | FF | 2 | 4B | 0 | 63 | 0 | 6A | 64 | 32 |
| Octal | 77 | 377 | 2 | 113 | 0 | 143 | 0 | 152 | 144 | 62 |
| Binary | 111111 | 11111111 | 10 | 1001011 | 0 | 1100011 | 0 | 1101010 | 1100100 | 110010 |
Color Harmonies of #3FFF02
Complementary color
Monochromatic Colors of #3FFF02
Black with #3FFF02
Text Example
Text Example
White with #3FFF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFF02; }
p { color: rgb(63,255,2); }
H1.HeaderClassName
{
color: #3FFF02;
}
.AnyTagClassName
{
color: #3FFF02;
}
</style>
background-color css
<style>
a { background-color: #3FFF02; }
a { background-color: rgb(63,255,2); }
div.DivClassName
{
background-color: #3FFF02;
}
.BgClassName
{
background-color: #3FFF02;
}
</style>
border-color css
<style>
span { border-color: #3FFF02; }
span { border-color: rgb(63,255,2); }
td.TdClassName
{
border-color: #3FFF02;
}
.TagClassName
{
border-color: #3FFF02;
}
</style>