Shades of Harlequin #3CF018
Tints of Harlequin #3CF018
RGB
CMYK
RGB Variations
Color information
#3CF018 (or 0x3CF018) is known color: Harlequin. HEX triplet: 3C, F0 and 18. RGB value is (60,240,24). Sum of RGB (Red+Green+Blue) = 60+240+24=324 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.52% from 324); Green value is 240 (94.14% from 255 or 74.07% from 324); Blue value is 24 (9.77% from 255 or 7.41% from 324); Max value from RGB is 240 - color contains mainly: green. Hex color #3CF018 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CF018 is #C30FE7. Grayscale: #A2A2A2. Windows color (decimal): -12783592 or 1634364. OLE color: 1634364.
HSL color Cylindrical-coordinate representation of color #3CF018: hue angle of 110º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3CF018 is Cyan = 0.75, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 240 | 24 | - |
| CMYK | 0.75 | 0 | 0.9 | 0.06 |
| HSL | 110º | 0.88% | 0.52% | - |
| HSV(B) | 110º | 0.9% | 0.94% | - |
| XYZ | 33.19 | 63.35 | 11.34 | - |
| YUV | 161.56 | 50.37 | 55.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 240 | 24 | 0.75 | 0 | 0.9 | 0.06 | 110 | 0.88 | 0.52 |
| Hex | 3C | F0 | 18 | 4B | 0 | 5A | 6 | 6E | 58 | 34 |
| Octal | 74 | 360 | 30 | 113 | 0 | 132 | 6 | 156 | 130 | 64 |
| Binary | 111100 | 11110000 | 11000 | 1001011 | 0 | 1011010 | 110 | 1101110 | 1011000 | 110100 |
Color Harmonies of #3CF018
Complementary color
Monochromatic Colors of #3CF018
Black with #3CF018
Text Example
Text Example
White with #3CF018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF018; }
p { color: rgb(60,240,24); }
H1.HeaderClassName
{
color: #3CF018;
}
.AnyTagClassName
{
color: #3CF018;
}
</style>
background-color css
<style>
a { background-color: #3CF018; }
a { background-color: rgb(60,240,24); }
div.DivClassName
{
background-color: #3CF018;
}
.BgClassName
{
background-color: #3CF018;
}
</style>
border-color css
<style>
span { border-color: #3CF018; }
span { border-color: rgb(60,240,24); }
td.TdClassName
{
border-color: #3CF018;
}
.TagClassName
{
border-color: #3CF018;
}
</style>