Shades of Harlequin #3CF202
Tints of Harlequin #3CF202
RGB
CMYK
RGB Variations
Color information
#3CF202 (or 0x3CF202) is known color: Harlequin. HEX triplet: 3C, F2 and 02. RGB value is (60,242,2). Sum of RGB (Red+Green+Blue) = 60+242+2=304 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.74% from 304); Green value is 242 (94.92% from 255 or 79.61% from 304); Blue value is 2 (1.17% from 255 or 0.66% from 304); Max value from RGB is 242 - color contains mainly: green. Hex color #3CF202 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CF202 is #C30DFD. Grayscale: #A1A1A1. Windows color (decimal): -12783102 or 193084. OLE color: 193084.
HSL color Cylindrical-coordinate representation of color #3CF202: hue angle of 105.5º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3CF202 is Cyan = 0.75, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 242 | 2 | - |
| CMYK | 0.75 | 0 | 0.99 | 0.05 |
| HSL | 105.5º | 0.98% | 0.48% | - |
| HSV(B) | 105.5º | 0.99% | 0.95% | - |
| XYZ | 33.63 | 64.47 | 10.73 | - |
| YUV | 160.22 | 38.7 | 56.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 242 | 2 | 0.75 | 0 | 0.99 | 0.05 | 105.5 | 0.98 | 0.48 |
| Hex | 3C | F2 | 2 | 4B | 0 | 63 | 5 | 6A | 62 | 30 |
| Octal | 74 | 362 | 2 | 113 | 0 | 143 | 5 | 152 | 142 | 60 |
| Binary | 111100 | 11110010 | 10 | 1001011 | 0 | 1100011 | 101 | 1101010 | 1100010 | 110000 |
Color Harmonies of #3CF202
Complementary color
Monochromatic Colors of #3CF202
Black with #3CF202
Text Example
Text Example
White with #3CF202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF202; }
p { color: rgb(60,242,2); }
H1.HeaderClassName
{
color: #3CF202;
}
.AnyTagClassName
{
color: #3CF202;
}
</style>
background-color css
<style>
a { background-color: #3CF202; }
a { background-color: rgb(60,242,2); }
div.DivClassName
{
background-color: #3CF202;
}
.BgClassName
{
background-color: #3CF202;
}
</style>
border-color css
<style>
span { border-color: #3CF202; }
span { border-color: rgb(60,242,2); }
td.TdClassName
{
border-color: #3CF202;
}
.TagClassName
{
border-color: #3CF202;
}
</style>