Shades of Harlequin #3CF31E
Tints of Harlequin #3CF31E
RGB
CMYK
RGB Variations
Color information
#3CF31E (or 0x3CF31E) is known color: Harlequin. HEX triplet: 3C, F3 and 1E. RGB value is (60,243,30). Sum of RGB (Red+Green+Blue) = 60+243+30=333 (44% of max value = 765). Red value is 60 (23.83% from 255 or 18.02% from 333); Green value is 243 (95.31% from 255 or 72.97% from 333); Blue value is 30 (12.11% from 255 or 9.01% from 333); Max value from RGB is 243 - color contains mainly: green. Hex color #3CF31E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF31E is #C30CE1. Grayscale: #A4A4A4. Windows color (decimal): -12782818 or 2028348. OLE color: 2028348.
HSL color Cylindrical-coordinate representation of color #3CF31E: hue angle of 111.55º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3CF31E is Cyan = 0.75, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 243 | 30 | - |
| CMYK | 0.75 | 0 | 0.88 | 0.05 |
| HSL | 111.55º | 0.9% | 0.54% | - |
| HSV(B) | 111.55º | 0.88% | 0.95% | - |
| XYZ | 34.15 | 65.16 | 12 | - |
| YUV | 164 | 52.37 | 53.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 243 | 30 | 0.75 | 0 | 0.88 | 0.05 | 111.55 | 0.9 | 0.54 |
| Hex | 3C | F3 | 1E | 4B | 0 | 58 | 5 | 70 | 5A | 36 |
| Octal | 74 | 363 | 36 | 113 | 0 | 130 | 5 | 160 | 132 | 66 |
| Binary | 111100 | 11110011 | 11110 | 1001011 | 0 | 1011000 | 101 | 1110000 | 1011010 | 110110 |
Color Harmonies of #3CF31E
Complementary color
Monochromatic Colors of #3CF31E
Black with #3CF31E
Text Example
Text Example
White with #3CF31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF31E; }
p { color: rgb(60,243,30); }
H1.HeaderClassName
{
color: #3CF31E;
}
.AnyTagClassName
{
color: #3CF31E;
}
</style>
background-color css
<style>
a { background-color: #3CF31E; }
a { background-color: rgb(60,243,30); }
div.DivClassName
{
background-color: #3CF31E;
}
.BgClassName
{
background-color: #3CF31E;
}
</style>
border-color css
<style>
span { border-color: #3CF31E; }
span { border-color: rgb(60,243,30); }
td.TdClassName
{
border-color: #3CF31E;
}
.TagClassName
{
border-color: #3CF31E;
}
</style>