Shades of Harlequin #3EEA1A
Tints of Harlequin #3EEA1A
RGB
CMYK
RGB Variations
Color information
#3EEA1A (or 0x3EEA1A) is known color: Harlequin. HEX triplet: 3E, EA and 1A. RGB value is (62,234,26). Sum of RGB (Red+Green+Blue) = 62+234+26=322 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.25% from 322); Green value is 234 (91.80% from 255 or 72.67% from 322); Blue value is 26 (10.55% from 255 or 8.07% from 322); Max value from RGB is 234 - color contains mainly: green. Hex color #3EEA1A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3EEA1A is #C115E5. Grayscale: #9F9F9F. Windows color (decimal): -12654054 or 1763902. OLE color: 1763902.
HSL color Cylindrical-coordinate representation of color #3EEA1A: hue angle of 109.62º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3EEA1A is Cyan = 0.74, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 62 | 234 | 26 | - |
| CMYK | 0.74 | 0 | 0.89 | 0.08 |
| HSL | 109.62º | 0.83% | 0.51% | - |
| HSV(B) | 109.62º | 0.89% | 0.92% | - |
| XYZ | 31.6 | 59.94 | 10.88 | - |
| YUV | 158.86 | 53.02 | 58.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 234 | 26 | 0.74 | 0 | 0.89 | 0.08 | 109.62 | 0.83 | 0.51 |
| Hex | 3E | EA | 1A | 4A | 0 | 59 | 8 | 6E | 53 | 33 |
| Octal | 76 | 352 | 32 | 112 | 0 | 131 | 10 | 156 | 123 | 63 |
| Binary | 111110 | 11101010 | 11010 | 1001010 | 0 | 1011001 | 1000 | 1101110 | 1010011 | 110011 |
Color Harmonies of #3EEA1A
Complementary color
Monochromatic Colors of #3EEA1A
Black with #3EEA1A
Text Example
Text Example
White with #3EEA1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EEA1A; }
p { color: rgb(62,234,26); }
H1.HeaderClassName
{
color: #3EEA1A;
}
.AnyTagClassName
{
color: #3EEA1A;
}
</style>
background-color css
<style>
a { background-color: #3EEA1A; }
a { background-color: rgb(62,234,26); }
div.DivClassName
{
background-color: #3EEA1A;
}
.BgClassName
{
background-color: #3EEA1A;
}
</style>
border-color css
<style>
span { border-color: #3EEA1A; }
span { border-color: rgb(62,234,26); }
td.TdClassName
{
border-color: #3EEA1A;
}
.TagClassName
{
border-color: #3EEA1A;
}
</style>