Shades of Harlequin #3FEE1E
Tints of Harlequin #3FEE1E
RGB
CMYK
RGB Variations
Color information
#3FEE1E (or 0x3FEE1E) is known color: Harlequin. HEX triplet: 3F, EE and 1E. RGB value is (63,238,30). Sum of RGB (Red+Green+Blue) = 63+238+30=331 (43% of max value = 765). Red value is 63 (25% from 255 or 19.03% from 331); Green value is 238 (93.36% from 255 or 71.90% from 331); Blue value is 30 (12.11% from 255 or 9.06% from 331); Max value from RGB is 238 - color contains mainly: green. Hex color #3FEE1E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FEE1E is #C011E1. Grayscale: #A2A2A2. Windows color (decimal): -12587490 or 2027071. OLE color: 2027071.
HSL color Cylindrical-coordinate representation of color #3FEE1E: hue angle of 110.48º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3FEE1E is Cyan = 0.74, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 238 | 30 | - |
| CMYK | 0.74 | 0 | 0.87 | 0.07 |
| HSL | 110.48º | 0.86% | 0.53% | - |
| HSV(B) | 110.48º | 0.87% | 0.93% | - |
| XYZ | 32.86 | 62.3 | 11.52 | - |
| YUV | 161.96 | 53.52 | 57.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 238 | 30 | 0.74 | 0 | 0.87 | 0.07 | 110.48 | 0.86 | 0.53 |
| Hex | 3F | EE | 1E | 4A | 0 | 57 | 7 | 6E | 56 | 35 |
| Octal | 77 | 356 | 36 | 112 | 0 | 127 | 7 | 156 | 126 | 65 |
| Binary | 111111 | 11101110 | 11110 | 1001010 | 0 | 1010111 | 111 | 1101110 | 1010110 | 110101 |
Color Harmonies of #3FEE1E
Complementary color
Monochromatic Colors of #3FEE1E
Black with #3FEE1E
Text Example
Text Example
White with #3FEE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEE1E; }
p { color: rgb(63,238,30); }
H1.HeaderClassName
{
color: #3FEE1E;
}
.AnyTagClassName
{
color: #3FEE1E;
}
</style>
background-color css
<style>
a { background-color: #3FEE1E; }
a { background-color: rgb(63,238,30); }
div.DivClassName
{
background-color: #3FEE1E;
}
.BgClassName
{
background-color: #3FEE1E;
}
</style>
border-color css
<style>
span { border-color: #3FEE1E; }
span { border-color: rgb(63,238,30); }
td.TdClassName
{
border-color: #3FEE1E;
}
.TagClassName
{
border-color: #3FEE1E;
}
</style>