Shades of Harlequin #3CF402
Tints of Harlequin #3CF402
RGB
CMYK
RGB Variations
Color information
#3CF402 (or 0x3CF402) is known color: Harlequin. HEX triplet: 3C, F4 and 02. RGB value is (60,244,2). Sum of RGB (Red+Green+Blue) = 60+244+2=306 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.61% from 306); Green value is 244 (95.70% from 255 or 79.74% from 306); Blue value is 2 (1.17% from 255 or 0.65% from 306); Max value from RGB is 244 - color contains mainly: green. Hex color #3CF402 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CF402 is #C30BFD. Grayscale: #A2A2A2. Windows color (decimal): -12782590 or 193596. OLE color: 193596.
HSL color Cylindrical-coordinate representation of color #3CF402: hue angle of 105.62º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3CF402 is Cyan = 0.75, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 60 | 244 | 2 | - |
| CMYK | 0.75 | 0 | 0.99 | 0.04 |
| HSL | 105.62º | 0.98% | 0.48% | - |
| HSV(B) | 105.62º | 0.99% | 0.96% | - |
| XYZ | 34.23 | 65.67 | 10.93 | - |
| YUV | 161.4 | 38.04 | 55.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 244 | 2 | 0.75 | 0 | 0.99 | 0.04 | 105.62 | 0.98 | 0.48 |
| Hex | 3C | F4 | 2 | 4B | 0 | 63 | 4 | 6A | 62 | 30 |
| Octal | 74 | 364 | 2 | 113 | 0 | 143 | 4 | 152 | 142 | 60 |
| Binary | 111100 | 11110100 | 10 | 1001011 | 0 | 1100011 | 100 | 1101010 | 1100010 | 110000 |
Color Harmonies of #3CF402
Complementary color
Monochromatic Colors of #3CF402
Black with #3CF402
Text Example
Text Example
White with #3CF402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF402; }
p { color: rgb(60,244,2); }
H1.HeaderClassName
{
color: #3CF402;
}
.AnyTagClassName
{
color: #3CF402;
}
</style>
background-color css
<style>
a { background-color: #3CF402; }
a { background-color: rgb(60,244,2); }
div.DivClassName
{
background-color: #3CF402;
}
.BgClassName
{
background-color: #3CF402;
}
</style>
border-color css
<style>
span { border-color: #3CF402; }
span { border-color: rgb(60,244,2); }
td.TdClassName
{
border-color: #3CF402;
}
.TagClassName
{
border-color: #3CF402;
}
</style>