Shades of Harlequin #3BF300
Tints of Harlequin #3BF300
RGB
CMYK
RGB Variations
Color information
#3BF300 (or 0x3BF300) is known color: Harlequin. HEX triplet: 3B, F3 and 00. RGB value is (59,243,0). Sum of RGB (Red+Green+Blue) = 59+243+0=302 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.54% from 302); Green value is 243 (95.31% from 255 or 80.46% from 302); Blue value is 0 (0.39% from 255 or 0% from 302); Max value from RGB is 243 - color contains mainly: green. Hex color #3BF300 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3BF300 is #C40CFF. Grayscale: #A1A1A1. Windows color (decimal): -12848384 or 62267. OLE color: 62267.
HSL color Cylindrical-coordinate representation of color #3BF300: hue angle of 105.43º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3BF300 is Cyan = 0.76, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 59 | 243 | 0 | - |
| CMYK | 0.76 | 0 | 1 | 0.05 |
| HSL | 105.43º | 1% | 0.48% | - |
| HSV(B) | 105.43º | 1% | 0.95% | - |
| XYZ | 33.85 | 65.03 | 10.77 | - |
| YUV | 160.28 | 37.54 | 55.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 243 | 0 | 0.76 | 0 | 1 | 0.05 | 105.43 | 1 | 0.48 |
| Hex | 3B | F3 | 0 | 4C | 0 | 64 | 5 | 69 | 64 | 30 |
| Octal | 73 | 363 | 0 | 114 | 0 | 144 | 5 | 151 | 144 | 60 |
| Binary | 111011 | 11110011 | 0 | 1001100 | 0 | 1100100 | 101 | 1101001 | 1100100 | 110000 |
Color Harmonies of #3BF300
Complementary color
Monochromatic Colors of #3BF300
Black with #3BF300
Text Example
Text Example
White with #3BF300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF300; }
p { color: rgb(59,243,0); }
H1.HeaderClassName
{
color: #3BF300;
}
.AnyTagClassName
{
color: #3BF300;
}
</style>
background-color css
<style>
a { background-color: #3BF300; }
a { background-color: rgb(59,243,0); }
div.DivClassName
{
background-color: #3BF300;
}
.BgClassName
{
background-color: #3BF300;
}
</style>
border-color css
<style>
span { border-color: #3BF300; }
span { border-color: rgb(59,243,0); }
td.TdClassName
{
border-color: #3BF300;
}
.TagClassName
{
border-color: #3BF300;
}
</style>