Shades of Harlequin #3CFC1E
Tints of Harlequin #3CFC1E
RGB
CMYK
RGB Variations
Color information
#3CFC1E (or 0x3CFC1E) is known color: Harlequin. HEX triplet: 3C, FC and 1E. RGB value is (60,252,30). Sum of RGB (Red+Green+Blue) = 60+252+30=342 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.54% from 342); Green value is 252 (98.83% from 255 or 73.68% from 342); Blue value is 30 (12.11% from 255 or 8.77% from 342); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFC1E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CFC1E is #C303E1. Grayscale: #A9A9A9. Windows color (decimal): -12780514 or 2030652. OLE color: 2030652.
HSL color Cylindrical-coordinate representation of color #3CFC1E: hue angle of 111.89º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3CFC1E is Cyan = 0.76, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 252 | 30 | - |
| CMYK | 0.76 | 0 | 0.88 | 0.01 |
| HSL | 111.89º | 0.97% | 0.55% | - |
| HSV(B) | 111.89º | 0.88% | 0.99% | - |
| XYZ | 36.91 | 70.68 | 12.92 | - |
| YUV | 169.28 | 49.39 | 50.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 252 | 30 | 0.76 | 0 | 0.88 | 0.01 | 111.89 | 0.97 | 0.55 |
| Hex | 3C | FC | 1E | 4C | 0 | 58 | 1 | 70 | 61 | 37 |
| Octal | 74 | 374 | 36 | 114 | 0 | 130 | 1 | 160 | 141 | 67 |
| Binary | 111100 | 11111100 | 11110 | 1001100 | 0 | 1011000 | 1 | 1110000 | 1100001 | 110111 |
Color Harmonies of #3CFC1E
Complementary color
Monochromatic Colors of #3CFC1E
Black with #3CFC1E
Text Example
Text Example
White with #3CFC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFC1E; }
p { color: rgb(60,252,30); }
H1.HeaderClassName
{
color: #3CFC1E;
}
.AnyTagClassName
{
color: #3CFC1E;
}
</style>
background-color css
<style>
a { background-color: #3CFC1E; }
a { background-color: rgb(60,252,30); }
div.DivClassName
{
background-color: #3CFC1E;
}
.BgClassName
{
background-color: #3CFC1E;
}
</style>
border-color css
<style>
span { border-color: #3CFC1E; }
span { border-color: rgb(60,252,30); }
td.TdClassName
{
border-color: #3CFC1E;
}
.TagClassName
{
border-color: #3CFC1E;
}
</style>