Shades of Harlequin #3EEA1E
Tints of Harlequin #3EEA1E
RGB
CMYK
RGB Variations
Color information
#3EEA1E (or 0x3EEA1E) is known color: Harlequin. HEX triplet: 3E, EA and 1E. RGB value is (62,234,30). Sum of RGB (Red+Green+Blue) = 62+234+30=326 (43% of max value = 765). Red value is 62 (24.61% from 255 or 19.02% from 326); Green value is 234 (91.80% from 255 or 71.78% from 326); Blue value is 30 (12.11% from 255 or 9.20% from 326); Max value from RGB is 234 - color contains mainly: green. Hex color #3EEA1E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3EEA1E is #C115E1. Grayscale: #9F9F9F. Windows color (decimal): -12654050 or 2026046. OLE color: 2026046.
HSL color Cylindrical-coordinate representation of color #3EEA1E: hue angle of 110.59º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3EEA1E is Cyan = 0.74, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 62 | 234 | 30 | - |
| CMYK | 0.74 | 0 | 0.87 | 0.08 |
| HSL | 110.59º | 0.83% | 0.52% | - |
| HSV(B) | 110.59º | 0.87% | 0.92% | - |
| XYZ | 31.64 | 59.96 | 11.13 | - |
| YUV | 159.32 | 55.02 | 58.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 234 | 30 | 0.74 | 0 | 0.87 | 0.08 | 110.59 | 0.83 | 0.52 |
| Hex | 3E | EA | 1E | 4A | 0 | 57 | 8 | 6F | 53 | 34 |
| Octal | 76 | 352 | 36 | 112 | 0 | 127 | 10 | 157 | 123 | 64 |
| Binary | 111110 | 11101010 | 11110 | 1001010 | 0 | 1010111 | 1000 | 1101111 | 1010011 | 110100 |
Color Harmonies of #3EEA1E
Complementary color
Monochromatic Colors of #3EEA1E
Black with #3EEA1E
Text Example
Text Example
White with #3EEA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EEA1E; }
p { color: rgb(62,234,30); }
H1.HeaderClassName
{
color: #3EEA1E;
}
.AnyTagClassName
{
color: #3EEA1E;
}
</style>
background-color css
<style>
a { background-color: #3EEA1E; }
a { background-color: rgb(62,234,30); }
div.DivClassName
{
background-color: #3EEA1E;
}
.BgClassName
{
background-color: #3EEA1E;
}
</style>
border-color css
<style>
span { border-color: #3EEA1E; }
span { border-color: rgb(62,234,30); }
td.TdClassName
{
border-color: #3EEA1E;
}
.TagClassName
{
border-color: #3EEA1E;
}
</style>