Shades of Harlequin #3CF702
Tints of Harlequin #3CF702
RGB
CMYK
RGB Variations
Color information
#3CF702 (or 0x3CF702) is known color: Harlequin. HEX triplet: 3C, F7 and 02. RGB value is (60,247,2). Sum of RGB (Red+Green+Blue) = 60+247+2=309 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.42% from 309); Green value is 247 (96.88% from 255 or 79.94% from 309); Blue value is 2 (1.17% from 255 or 0.65% from 309); Max value from RGB is 247 - color contains mainly: green. Hex color #3CF702 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CF702 is #C308FD. Grayscale: #A3A3A3. Windows color (decimal): -12781822 or 194364. OLE color: 194364.
HSL color Cylindrical-coordinate representation of color #3CF702: hue angle of 105.8º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3CF702 is Cyan = 0.76, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 60 | 247 | 2 | - |
| CMYK | 0.76 | 0 | 0.99 | 0.03 |
| HSL | 105.8º | 0.98% | 0.49% | - |
| HSV(B) | 105.8º | 0.99% | 0.97% | - |
| XYZ | 35.14 | 67.49 | 11.23 | - |
| YUV | 163.16 | 37.05 | 54.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 247 | 2 | 0.76 | 0 | 0.99 | 0.03 | 105.8 | 0.98 | 0.49 |
| Hex | 3C | F7 | 2 | 4C | 0 | 63 | 3 | 6A | 62 | 31 |
| Octal | 74 | 367 | 2 | 114 | 0 | 143 | 3 | 152 | 142 | 61 |
| Binary | 111100 | 11110111 | 10 | 1001100 | 0 | 1100011 | 11 | 1101010 | 1100010 | 110001 |
Color Harmonies of #3CF702
Complementary color
Monochromatic Colors of #3CF702
Black with #3CF702
Text Example
Text Example
White with #3CF702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF702; }
p { color: rgb(60,247,2); }
H1.HeaderClassName
{
color: #3CF702;
}
.AnyTagClassName
{
color: #3CF702;
}
</style>
background-color css
<style>
a { background-color: #3CF702; }
a { background-color: rgb(60,247,2); }
div.DivClassName
{
background-color: #3CF702;
}
.BgClassName
{
background-color: #3CF702;
}
</style>
border-color css
<style>
span { border-color: #3CF702; }
span { border-color: rgb(60,247,2); }
td.TdClassName
{
border-color: #3CF702;
}
.TagClassName
{
border-color: #3CF702;
}
</style>