Shades of Harlequin #3EFF1C
Tints of Harlequin #3EFF1C
RGB
CMYK
RGB Variations
Color information
#3EFF1C (or 0x3EFF1C) is known color: Harlequin. HEX triplet: 3E, FF and 1C. RGB value is (62,255,28). Sum of RGB (Red+Green+Blue) = 62+255+28=345 (45% of max value = 765). Red value is 62 (24.61% from 255 or 17.97% from 345); Green value is 255 (100% from 255 or 73.91% from 345); Blue value is 28 (11.33% from 255 or 8.12% from 345); Max value from RGB is 255 - color contains mainly: green. Hex color #3EFF1C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3EFF1C is #C100E3. Grayscale: #ACACAC. Windows color (decimal): -12648676 or 1900350. OLE color: 1900350.
HSL color Cylindrical-coordinate representation of color #3EFF1C: hue angle of 111.01º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3EFF1C is Cyan = 0.76, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 62 | 255 | 28 | - |
| CMYK | 0.76 | 0 | 0.89 | 0 |
| HSL | 111.01º | 1% | 0.55% | - |
| HSV(B) | 111.01º | 0.89% | 1% | - |
| XYZ | 37.96 | 72.63 | 13.12 | - |
| YUV | 171.42 | 47.06 | 49.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 255 | 28 | 0.76 | 0 | 0.89 | 0 | 111.01 | 1 | 0.55 |
| Hex | 3E | FF | 1C | 4C | 0 | 59 | 0 | 6F | 64 | 37 |
| Octal | 76 | 377 | 34 | 114 | 0 | 131 | 0 | 157 | 144 | 67 |
| Binary | 111110 | 11111111 | 11100 | 1001100 | 0 | 1011001 | 0 | 1101111 | 1100100 | 110111 |
Color Harmonies of #3EFF1C
Complementary color
Monochromatic Colors of #3EFF1C
Black with #3EFF1C
Text Example
Text Example
White with #3EFF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFF1C; }
p { color: rgb(62,255,28); }
H1.HeaderClassName
{
color: #3EFF1C;
}
.AnyTagClassName
{
color: #3EFF1C;
}
</style>
background-color css
<style>
a { background-color: #3EFF1C; }
a { background-color: rgb(62,255,28); }
div.DivClassName
{
background-color: #3EFF1C;
}
.BgClassName
{
background-color: #3EFF1C;
}
</style>
border-color css
<style>
span { border-color: #3EFF1C; }
span { border-color: rgb(62,255,28); }
td.TdClassName
{
border-color: #3EFF1C;
}
.TagClassName
{
border-color: #3EFF1C;
}
</style>