Shades of Harlequin #3FFF1E
Tints of Harlequin #3FFF1E
RGB
CMYK
RGB Variations
Color information
#3FFF1E (or 0x3FFF1E) is known color: Harlequin. HEX triplet: 3F, FF and 1E. RGB value is (63,255,30). Sum of RGB (Red+Green+Blue) = 63+255+30=348 (46% of max value = 765). Red value is 63 (25% from 255 or 18.10% from 348); Green value is 255 (100% from 255 or 73.28% from 348); Blue value is 30 (12.11% from 255 or 8.62% from 348); Max value from RGB is 255 - color contains mainly: green. Hex color #3FFF1E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FFF1E is #C000E1. Grayscale: #ACACAC. Windows color (decimal): -12583138 or 2031423. OLE color: 2031423.
HSL color Cylindrical-coordinate representation of color #3FFF1E: hue angle of 111.2º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3FFF1E is Cyan = 0.75, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 255 | 30 | - |
| CMYK | 0.75 | 0 | 0.88 | 0 |
| HSL | 111.2º | 1% | 0.56% | - |
| HSV(B) | 111.2º | 0.88% | 1% | - |
| XYZ | 38.04 | 72.67 | 13.25 | - |
| YUV | 171.94 | 47.89 | 50.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 255 | 30 | 0.75 | 0 | 0.88 | 0 | 111.2 | 1 | 0.56 |
| Hex | 3F | FF | 1E | 4B | 0 | 58 | 0 | 6F | 64 | 38 |
| Octal | 77 | 377 | 36 | 113 | 0 | 130 | 0 | 157 | 144 | 70 |
| Binary | 111111 | 11111111 | 11110 | 1001011 | 0 | 1011000 | 0 | 1101111 | 1100100 | 111000 |
Color Harmonies of #3FFF1E
Complementary color
Monochromatic Colors of #3FFF1E
Black with #3FFF1E
Text Example
Text Example
White with #3FFF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFF1E; }
p { color: rgb(63,255,30); }
H1.HeaderClassName
{
color: #3FFF1E;
}
.AnyTagClassName
{
color: #3FFF1E;
}
</style>
background-color css
<style>
a { background-color: #3FFF1E; }
a { background-color: rgb(63,255,30); }
div.DivClassName
{
background-color: #3FFF1E;
}
.BgClassName
{
background-color: #3FFF1E;
}
</style>
border-color css
<style>
span { border-color: #3FFF1E; }
span { border-color: rgb(63,255,30); }
td.TdClassName
{
border-color: #3FFF1E;
}
.TagClassName
{
border-color: #3FFF1E;
}
</style>