Shades of Harlequin #3EFF1D
Tints of Harlequin #3EFF1D
RGB
CMYK
RGB Variations
Color information
#3EFF1D (or 0x3EFF1D) is known color: Harlequin. HEX triplet: 3E, FF and 1D. RGB value is (62,255,29). Sum of RGB (Red+Green+Blue) = 62+255+29=346 (45% of max value = 765). Red value is 62 (24.61% from 255 or 17.92% from 346); Green value is 255 (100% from 255 or 73.70% from 346); Blue value is 29 (11.72% from 255 or 8.38% from 346); Max value from RGB is 255 - color contains mainly: green. Hex color #3EFF1D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3EFF1D is #C100E2. Grayscale: #ACACAC. Windows color (decimal): -12648675 or 1965886. OLE color: 1965886.
HSL color Cylindrical-coordinate representation of color #3EFF1D: hue angle of 111.24º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3EFF1D is Cyan = 0.76, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 62 | 255 | 29 | - |
| CMYK | 0.76 | 0 | 0.89 | 0 |
| HSL | 111.24º | 1% | 0.56% | - |
| HSV(B) | 111.24º | 0.89% | 1% | - |
| XYZ | 37.97 | 72.63 | 13.18 | - |
| YUV | 171.53 | 47.56 | 49.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 255 | 29 | 0.76 | 0 | 0.89 | 0 | 111.24 | 1 | 0.56 |
| Hex | 3E | FF | 1D | 4C | 0 | 59 | 0 | 6F | 64 | 38 |
| Octal | 76 | 377 | 35 | 114 | 0 | 131 | 0 | 157 | 144 | 70 |
| Binary | 111110 | 11111111 | 11101 | 1001100 | 0 | 1011001 | 0 | 1101111 | 1100100 | 111000 |
Color Harmonies of #3EFF1D
Complementary color
Monochromatic Colors of #3EFF1D
Black with #3EFF1D
Text Example
Text Example
White with #3EFF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFF1D; }
p { color: rgb(62,255,29); }
H1.HeaderClassName
{
color: #3EFF1D;
}
.AnyTagClassName
{
color: #3EFF1D;
}
</style>
background-color css
<style>
a { background-color: #3EFF1D; }
a { background-color: rgb(62,255,29); }
div.DivClassName
{
background-color: #3EFF1D;
}
.BgClassName
{
background-color: #3EFF1D;
}
</style>
border-color css
<style>
span { border-color: #3EFF1D; }
span { border-color: rgb(62,255,29); }
td.TdClassName
{
border-color: #3EFF1D;
}
.TagClassName
{
border-color: #3EFF1D;
}
</style>