Shades of Harlequin #3BE015
Tints of Harlequin #3BE015
RGB
CMYK
RGB Variations
Color information
#3BE015 (or 0x3BE015) is known color: Harlequin. HEX triplet: 3B, E0 and 15. RGB value is (59,224,21). Sum of RGB (Red+Green+Blue) = 59+224+21=304 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.41% from 304); Green value is 224 (87.89% from 255 or 73.68% from 304); Blue value is 21 (8.59% from 255 or 6.91% from 304); Max value from RGB is 224 - color contains mainly: green. Hex color #3BE015 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BE015 is #C41FEA. Grayscale: #989898. Windows color (decimal): -12853227 or 1433659. OLE color: 1433659.
HSL color Cylindrical-coordinate representation of color #3BE015: hue angle of 108.77º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3BE015 is Cyan = 0.74, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 59 | 224 | 21 | - |
| CMYK | 0.74 | 0 | 0.91 | 0.12 |
| HSL | 108.77º | 0.83% | 0.48% | - |
| HSV(B) | 108.77º | 0.91% | 0.88% | - |
| XYZ | 28.59 | 54.3 | 9.68 | - |
| YUV | 151.52 | 54.34 | 62.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 224 | 21 | 0.74 | 0 | 0.91 | 0.12 | 108.77 | 0.83 | 0.48 |
| Hex | 3B | E0 | 15 | 4A | 0 | 5B | C | 6D | 53 | 30 |
| Octal | 73 | 340 | 25 | 112 | 0 | 133 | 14 | 155 | 123 | 60 |
| Binary | 111011 | 11100000 | 10101 | 1001010 | 0 | 1011011 | 1100 | 1101101 | 1010011 | 110000 |
Color Harmonies of #3BE015
Complementary color
Monochromatic Colors of #3BE015
Black with #3BE015
Text Example
Text Example
White with #3BE015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE015; }
p { color: rgb(59,224,21); }
H1.HeaderClassName
{
color: #3BE015;
}
.AnyTagClassName
{
color: #3BE015;
}
</style>
background-color css
<style>
a { background-color: #3BE015; }
a { background-color: rgb(59,224,21); }
div.DivClassName
{
background-color: #3BE015;
}
.BgClassName
{
background-color: #3BE015;
}
</style>
border-color css
<style>
span { border-color: #3BE015; }
span { border-color: rgb(59,224,21); }
td.TdClassName
{
border-color: #3BE015;
}
.TagClassName
{
border-color: #3BE015;
}
</style>