Shades of Harlequin #3CEE01
Tints of Harlequin #3CEE01
RGB
CMYK
RGB Variations
Color information
#3CEE01 (or 0x3CEE01) is known color: Harlequin. HEX triplet: 3C, EE and 01. RGB value is (60,238,1). Sum of RGB (Red+Green+Blue) = 60+238+1=299 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.07% from 299); Green value is 238 (93.36% from 255 or 79.60% from 299); Blue value is 1 (0.78% from 255 or 0.33% from 299); Max value from RGB is 238 - color contains mainly: green. Hex color #3CEE01 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CEE01 is #C311FE. Grayscale: #9E9E9E. Windows color (decimal): -12784127 or 126524. OLE color: 126524.
HSL color Cylindrical-coordinate representation of color #3CEE01: hue angle of 105.06º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3CEE01 is Cyan = 0.75, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 238 | 1 | - |
| CMYK | 0.75 | 0 | 1.00 | 0.07 |
| HSL | 105.06º | 0.99% | 0.47% | - |
| HSV(B) | 105.06º | 1% | 0.93% | - |
| XYZ | 32.44 | 62.11 | 10.31 | - |
| YUV | 157.76 | 39.53 | 58.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 238 | 1 | 0.75 | 0 | 1.00 | 0.07 | 105.06 | 0.99 | 0.47 |
| Hex | 3C | EE | 1 | 4B | 0 | 64 | 7 | 69 | 63 | 2F |
| Octal | 74 | 356 | 1 | 113 | 0 | 144 | 7 | 151 | 143 | 57 |
| Binary | 111100 | 11101110 | 1 | 1001011 | 0 | 1100100 | 111 | 1101001 | 1100011 | 101111 |
Color Harmonies of #3CEE01
Complementary color
Monochromatic Colors of #3CEE01
Black with #3CEE01
Text Example
Text Example
White with #3CEE01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEE01; }
p { color: rgb(60,238,1); }
H1.HeaderClassName
{
color: #3CEE01;
}
.AnyTagClassName
{
color: #3CEE01;
}
</style>
background-color css
<style>
a { background-color: #3CEE01; }
a { background-color: rgb(60,238,1); }
div.DivClassName
{
background-color: #3CEE01;
}
.BgClassName
{
background-color: #3CEE01;
}
</style>
border-color css
<style>
span { border-color: #3CEE01; }
span { border-color: rgb(60,238,1); }
td.TdClassName
{
border-color: #3CEE01;
}
.TagClassName
{
border-color: #3CEE01;
}
</style>