Shades of Harlequin #3FEC1E
Tints of Harlequin #3FEC1E
RGB
CMYK
RGB Variations
Color information
#3FEC1E (or 0x3FEC1E) is known color: Harlequin. HEX triplet: 3F, EC and 1E. RGB value is (63,236,30). Sum of RGB (Red+Green+Blue) = 63+236+30=329 (43% of max value = 765). Red value is 63 (25% from 255 or 19.15% from 329); Green value is 236 (92.58% from 255 or 71.73% from 329); Blue value is 30 (12.11% from 255 or 9.12% from 329); Max value from RGB is 236 - color contains mainly: green. Hex color #3FEC1E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FEC1E is #C013E1. Grayscale: #A1A1A1. Windows color (decimal): -12588002 or 2026559. OLE color: 2026559.
HSL color Cylindrical-coordinate representation of color #3FEC1E: hue angle of 110.39º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3FEC1E is Cyan = 0.73, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 236 | 30 | - |
| CMYK | 0.73 | 0 | 0.87 | 0.07 |
| HSL | 110.39º | 0.84% | 0.52% | - |
| HSV(B) | 110.39º | 0.87% | 0.93% | - |
| XYZ | 32.28 | 61.14 | 11.33 | - |
| YUV | 160.79 | 54.19 | 58.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 236 | 30 | 0.73 | 0 | 0.87 | 0.07 | 110.39 | 0.84 | 0.52 |
| Hex | 3F | EC | 1E | 49 | 0 | 57 | 7 | 6E | 54 | 34 |
| Octal | 77 | 354 | 36 | 111 | 0 | 127 | 7 | 156 | 124 | 64 |
| Binary | 111111 | 11101100 | 11110 | 1001001 | 0 | 1010111 | 111 | 1101110 | 1010100 | 110100 |
Color Harmonies of #3FEC1E
Complementary color
Monochromatic Colors of #3FEC1E
Black with #3FEC1E
Text Example
Text Example
White with #3FEC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEC1E; }
p { color: rgb(63,236,30); }
H1.HeaderClassName
{
color: #3FEC1E;
}
.AnyTagClassName
{
color: #3FEC1E;
}
</style>
background-color css
<style>
a { background-color: #3FEC1E; }
a { background-color: rgb(63,236,30); }
div.DivClassName
{
background-color: #3FEC1E;
}
.BgClassName
{
background-color: #3FEC1E;
}
</style>
border-color css
<style>
span { border-color: #3FEC1E; }
span { border-color: rgb(63,236,30); }
td.TdClassName
{
border-color: #3FEC1E;
}
.TagClassName
{
border-color: #3FEC1E;
}
</style>