Shades of Harlequin #3BFC1F
Tints of Harlequin #3BFC1F
RGB
CMYK
RGB Variations
Color information
#3BFC1F (or 0x3BFC1F) is known color: Harlequin. HEX triplet: 3B, FC and 1F. RGB value is (59,252,31). Sum of RGB (Red+Green+Blue) = 59+252+31=342 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.25% from 342); Green value is 252 (98.83% from 255 or 73.68% from 342); Blue value is 31 (12.5% from 255 or 9.06% from 342); Max value from RGB is 252 - color contains mainly: green. Hex color #3BFC1F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BFC1F is #C403E0. Grayscale: #A9A9A9. Windows color (decimal): -12846049 or 2096187. OLE color: 2096187.
HSL color Cylindrical-coordinate representation of color #3BFC1F: hue angle of 112.4º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3BFC1F is Cyan = 0.77, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 59 | 252 | 31 | - |
| CMYK | 0.77 | 0 | 0.88 | 0.01 |
| HSL | 112.4º | 0.97% | 0.55% | - |
| HSV(B) | 112.4º | 0.88% | 0.99% | - |
| XYZ | 36.86 | 70.65 | 12.99 | - |
| YUV | 169.1 | 50.06 | 49.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 252 | 31 | 0.77 | 0 | 0.88 | 0.01 | 112.4 | 0.97 | 0.55 |
| Hex | 3B | FC | 1F | 4D | 0 | 58 | 1 | 70 | 61 | 37 |
| Octal | 73 | 374 | 37 | 115 | 0 | 130 | 1 | 160 | 141 | 67 |
| Binary | 111011 | 11111100 | 11111 | 1001101 | 0 | 1011000 | 1 | 1110000 | 1100001 | 110111 |
Color Harmonies of #3BFC1F
Complementary color
Monochromatic Colors of #3BFC1F
Black with #3BFC1F
Text Example
Text Example
White with #3BFC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFC1F; }
p { color: rgb(59,252,31); }
H1.HeaderClassName
{
color: #3BFC1F;
}
.AnyTagClassName
{
color: #3BFC1F;
}
</style>
background-color css
<style>
a { background-color: #3BFC1F; }
a { background-color: rgb(59,252,31); }
div.DivClassName
{
background-color: #3BFC1F;
}
.BgClassName
{
background-color: #3BFC1F;
}
</style>
border-color css
<style>
span { border-color: #3BFC1F; }
span { border-color: rgb(59,252,31); }
td.TdClassName
{
border-color: #3BFC1F;
}
.TagClassName
{
border-color: #3BFC1F;
}
</style>