Shades of Harlequin #3BF40C
Tints of Harlequin #3BF40C
RGB
CMYK
RGB Variations
Color information
#3BF40C (or 0x3BF40C) is known color: Harlequin. HEX triplet: 3B, F4 and 0C. RGB value is (59,244,12). Sum of RGB (Red+Green+Blue) = 59+244+12=315 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.73% from 315); Green value is 244 (95.70% from 255 or 77.46% from 315); Blue value is 12 (5.08% from 255 or 3.81% from 315); Max value from RGB is 244 - color contains mainly: green. Hex color #3BF40C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3BF40C is #C40BF3. Grayscale: #A2A2A2. Windows color (decimal): -12848116 or 848955. OLE color: 848955.
HSL color Cylindrical-coordinate representation of color #3BF40C: hue angle of 107.84º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3BF40C is Cyan = 0.76, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 59 | 244 | 12 | - |
| CMYK | 0.76 | 0 | 0.95 | 0.04 |
| HSL | 107.84º | 0.91% | 0.5% | - |
| HSV(B) | 107.84º | 0.95% | 0.96% | - |
| XYZ | 34.22 | 65.66 | 11.22 | - |
| YUV | 162.24 | 43.21 | 54.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 244 | 12 | 0.76 | 0 | 0.95 | 0.04 | 107.84 | 0.91 | 0.5 |
| Hex | 3B | F4 | C | 4C | 0 | 5F | 4 | 6C | 5B | 32 |
| Octal | 73 | 364 | 14 | 114 | 0 | 137 | 4 | 154 | 133 | 62 |
| Binary | 111011 | 11110100 | 1100 | 1001100 | 0 | 1011111 | 100 | 1101100 | 1011011 | 110010 |
Color Harmonies of #3BF40C
Complementary color
Monochromatic Colors of #3BF40C
Black with #3BF40C
Text Example
Text Example
White with #3BF40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF40C; }
p { color: rgb(59,244,12); }
H1.HeaderClassName
{
color: #3BF40C;
}
.AnyTagClassName
{
color: #3BF40C;
}
</style>
background-color css
<style>
a { background-color: #3BF40C; }
a { background-color: rgb(59,244,12); }
div.DivClassName
{
background-color: #3BF40C;
}
.BgClassName
{
background-color: #3BF40C;
}
</style>
border-color css
<style>
span { border-color: #3BF40C; }
span { border-color: rgb(59,244,12); }
td.TdClassName
{
border-color: #3BF40C;
}
.TagClassName
{
border-color: #3BF40C;
}
</style>