Shades of Harlequin #3EFE1C
Tints of Harlequin #3EFE1C
RGB
CMYK
RGB Variations
Color information
#3EFE1C (or 0x3EFE1C) is known color: Harlequin. HEX triplet: 3E, FE and 1C. RGB value is (62,254,28). Sum of RGB (Red+Green+Blue) = 62+254+28=344 (45% of max value = 765). Red value is 62 (24.61% from 255 or 18.02% from 344); Green value is 254 (99.61% from 255 or 73.84% from 344); Blue value is 28 (11.33% from 255 or 8.14% from 344); Max value from RGB is 254 - color contains mainly: green. Hex color #3EFE1C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3EFE1C is #C101E3. Grayscale: #ABABAB. Windows color (decimal): -12648932 or 1900094. OLE color: 1900094.
HSL color Cylindrical-coordinate representation of color #3EFE1C: hue angle of 110.97º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3EFE1C is Cyan = 0.76, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 62 | 254 | 28 | - |
| CMYK | 0.76 | 0 | 0.89 | 0.00 |
| HSL | 110.97º | 0.99% | 0.55% | - |
| HSV(B) | 110.97º | 0.89% | 1% | - |
| XYZ | 37.64 | 71.99 | 13.01 | - |
| YUV | 170.83 | 47.39 | 50.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 254 | 28 | 0.76 | 0 | 0.89 | 0.00 | 110.97 | 0.99 | 0.55 |
| Hex | 3E | FE | 1C | 4C | 0 | 59 | 0 | 6F | 63 | 37 |
| Octal | 76 | 376 | 34 | 114 | 0 | 131 | 0 | 157 | 143 | 67 |
| Binary | 111110 | 11111110 | 11100 | 1001100 | 0 | 1011001 | 0 | 1101111 | 1100011 | 110111 |
Color Harmonies of #3EFE1C
Complementary color
Monochromatic Colors of #3EFE1C
Black with #3EFE1C
Text Example
Text Example
White with #3EFE1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFE1C; }
p { color: rgb(62,254,28); }
H1.HeaderClassName
{
color: #3EFE1C;
}
.AnyTagClassName
{
color: #3EFE1C;
}
</style>
background-color css
<style>
a { background-color: #3EFE1C; }
a { background-color: rgb(62,254,28); }
div.DivClassName
{
background-color: #3EFE1C;
}
.BgClassName
{
background-color: #3EFE1C;
}
</style>
border-color css
<style>
span { border-color: #3EFE1C; }
span { border-color: rgb(62,254,28); }
td.TdClassName
{
border-color: #3EFE1C;
}
.TagClassName
{
border-color: #3EFE1C;
}
</style>