Shades of Harlequin #3CF301
Tints of Harlequin #3CF301
RGB
CMYK
RGB Variations
Color information
#3CF301 (or 0x3CF301) is known color: Harlequin. HEX triplet: 3C, F3 and 01. RGB value is (60,243,1). Sum of RGB (Red+Green+Blue) = 60+243+1=304 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.74% from 304); Green value is 243 (95.31% from 255 or 79.93% from 304); Blue value is 1 (0.78% from 255 or 0.33% from 304); Max value from RGB is 243 - color contains mainly: green. Hex color #3CF301 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CF301 is #C30CFE. Grayscale: #A1A1A1. Windows color (decimal): -12782847 or 127804. OLE color: 127804.
HSL color Cylindrical-coordinate representation of color #3CF301: hue angle of 105.37º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3CF301 is Cyan = 0.75, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 243 | 1 | - |
| CMYK | 0.75 | 0 | 1.00 | 0.05 |
| HSL | 105.37º | 0.99% | 0.48% | - |
| HSV(B) | 105.37º | 1% | 0.95% | - |
| XYZ | 33.92 | 65.06 | 10.8 | - |
| YUV | 160.7 | 37.87 | 56.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 243 | 1 | 0.75 | 0 | 1.00 | 0.05 | 105.37 | 0.99 | 0.48 |
| Hex | 3C | F3 | 1 | 4B | 0 | 64 | 5 | 69 | 63 | 30 |
| Octal | 74 | 363 | 1 | 113 | 0 | 144 | 5 | 151 | 143 | 60 |
| Binary | 111100 | 11110011 | 1 | 1001011 | 0 | 1100100 | 101 | 1101001 | 1100011 | 110000 |
Color Harmonies of #3CF301
Complementary color
Monochromatic Colors of #3CF301
Black with #3CF301
Text Example
Text Example
White with #3CF301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF301; }
p { color: rgb(60,243,1); }
H1.HeaderClassName
{
color: #3CF301;
}
.AnyTagClassName
{
color: #3CF301;
}
</style>
background-color css
<style>
a { background-color: #3CF301; }
a { background-color: rgb(60,243,1); }
div.DivClassName
{
background-color: #3CF301;
}
.BgClassName
{
background-color: #3CF301;
}
</style>
border-color css
<style>
span { border-color: #3CF301; }
span { border-color: rgb(60,243,1); }
td.TdClassName
{
border-color: #3CF301;
}
.TagClassName
{
border-color: #3CF301;
}
</style>