Shades of Harlequin #3BF202
Tints of Harlequin #3BF202
RGB
CMYK
RGB Variations
Color information
#3BF202 (or 0x3BF202) is known color: Harlequin. HEX triplet: 3B, F2 and 02. RGB value is (59,242,2). Sum of RGB (Red+Green+Blue) = 59+242+2=303 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.47% from 303); Green value is 242 (94.92% from 255 or 79.87% from 303); Blue value is 2 (1.17% from 255 or 0.66% from 303); Max value from RGB is 242 - color contains mainly: green. Hex color #3BF202 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3BF202 is #C40DFD. Grayscale: #A0A0A0. Windows color (decimal): -12848638 or 193083. OLE color: 193083.
HSL color Cylindrical-coordinate representation of color #3BF202: hue angle of 105.75º 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 #3BF202 is Cyan = 0.76, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 59 | 242 | 2 | - |
| CMYK | 0.76 | 0 | 0.99 | 0.05 |
| HSL | 105.75º | 0.98% | 0.48% | - |
| HSV(B) | 105.75º | 0.99% | 0.95% | - |
| XYZ | 33.57 | 64.44 | 10.73 | - |
| YUV | 159.92 | 38.87 | 56.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 242 | 2 | 0.76 | 0 | 0.99 | 0.05 | 105.75 | 0.98 | 0.48 |
| Hex | 3B | F2 | 2 | 4C | 0 | 63 | 5 | 6A | 62 | 30 |
| Octal | 73 | 362 | 2 | 114 | 0 | 143 | 5 | 152 | 142 | 60 |
| Binary | 111011 | 11110010 | 10 | 1001100 | 0 | 1100011 | 101 | 1101010 | 1100010 | 110000 |
Color Harmonies of #3BF202
Complementary color
Monochromatic Colors of #3BF202
Black with #3BF202
Text Example
Text Example
White with #3BF202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF202; }
p { color: rgb(59,242,2); }
H1.HeaderClassName
{
color: #3BF202;
}
.AnyTagClassName
{
color: #3BF202;
}
</style>
background-color css
<style>
a { background-color: #3BF202; }
a { background-color: rgb(59,242,2); }
div.DivClassName
{
background-color: #3BF202;
}
.BgClassName
{
background-color: #3BF202;
}
</style>
border-color css
<style>
span { border-color: #3BF202; }
span { border-color: rgb(59,242,2); }
td.TdClassName
{
border-color: #3BF202;
}
.TagClassName
{
border-color: #3BF202;
}
</style>