Shades of Harlequin #3EEA14
Tints of Harlequin #3EEA14
RGB
CMYK
RGB Variations
Color information
#3EEA14 (or 0x3EEA14) is known color: Harlequin. HEX triplet: 3E, EA and 14. RGB value is (62,234,20). Sum of RGB (Red+Green+Blue) = 62+234+20=316 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.62% from 316); Green value is 234 (91.80% from 255 or 74.05% from 316); Blue value is 20 (8.20% from 255 or 6.33% from 316); Max value from RGB is 234 - color contains mainly: green. Hex color #3EEA14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3EEA14 is #C115EB. Grayscale: #9E9E9E. Windows color (decimal): -12654060 or 1370686. OLE color: 1370686.
HSL color Cylindrical-coordinate representation of color #3EEA14: hue angle of 108.22º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3EEA14 is Cyan = 0.74, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 62 | 234 | 20 | - |
| CMYK | 0.74 | 0 | 0.91 | 0.08 |
| HSL | 108.22º | 0.84% | 0.5% | - |
| HSV(B) | 108.22º | 0.91% | 0.92% | - |
| XYZ | 31.54 | 59.92 | 10.57 | - |
| YUV | 158.18 | 50.02 | 59.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 234 | 20 | 0.74 | 0 | 0.91 | 0.08 | 108.22 | 0.84 | 0.5 |
| Hex | 3E | EA | 14 | 4A | 0 | 5B | 8 | 6C | 54 | 32 |
| Octal | 76 | 352 | 24 | 112 | 0 | 133 | 10 | 154 | 124 | 62 |
| Binary | 111110 | 11101010 | 10100 | 1001010 | 0 | 1011011 | 1000 | 1101100 | 1010100 | 110010 |
Color Harmonies of #3EEA14
Complementary color
Monochromatic Colors of #3EEA14
Black with #3EEA14
Text Example
Text Example
White with #3EEA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EEA14; }
p { color: rgb(62,234,20); }
H1.HeaderClassName
{
color: #3EEA14;
}
.AnyTagClassName
{
color: #3EEA14;
}
</style>
background-color css
<style>
a { background-color: #3EEA14; }
a { background-color: rgb(62,234,20); }
div.DivClassName
{
background-color: #3EEA14;
}
.BgClassName
{
background-color: #3EEA14;
}
</style>
border-color css
<style>
span { border-color: #3EEA14; }
span { border-color: rgb(62,234,20); }
td.TdClassName
{
border-color: #3EEA14;
}
.TagClassName
{
border-color: #3EEA14;
}
</style>