Shades of Harlequin #3BE002
Tints of Harlequin #3BE002
RGB
CMYK
RGB Variations
Color information
#3BE002 (or 0x3BE002) is known color: Harlequin. HEX triplet: 3B, E0 and 02. RGB value is (59,224,2). Sum of RGB (Red+Green+Blue) = 59+224+2=285 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.70% from 285); Green value is 224 (87.89% from 255 or 78.60% from 285); Blue value is 2 (1.17% from 255 or 0.70% from 285); Max value from RGB is 224 - color contains mainly: green. Hex color #3BE002 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BE002 is #C41FFD. Grayscale: #969696. Windows color (decimal): -12853246 or 188475. OLE color: 188475.
HSL color Cylindrical-coordinate representation of color #3BE002: hue angle of 104.59º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3BE002 is Cyan = 0.74, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 59 | 224 | 2 | - |
| CMYK | 0.74 | 0 | 0.99 | 0.12 |
| HSL | 104.59º | 0.98% | 0.44% | - |
| HSV(B) | 104.59º | 0.99% | 0.88% | - |
| XYZ | 28.47 | 54.25 | 9.03 | - |
| YUV | 149.36 | 44.84 | 63.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 224 | 2 | 0.74 | 0 | 0.99 | 0.12 | 104.59 | 0.98 | 0.44 |
| Hex | 3B | E0 | 2 | 4A | 0 | 63 | C | 69 | 62 | 2C |
| Octal | 73 | 340 | 2 | 112 | 0 | 143 | 14 | 151 | 142 | 54 |
| Binary | 111011 | 11100000 | 10 | 1001010 | 0 | 1100011 | 1100 | 1101001 | 1100010 | 101100 |
Color Harmonies of #3BE002
Complementary color
Monochromatic Colors of #3BE002
Black with #3BE002
Text Example
Text Example
White with #3BE002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE002; }
p { color: rgb(59,224,2); }
H1.HeaderClassName
{
color: #3BE002;
}
.AnyTagClassName
{
color: #3BE002;
}
</style>
background-color css
<style>
a { background-color: #3BE002; }
a { background-color: rgb(59,224,2); }
div.DivClassName
{
background-color: #3BE002;
}
.BgClassName
{
background-color: #3BE002;
}
</style>
border-color css
<style>
span { border-color: #3BE002; }
span { border-color: rgb(59,224,2); }
td.TdClassName
{
border-color: #3BE002;
}
.TagClassName
{
border-color: #3BE002;
}
</style>