Shades of Harlequin #3CE803
Tints of Harlequin #3CE803
RGB
CMYK
RGB Variations
Color information
#3CE803 (or 0x3CE803) is known color: Harlequin. HEX triplet: 3C, E8 and 03. RGB value is (60,232,3). Sum of RGB (Red+Green+Blue) = 60+232+3=295 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.34% from 295); Green value is 232 (91.02% from 255 or 78.64% from 295); Blue value is 3 (1.56% from 255 or 1.02% from 295); Max value from RGB is 232 - color contains mainly: green. Hex color #3CE803 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CE803 is #C317FC. Grayscale: #9B9B9B. Windows color (decimal): -12785661 or 256060. OLE color: 256060.
HSL color Cylindrical-coordinate representation of color #3CE803: hue angle of 105.07º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3CE803 is Cyan = 0.74, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 60 | 232 | 3 | - |
| CMYK | 0.74 | 0 | 0.99 | 0.09 |
| HSL | 105.07º | 0.97% | 0.46% | - |
| HSV(B) | 105.07º | 0.99% | 0.91% | - |
| XYZ | 30.74 | 58.68 | 9.79 | - |
| YUV | 154.47 | 42.52 | 60.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 232 | 3 | 0.74 | 0 | 0.99 | 0.09 | 105.07 | 0.97 | 0.46 |
| Hex | 3C | E8 | 3 | 4A | 0 | 63 | 9 | 69 | 61 | 2E |
| Octal | 74 | 350 | 3 | 112 | 0 | 143 | 11 | 151 | 141 | 56 |
| Binary | 111100 | 11101000 | 11 | 1001010 | 0 | 1100011 | 1001 | 1101001 | 1100001 | 101110 |
Color Harmonies of #3CE803
Complementary color
Monochromatic Colors of #3CE803
Black with #3CE803
Text Example
Text Example
White with #3CE803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE803; }
p { color: rgb(60,232,3); }
H1.HeaderClassName
{
color: #3CE803;
}
.AnyTagClassName
{
color: #3CE803;
}
</style>
background-color css
<style>
a { background-color: #3CE803; }
a { background-color: rgb(60,232,3); }
div.DivClassName
{
background-color: #3CE803;
}
.BgClassName
{
background-color: #3CE803;
}
</style>
border-color css
<style>
span { border-color: #3CE803; }
span { border-color: rgb(60,232,3); }
td.TdClassName
{
border-color: #3CE803;
}
.TagClassName
{
border-color: #3CE803;
}
</style>