Shades of Harlequin #3CF40E
Tints of Harlequin #3CF40E
RGB
CMYK
RGB Variations
Color information
#3CF40E (or 0x3CF40E) is known color: Harlequin. HEX triplet: 3C, F4 and 0E. RGB value is (60,244,14). Sum of RGB (Red+Green+Blue) = 60+244+14=318 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.87% from 318); Green value is 244 (95.70% from 255 or 76.73% from 318); Blue value is 14 (5.86% from 255 or 4.40% from 318); Max value from RGB is 244 - color contains mainly: green. Hex color #3CF40E is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CF40E is #C30BF1. Grayscale: #A3A3A3. Windows color (decimal): -12782578 or 980028. OLE color: 980028.
HSL color Cylindrical-coordinate representation of color #3CF40E: hue angle of 108º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3CF40E is Cyan = 0.75, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 60 | 244 | 14 | - |
| CMYK | 0.75 | 0 | 0.94 | 0.04 |
| HSL | 108º | 0.91% | 0.51% | - |
| HSV(B) | 108º | 0.94% | 0.96% | - |
| XYZ | 34.29 | 65.69 | 11.29 | - |
| YUV | 162.76 | 44.04 | 54.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 244 | 14 | 0.75 | 0 | 0.94 | 0.04 | 108 | 0.91 | 0.51 |
| Hex | 3C | F4 | E | 4B | 0 | 5E | 4 | 6C | 5B | 33 |
| Octal | 74 | 364 | 16 | 113 | 0 | 136 | 4 | 154 | 133 | 63 |
| Binary | 111100 | 11110100 | 1110 | 1001011 | 0 | 1011110 | 100 | 1101100 | 1011011 | 110011 |
Color Harmonies of #3CF40E
Complementary color
Monochromatic Colors of #3CF40E
Black with #3CF40E
Text Example
Text Example
White with #3CF40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF40E; }
p { color: rgb(60,244,14); }
H1.HeaderClassName
{
color: #3CF40E;
}
.AnyTagClassName
{
color: #3CF40E;
}
</style>
background-color css
<style>
a { background-color: #3CF40E; }
a { background-color: rgb(60,244,14); }
div.DivClassName
{
background-color: #3CF40E;
}
.BgClassName
{
background-color: #3CF40E;
}
</style>
border-color css
<style>
span { border-color: #3CF40E; }
span { border-color: rgb(60,244,14); }
td.TdClassName
{
border-color: #3CF40E;
}
.TagClassName
{
border-color: #3CF40E;
}
</style>