Shades of Harlequin #3CFC02
Tints of Harlequin #3CFC02
RGB
CMYK
RGB Variations
Color information
#3CFC02 (or 0x3CFC02) is known color: Harlequin. HEX triplet: 3C, FC and 02. RGB value is (60,252,2). Sum of RGB (Red+Green+Blue) = 60+252+2=314 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.11% from 314); Green value is 252 (98.83% from 255 or 80.25% from 314); Blue value is 2 (1.17% from 255 or 0.64% from 314); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFC02 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CFC02 is #C303FD. Grayscale: #A6A6A6. Windows color (decimal): -12780542 or 195644. OLE color: 195644.
HSL color Cylindrical-coordinate representation of color #3CFC02: hue angle of 106.08º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3CFC02 is Cyan = 0.76, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 252 | 2 | - |
| CMYK | 0.76 | 0 | 0.99 | 0.01 |
| HSL | 106.08º | 0.98% | 0.5% | - |
| HSV(B) | 106.08º | 0.99% | 0.99% | - |
| XYZ | 36.68 | 70.59 | 11.75 | - |
| YUV | 166.09 | 35.39 | 52.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 252 | 2 | 0.76 | 0 | 0.99 | 0.01 | 106.08 | 0.98 | 0.5 |
| Hex | 3C | FC | 2 | 4C | 0 | 63 | 1 | 6A | 62 | 32 |
| Octal | 74 | 374 | 2 | 114 | 0 | 143 | 1 | 152 | 142 | 62 |
| Binary | 111100 | 11111100 | 10 | 1001100 | 0 | 1100011 | 1 | 1101010 | 1100010 | 110010 |
Color Harmonies of #3CFC02
Complementary color
Monochromatic Colors of #3CFC02
Black with #3CFC02
Text Example
Text Example
White with #3CFC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFC02; }
p { color: rgb(60,252,2); }
H1.HeaderClassName
{
color: #3CFC02;
}
.AnyTagClassName
{
color: #3CFC02;
}
</style>
background-color css
<style>
a { background-color: #3CFC02; }
a { background-color: rgb(60,252,2); }
div.DivClassName
{
background-color: #3CFC02;
}
.BgClassName
{
background-color: #3CFC02;
}
</style>
border-color css
<style>
span { border-color: #3CFC02; }
span { border-color: rgb(60,252,2); }
td.TdClassName
{
border-color: #3CFC02;
}
.TagClassName
{
border-color: #3CFC02;
}
</style>