Shades of Harlequin #3BDC02
Tints of Harlequin #3BDC02
RGB
CMYK
RGB Variations
Color information
#3BDC02 (or 0x3BDC02) is known color: Harlequin. HEX triplet: 3B, DC and 02. RGB value is (59,220,2). Sum of RGB (Red+Green+Blue) = 59+220+2=281 (37% of max value = 765). Red value is 59 (23.44% from 255 or 21.00% from 281); Green value is 220 (86.33% from 255 or 78.29% from 281); Blue value is 2 (1.17% from 255 or 0.71% from 281); Max value from RGB is 220 - color contains mainly: green. Hex color #3BDC02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BDC02 is #C423FD. Grayscale: #939393. Windows color (decimal): -12854270 or 187451. OLE color: 187451.
HSL color Cylindrical-coordinate representation of color #3BDC02: hue angle of 104.31º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3BDC02 is Cyan = 0.73, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 220 | 2 | - |
| CMYK | 0.73 | 0 | 0.99 | 0.14 |
| HSL | 104.31º | 0.98% | 0.44% | - |
| HSV(B) | 104.31º | 0.99% | 0.86% | - |
| XYZ | 27.41 | 52.12 | 8.67 | - |
| YUV | 147.01 | 46.16 | 65.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 220 | 2 | 0.73 | 0 | 0.99 | 0.14 | 104.31 | 0.98 | 0.44 |
| Hex | 3B | DC | 2 | 49 | 0 | 63 | E | 68 | 62 | 2C |
| Octal | 73 | 334 | 2 | 111 | 0 | 143 | 16 | 150 | 142 | 54 |
| Binary | 111011 | 11011100 | 10 | 1001001 | 0 | 1100011 | 1110 | 1101000 | 1100010 | 101100 |
Color Harmonies of #3BDC02
Complementary color
Monochromatic Colors of #3BDC02
Black with #3BDC02
Text Example
Text Example
White with #3BDC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDC02; }
p { color: rgb(59,220,2); }
H1.HeaderClassName
{
color: #3BDC02;
}
.AnyTagClassName
{
color: #3BDC02;
}
</style>
background-color css
<style>
a { background-color: #3BDC02; }
a { background-color: rgb(59,220,2); }
div.DivClassName
{
background-color: #3BDC02;
}
.BgClassName
{
background-color: #3BDC02;
}
</style>
border-color css
<style>
span { border-color: #3BDC02; }
span { border-color: rgb(59,220,2); }
td.TdClassName
{
border-color: #3BDC02;
}
.TagClassName
{
border-color: #3BDC02;
}
</style>