Shades of Harlequin #3CE001
Tints of Harlequin #3CE001
RGB
CMYK
RGB Variations
Color information
#3CE001 (or 0x3CE001) is known color: Harlequin. HEX triplet: 3C, E0 and 01. RGB value is (60,224,1). Sum of RGB (Red+Green+Blue) = 60+224+1=285 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.05% from 285); Green value is 224 (87.89% from 255 or 78.60% from 285); Blue value is 1 (0.78% from 255 or 0.35% from 285); Max value from RGB is 224 - color contains mainly: green. Hex color #3CE001 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CE001 is #C31FFE. Grayscale: #969696. Windows color (decimal): -12787711 or 122940. OLE color: 122940.
HSL color Cylindrical-coordinate representation of color #3CE001: hue angle of 104.13º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3CE001 is Cyan = 0.73, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 60 | 224 | 1 | - |
| CMYK | 0.73 | 0 | 1.00 | 0.12 |
| HSL | 104.13º | 0.99% | 0.44% | - |
| HSV(B) | 104.13º | 1% | 0.88% | - |
| XYZ | 28.52 | 54.27 | 9 | - |
| YUV | 149.54 | 44.17 | 64.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 224 | 1 | 0.73 | 0 | 1.00 | 0.12 | 104.13 | 0.99 | 0.44 |
| Hex | 3C | E0 | 1 | 49 | 0 | 64 | C | 68 | 63 | 2C |
| Octal | 74 | 340 | 1 | 111 | 0 | 144 | 14 | 150 | 143 | 54 |
| Binary | 111100 | 11100000 | 1 | 1001001 | 0 | 1100100 | 1100 | 1101000 | 1100011 | 101100 |
Color Harmonies of #3CE001
Complementary color
Monochromatic Colors of #3CE001
Black with #3CE001
Text Example
Text Example
White with #3CE001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE001; }
p { color: rgb(60,224,1); }
H1.HeaderClassName
{
color: #3CE001;
}
.AnyTagClassName
{
color: #3CE001;
}
</style>
background-color css
<style>
a { background-color: #3CE001; }
a { background-color: rgb(60,224,1); }
div.DivClassName
{
background-color: #3CE001;
}
.BgClassName
{
background-color: #3CE001;
}
</style>
border-color css
<style>
span { border-color: #3CE001; }
span { border-color: rgb(60,224,1); }
td.TdClassName
{
border-color: #3CE001;
}
.TagClassName
{
border-color: #3CE001;
}
</style>