Shades of Harlequin #3CEF03
Tints of Harlequin #3CEF03
RGB
CMYK
RGB Variations
Color information
#3CEF03 (or 0x3CEF03) is known color: Harlequin. HEX triplet: 3C, EF and 03. RGB value is (60,239,3). Sum of RGB (Red+Green+Blue) = 60+239+3=302 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.87% from 302); Green value is 239 (93.75% from 255 or 79.14% from 302); Blue value is 3 (1.56% from 255 or 0.99% from 302); Max value from RGB is 239 - color contains mainly: green. Hex color #3CEF03 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CEF03 is #C310FC. Grayscale: #9F9F9F. Windows color (decimal): -12783869 or 257852. OLE color: 257852.
HSL color Cylindrical-coordinate representation of color #3CEF03: hue angle of 105.51º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3CEF03 is Cyan = 0.75, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 239 | 3 | - |
| CMYK | 0.75 | 0 | 0.99 | 0.06 |
| HSL | 105.51º | 0.98% | 0.47% | - |
| HSV(B) | 105.51º | 0.99% | 0.94% | - |
| XYZ | 32.75 | 62.7 | 10.46 | - |
| YUV | 158.58 | 40.2 | 57.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 239 | 3 | 0.75 | 0 | 0.99 | 0.06 | 105.51 | 0.98 | 0.47 |
| Hex | 3C | EF | 3 | 4B | 0 | 63 | 6 | 6A | 62 | 2F |
| Octal | 74 | 357 | 3 | 113 | 0 | 143 | 6 | 152 | 142 | 57 |
| Binary | 111100 | 11101111 | 11 | 1001011 | 0 | 1100011 | 110 | 1101010 | 1100010 | 101111 |
Color Harmonies of #3CEF03
Complementary color
Monochromatic Colors of #3CEF03
Black with #3CEF03
Text Example
Text Example
White with #3CEF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEF03; }
p { color: rgb(60,239,3); }
H1.HeaderClassName
{
color: #3CEF03;
}
.AnyTagClassName
{
color: #3CEF03;
}
</style>
background-color css
<style>
a { background-color: #3CEF03; }
a { background-color: rgb(60,239,3); }
div.DivClassName
{
background-color: #3CEF03;
}
.BgClassName
{
background-color: #3CEF03;
}
</style>
border-color css
<style>
span { border-color: #3CEF03; }
span { border-color: rgb(60,239,3); }
td.TdClassName
{
border-color: #3CEF03;
}
.TagClassName
{
border-color: #3CEF03;
}
</style>