Shades of Harlequin #3BFC27
Tints of Harlequin #3BFC27
RGB
CMYK
RGB Variations
Color information
#3BFC27 (or 0x3BFC27) is known color: Harlequin. HEX triplet: 3B, FC and 27. RGB value is (59,252,39). Sum of RGB (Red+Green+Blue) = 59+252+39=350 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.86% from 350); Green value is 252 (98.83% from 255 or 72% from 350); Blue value is 39 (15.62% from 255 or 11.14% from 350); Max value from RGB is 252 - color contains mainly: green. Hex color #3BFC27 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BFC27 is #C403D8. Grayscale: #AAAAAA. Windows color (decimal): -12846041 or 2620475. OLE color: 2620475.
HSL color Cylindrical-coordinate representation of color #3BFC27: hue angle of 114.37º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3BFC27 is Cyan = 0.77, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 59 | 252 | 39 | - |
| CMYK | 0.77 | 0 | 0.85 | 0.01 |
| HSL | 114.37º | 0.97% | 0.57% | - |
| HSV(B) | 114.37º | 0.85% | 0.99% | - |
| XYZ | 36.98 | 70.7 | 13.62 | - |
| YUV | 170.01 | 54.06 | 48.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 252 | 39 | 0.77 | 0 | 0.85 | 0.01 | 114.37 | 0.97 | 0.57 |
| Hex | 3B | FC | 27 | 4D | 0 | 55 | 1 | 72 | 61 | 39 |
| Octal | 73 | 374 | 47 | 115 | 0 | 125 | 1 | 162 | 141 | 71 |
| Binary | 111011 | 11111100 | 100111 | 1001101 | 0 | 1010101 | 1 | 1110010 | 1100001 | 111001 |
Color Harmonies of #3BFC27
Complementary color
Monochromatic Colors of #3BFC27
Black with #3BFC27
Text Example
Text Example
White with #3BFC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFC27; }
p { color: rgb(59,252,39); }
H1.HeaderClassName
{
color: #3BFC27;
}
.AnyTagClassName
{
color: #3BFC27;
}
</style>
background-color css
<style>
a { background-color: #3BFC27; }
a { background-color: rgb(59,252,39); }
div.DivClassName
{
background-color: #3BFC27;
}
.BgClassName
{
background-color: #3BFC27;
}
</style>
border-color css
<style>
span { border-color: #3BFC27; }
span { border-color: rgb(59,252,39); }
td.TdClassName
{
border-color: #3BFC27;
}
.TagClassName
{
border-color: #3BFC27;
}
</style>