Shades of Harlequin #3CF003
Tints of Harlequin #3CF003
RGB
CMYK
RGB Variations
Color information
#3CF003 (or 0x3CF003) is known color: Harlequin. HEX triplet: 3C, F0 and 03. RGB value is (60,240,3). Sum of RGB (Red+Green+Blue) = 60+240+3=303 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.80% from 303); Green value is 240 (94.14% from 255 or 79.21% from 303); Blue value is 3 (1.56% from 255 or 0.99% from 303); Max value from RGB is 240 - color contains mainly: green. Hex color #3CF003 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CF003 is #C30FFC. Grayscale: #9F9F9F. Windows color (decimal): -12783613 or 258108. OLE color: 258108.
HSL color Cylindrical-coordinate representation of color #3CF003: hue angle of 105.57º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3CF003 is Cyan = 0.75, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 240 | 3 | - |
| CMYK | 0.75 | 0 | 0.99 | 0.06 |
| HSL | 105.57º | 0.98% | 0.48% | - |
| HSV(B) | 105.57º | 0.99% | 0.94% | - |
| XYZ | 33.04 | 63.29 | 10.56 | - |
| YUV | 159.16 | 39.87 | 57.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 240 | 3 | 0.75 | 0 | 0.99 | 0.06 | 105.57 | 0.98 | 0.48 |
| Hex | 3C | F0 | 3 | 4B | 0 | 63 | 6 | 6A | 62 | 30 |
| Octal | 74 | 360 | 3 | 113 | 0 | 143 | 6 | 152 | 142 | 60 |
| Binary | 111100 | 11110000 | 11 | 1001011 | 0 | 1100011 | 110 | 1101010 | 1100010 | 110000 |
Color Harmonies of #3CF003
Complementary color
Monochromatic Colors of #3CF003
Black with #3CF003
Text Example
Text Example
White with #3CF003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF003; }
p { color: rgb(60,240,3); }
H1.HeaderClassName
{
color: #3CF003;
}
.AnyTagClassName
{
color: #3CF003;
}
</style>
background-color css
<style>
a { background-color: #3CF003; }
a { background-color: rgb(60,240,3); }
div.DivClassName
{
background-color: #3CF003;
}
.BgClassName
{
background-color: #3CF003;
}
</style>
border-color css
<style>
span { border-color: #3CF003; }
span { border-color: rgb(60,240,3); }
td.TdClassName
{
border-color: #3CF003;
}
.TagClassName
{
border-color: #3CF003;
}
</style>