Shades of Harlequin #3BFF1E
Tints of Harlequin #3BFF1E
RGB
CMYK
RGB Variations
Color information
#3BFF1E (or 0x3BFF1E) is known color: Harlequin. HEX triplet: 3B, FF and 1E. RGB value is (59,255,30). Sum of RGB (Red+Green+Blue) = 59+255+30=344 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.15% from 344); Green value is 255 (100% from 255 or 74.13% from 344); Blue value is 30 (12.11% from 255 or 8.72% from 344); Max value from RGB is 255 - color contains mainly: green. Hex color #3BFF1E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BFF1E is #C400E1. Grayscale: #ABABAB. Windows color (decimal): -12845282 or 2031419. OLE color: 2031419.
HSL color Cylindrical-coordinate representation of color #3BFF1E: hue angle of 112.27º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3BFF1E is Cyan = 0.77, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 59 | 255 | 30 | - |
| CMYK | 0.77 | 0 | 0.88 | 0 |
| HSL | 112.27º | 1% | 0.56% | - |
| HSV(B) | 112.27º | 0.88% | 1% | - |
| XYZ | 37.8 | 72.54 | 13.24 | - |
| YUV | 170.75 | 48.57 | 48.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 255 | 30 | 0.77 | 0 | 0.88 | 0 | 112.27 | 1 | 0.56 |
| Hex | 3B | FF | 1E | 4D | 0 | 58 | 0 | 70 | 64 | 38 |
| Octal | 73 | 377 | 36 | 115 | 0 | 130 | 0 | 160 | 144 | 70 |
| Binary | 111011 | 11111111 | 11110 | 1001101 | 0 | 1011000 | 0 | 1110000 | 1100100 | 111000 |
Color Harmonies of #3BFF1E
Complementary color
Monochromatic Colors of #3BFF1E
Black with #3BFF1E
Text Example
Text Example
White with #3BFF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFF1E; }
p { color: rgb(59,255,30); }
H1.HeaderClassName
{
color: #3BFF1E;
}
.AnyTagClassName
{
color: #3BFF1E;
}
</style>
background-color css
<style>
a { background-color: #3BFF1E; }
a { background-color: rgb(59,255,30); }
div.DivClassName
{
background-color: #3BFF1E;
}
.BgClassName
{
background-color: #3BFF1E;
}
</style>
border-color css
<style>
span { border-color: #3BFF1E; }
span { border-color: rgb(59,255,30); }
td.TdClassName
{
border-color: #3BFF1E;
}
.TagClassName
{
border-color: #3BFF1E;
}
</style>