Shades of Harlequin #3BFA24
Tints of Harlequin #3BFA24
RGB
CMYK
RGB Variations
Color information
#3BFA24 (or 0x3BFA24) is known color: Harlequin. HEX triplet: 3B, FA and 24. RGB value is (59,250,36). Sum of RGB (Red+Green+Blue) = 59+250+36=345 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.10% from 345); Green value is 250 (98.05% from 255 or 72.46% from 345); Blue value is 36 (14.45% from 255 or 10.43% from 345); Max value from RGB is 250 - color contains mainly: green. Hex color #3BFA24 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BFA24 is #C405DB. Grayscale: #A9A9A9. Windows color (decimal): -12846556 or 2423355. OLE color: 2423355.
HSL color Cylindrical-coordinate representation of color #3BFA24: hue angle of 113.55º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3BFA24 is Cyan = 0.76, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 59 | 250 | 36 | - |
| CMYK | 0.76 | 0 | 0.86 | 0.02 |
| HSL | 113.55º | 0.96% | 0.56% | - |
| HSV(B) | 113.55º | 0.86% | 0.98% | - |
| XYZ | 36.31 | 69.43 | 13.16 | - |
| YUV | 168.5 | 53.22 | 49.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 250 | 36 | 0.76 | 0 | 0.86 | 0.02 | 113.55 | 0.96 | 0.56 |
| Hex | 3B | FA | 24 | 4C | 0 | 56 | 2 | 72 | 60 | 38 |
| Octal | 73 | 372 | 44 | 114 | 0 | 126 | 2 | 162 | 140 | 70 |
| Binary | 111011 | 11111010 | 100100 | 1001100 | 0 | 1010110 | 10 | 1110010 | 1100000 | 111000 |
Color Harmonies of #3BFA24
Complementary color
Monochromatic Colors of #3BFA24
Black with #3BFA24
Text Example
Text Example
White with #3BFA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFA24; }
p { color: rgb(59,250,36); }
H1.HeaderClassName
{
color: #3BFA24;
}
.AnyTagClassName
{
color: #3BFA24;
}
</style>
background-color css
<style>
a { background-color: #3BFA24; }
a { background-color: rgb(59,250,36); }
div.DivClassName
{
background-color: #3BFA24;
}
.BgClassName
{
background-color: #3BFA24;
}
</style>
border-color css
<style>
span { border-color: #3BFA24; }
span { border-color: rgb(59,250,36); }
td.TdClassName
{
border-color: #3BFA24;
}
.TagClassName
{
border-color: #3BFA24;
}
</style>