Shades of Harlequin #3CFA18
Tints of Harlequin #3CFA18
RGB
CMYK
RGB Variations
Color information
#3CFA18 (or 0x3CFA18) is known color: Harlequin. HEX triplet: 3C, FA and 18. RGB value is (60,250,24). Sum of RGB (Red+Green+Blue) = 60+250+24=334 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.96% from 334); Green value is 250 (98.05% from 255 or 74.85% from 334); Blue value is 24 (9.77% from 255 or 7.19% from 334); Max value from RGB is 250 - color contains mainly: green. Hex color #3CFA18 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CFA18 is #C305E7. Grayscale: #A8A8A8. Windows color (decimal): -12781032 or 1636924. OLE color: 1636924.
HSL color Cylindrical-coordinate representation of color #3CFA18: hue angle of 110.44º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3CFA18 is Cyan = 0.76, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 250 | 24 | - |
| CMYK | 0.76 | 0 | 0.90 | 0.02 |
| HSL | 110.44º | 0.96% | 0.54% | - |
| HSV(B) | 110.44º | 0.9% | 0.98% | - |
| XYZ | 36.21 | 69.4 | 12.35 | - |
| YUV | 167.43 | 47.05 | 51.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 250 | 24 | 0.76 | 0 | 0.90 | 0.02 | 110.44 | 0.96 | 0.54 |
| Hex | 3C | FA | 18 | 4C | 0 | 5A | 2 | 6E | 60 | 36 |
| Octal | 74 | 372 | 30 | 114 | 0 | 132 | 2 | 156 | 140 | 66 |
| Binary | 111100 | 11111010 | 11000 | 1001100 | 0 | 1011010 | 10 | 1101110 | 1100000 | 110110 |
Color Harmonies of #3CFA18
Complementary color
Monochromatic Colors of #3CFA18
Black with #3CFA18
Text Example
Text Example
White with #3CFA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFA18; }
p { color: rgb(60,250,24); }
H1.HeaderClassName
{
color: #3CFA18;
}
.AnyTagClassName
{
color: #3CFA18;
}
</style>
background-color css
<style>
a { background-color: #3CFA18; }
a { background-color: rgb(60,250,24); }
div.DivClassName
{
background-color: #3CFA18;
}
.BgClassName
{
background-color: #3CFA18;
}
</style>
border-color css
<style>
span { border-color: #3CFA18; }
span { border-color: rgb(60,250,24); }
td.TdClassName
{
border-color: #3CFA18;
}
.TagClassName
{
border-color: #3CFA18;
}
</style>