Shades of Harlequin #3BE500
Tints of Harlequin #3BE500
RGB
CMYK
RGB Variations
Color information
#3BE500 (or 0x3BE500) is known color: Harlequin. HEX triplet: 3B, E5 and 00. RGB value is (59,229,0). Sum of RGB (Red+Green+Blue) = 59+229+0=288 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.49% from 288); Green value is 229 (89.84% from 255 or 79.51% from 288); Blue value is 0 (0.39% from 255 or 0% from 288); Max value from RGB is 229 - color contains mainly: green. Hex color #3BE500 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BE500 is #C41AFF. Grayscale: #989898. Windows color (decimal): -12851968 or 58683. OLE color: 58683.
HSL color Cylindrical-coordinate representation of color #3BE500: hue angle of 104.54º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3BE500 is Cyan = 0.74, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 59 | 229 | 0 | - |
| CMYK | 0.74 | 0 | 1 | 0.10 |
| HSL | 104.54º | 1% | 0.45% | - |
| HSV(B) | 104.54º | 1% | 0.9% | - |
| XYZ | 29.82 | 56.97 | 9.42 | - |
| YUV | 152.06 | 42.18 | 61.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 229 | 0 | 0.74 | 0 | 1 | 0.10 | 104.54 | 1 | 0.45 |
| Hex | 3B | E5 | 0 | 4A | 0 | 64 | A | 69 | 64 | 2D |
| Octal | 73 | 345 | 0 | 112 | 0 | 144 | 12 | 151 | 144 | 55 |
| Binary | 111011 | 11100101 | 0 | 1001010 | 0 | 1100100 | 1010 | 1101001 | 1100100 | 101101 |
Color Harmonies of #3BE500
Complementary color
Monochromatic Colors of #3BE500
Black with #3BE500
Text Example
Text Example
White with #3BE500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE500; }
p { color: rgb(59,229,0); }
H1.HeaderClassName
{
color: #3BE500;
}
.AnyTagClassName
{
color: #3BE500;
}
</style>
background-color css
<style>
a { background-color: #3BE500; }
a { background-color: rgb(59,229,0); }
div.DivClassName
{
background-color: #3BE500;
}
.BgClassName
{
background-color: #3BE500;
}
</style>
border-color css
<style>
span { border-color: #3BE500; }
span { border-color: rgb(59,229,0); }
td.TdClassName
{
border-color: #3BE500;
}
.TagClassName
{
border-color: #3BE500;
}
</style>