Shades of Harlequin #3CFE03
Tints of Harlequin #3CFE03
RGB
CMYK
RGB Variations
Color information
#3CFE03 (or 0x3CFE03) is known color: Harlequin. HEX triplet: 3C, FE and 03. RGB value is (60,254,3). Sum of RGB (Red+Green+Blue) = 60+254+3=317 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.93% from 317); Green value is 254 (99.61% from 255 or 80.13% from 317); Blue value is 3 (1.56% from 255 or 0.95% from 317); Max value from RGB is 254 - color contains mainly: green. Hex color #3CFE03 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CFE03 is #C301FC. Grayscale: #A8A8A8. Windows color (decimal): -12780029 or 261692. OLE color: 261692.
HSL color Cylindrical-coordinate representation of color #3CFE03: hue angle of 106.37º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3CFE03 is Cyan = 0.76, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 60 | 254 | 3 | - |
| CMYK | 0.76 | 0 | 0.99 | 0.00 |
| HSL | 106.37º | 0.99% | 0.5% | - |
| HSV(B) | 106.37º | 0.99% | 1% | - |
| XYZ | 37.32 | 71.85 | 11.99 | - |
| YUV | 167.38 | 35.23 | 51.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 254 | 3 | 0.76 | 0 | 0.99 | 0.00 | 106.37 | 0.99 | 0.5 |
| Hex | 3C | FE | 3 | 4C | 0 | 63 | 0 | 6A | 63 | 32 |
| Octal | 74 | 376 | 3 | 114 | 0 | 143 | 0 | 152 | 143 | 62 |
| Binary | 111100 | 11111110 | 11 | 1001100 | 0 | 1100011 | 0 | 1101010 | 1100011 | 110010 |
Color Harmonies of #3CFE03
Complementary color
Monochromatic Colors of #3CFE03
Black with #3CFE03
Text Example
Text Example
White with #3CFE03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFE03; }
p { color: rgb(60,254,3); }
H1.HeaderClassName
{
color: #3CFE03;
}
.AnyTagClassName
{
color: #3CFE03;
}
</style>
background-color css
<style>
a { background-color: #3CFE03; }
a { background-color: rgb(60,254,3); }
div.DivClassName
{
background-color: #3CFE03;
}
.BgClassName
{
background-color: #3CFE03;
}
</style>
border-color css
<style>
span { border-color: #3CFE03; }
span { border-color: rgb(60,254,3); }
td.TdClassName
{
border-color: #3CFE03;
}
.TagClassName
{
border-color: #3CFE03;
}
</style>