Shades of Harlequin #3EEA1C
Tints of Harlequin #3EEA1C
RGB
CMYK
RGB Variations
Color information
#3EEA1C (or 0x3EEA1C) is known color: Harlequin. HEX triplet: 3E, EA and 1C. RGB value is (62,234,28). Sum of RGB (Red+Green+Blue) = 62+234+28=324 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.14% from 324); Green value is 234 (91.80% from 255 or 72.22% from 324); Blue value is 28 (11.33% from 255 or 8.64% from 324); Max value from RGB is 234 - color contains mainly: green. Hex color #3EEA1C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3EEA1C is #C115E3. Grayscale: #9F9F9F. Windows color (decimal): -12654052 or 1894974. OLE color: 1894974.
HSL color Cylindrical-coordinate representation of color #3EEA1C: hue angle of 110.1º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3EEA1C is Cyan = 0.74, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 62 | 234 | 28 | - |
| CMYK | 0.74 | 0 | 0.88 | 0.08 |
| HSL | 110.1º | 0.83% | 0.51% | - |
| HSV(B) | 110.1º | 0.88% | 0.92% | - |
| XYZ | 31.62 | 59.95 | 11 | - |
| YUV | 159.09 | 54.02 | 58.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 234 | 28 | 0.74 | 0 | 0.88 | 0.08 | 110.1 | 0.83 | 0.51 |
| Hex | 3E | EA | 1C | 4A | 0 | 58 | 8 | 6E | 53 | 33 |
| Octal | 76 | 352 | 34 | 112 | 0 | 130 | 10 | 156 | 123 | 63 |
| Binary | 111110 | 11101010 | 11100 | 1001010 | 0 | 1011000 | 1000 | 1101110 | 1010011 | 110011 |
Color Harmonies of #3EEA1C
Complementary color
Monochromatic Colors of #3EEA1C
Black with #3EEA1C
Text Example
Text Example
White with #3EEA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EEA1C; }
p { color: rgb(62,234,28); }
H1.HeaderClassName
{
color: #3EEA1C;
}
.AnyTagClassName
{
color: #3EEA1C;
}
</style>
background-color css
<style>
a { background-color: #3EEA1C; }
a { background-color: rgb(62,234,28); }
div.DivClassName
{
background-color: #3EEA1C;
}
.BgClassName
{
background-color: #3EEA1C;
}
</style>
border-color css
<style>
span { border-color: #3EEA1C; }
span { border-color: rgb(62,234,28); }
td.TdClassName
{
border-color: #3EEA1C;
}
.TagClassName
{
border-color: #3EEA1C;
}
</style>