Shades of Harlequin #3BF51E
Tints of Harlequin #3BF51E
RGB
CMYK
RGB Variations
Color information
#3BF51E (or 0x3BF51E) is known color: Harlequin. HEX triplet: 3B, F5 and 1E. RGB value is (59,245,30). Sum of RGB (Red+Green+Blue) = 59+245+30=334 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.66% from 334); Green value is 245 (96.09% from 255 or 73.35% from 334); Blue value is 30 (12.11% from 255 or 8.98% from 334); Max value from RGB is 245 - color contains mainly: green. Hex color #3BF51E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BF51E is #C40AE1. Grayscale: #A5A5A5. Windows color (decimal): -12847842 or 2028859. OLE color: 2028859.
HSL color Cylindrical-coordinate representation of color #3BF51E: hue angle of 111.91º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3BF51E is Cyan = 0.76, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 59 | 245 | 30 | - |
| CMYK | 0.76 | 0 | 0.88 | 0.04 |
| HSL | 111.91º | 0.91% | 0.54% | - |
| HSV(B) | 111.91º | 0.88% | 0.96% | - |
| XYZ | 34.69 | 66.33 | 12.2 | - |
| YUV | 164.88 | 51.88 | 52.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 245 | 30 | 0.76 | 0 | 0.88 | 0.04 | 111.91 | 0.91 | 0.54 |
| Hex | 3B | F5 | 1E | 4C | 0 | 58 | 4 | 70 | 5B | 36 |
| Octal | 73 | 365 | 36 | 114 | 0 | 130 | 4 | 160 | 133 | 66 |
| Binary | 111011 | 11110101 | 11110 | 1001100 | 0 | 1011000 | 100 | 1110000 | 1011011 | 110110 |
Color Harmonies of #3BF51E
Complementary color
Monochromatic Colors of #3BF51E
Black with #3BF51E
Text Example
Text Example
White with #3BF51E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF51E; }
p { color: rgb(59,245,30); }
H1.HeaderClassName
{
color: #3BF51E;
}
.AnyTagClassName
{
color: #3BF51E;
}
</style>
background-color css
<style>
a { background-color: #3BF51E; }
a { background-color: rgb(59,245,30); }
div.DivClassName
{
background-color: #3BF51E;
}
.BgClassName
{
background-color: #3BF51E;
}
</style>
border-color css
<style>
span { border-color: #3BF51E; }
span { border-color: rgb(59,245,30); }
td.TdClassName
{
border-color: #3BF51E;
}
.TagClassName
{
border-color: #3BF51E;
}
</style>