Shades of Harlequin #3EEA0C
Tints of Harlequin #3EEA0C
RGB
CMYK
RGB Variations
Color information
#3EEA0C (or 0x3EEA0C) is known color: Harlequin. HEX triplet: 3E, EA and 0C. RGB value is (62,234,12). Sum of RGB (Red+Green+Blue) = 62+234+12=308 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.13% from 308); Green value is 234 (91.80% from 255 or 75.97% from 308); Blue value is 12 (5.08% from 255 or 3.90% from 308); Max value from RGB is 234 - color contains mainly: green. Hex color #3EEA0C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3EEA0C is #C115F3. Grayscale: #9D9D9D. Windows color (decimal): -12654068 or 846398. OLE color: 846398.
HSL color Cylindrical-coordinate representation of color #3EEA0C: hue angle of 106.49º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3EEA0C is Cyan = 0.74, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 62 | 234 | 12 | - |
| CMYK | 0.74 | 0 | 0.95 | 0.08 |
| HSL | 106.49º | 0.9% | 0.48% | - |
| HSV(B) | 106.49º | 0.95% | 0.92% | - |
| XYZ | 31.48 | 59.9 | 10.25 | - |
| YUV | 157.26 | 46.02 | 60.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 234 | 12 | 0.74 | 0 | 0.95 | 0.08 | 106.49 | 0.9 | 0.48 |
| Hex | 3E | EA | C | 4A | 0 | 5F | 8 | 6A | 5A | 30 |
| Octal | 76 | 352 | 14 | 112 | 0 | 137 | 10 | 152 | 132 | 60 |
| Binary | 111110 | 11101010 | 1100 | 1001010 | 0 | 1011111 | 1000 | 1101010 | 1011010 | 110000 |
Color Harmonies of #3EEA0C
Complementary color
Monochromatic Colors of #3EEA0C
Black with #3EEA0C
Text Example
Text Example
White with #3EEA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EEA0C; }
p { color: rgb(62,234,12); }
H1.HeaderClassName
{
color: #3EEA0C;
}
.AnyTagClassName
{
color: #3EEA0C;
}
</style>
background-color css
<style>
a { background-color: #3EEA0C; }
a { background-color: rgb(62,234,12); }
div.DivClassName
{
background-color: #3EEA0C;
}
.BgClassName
{
background-color: #3EEA0C;
}
</style>
border-color css
<style>
span { border-color: #3EEA0C; }
span { border-color: rgb(62,234,12); }
td.TdClassName
{
border-color: #3EEA0C;
}
.TagClassName
{
border-color: #3EEA0C;
}
</style>