Shades of Harlequin #3EE50D
Tints of Harlequin #3EE50D
RGB
CMYK
RGB Variations
Color information
#3EE50D (or 0x3EE50D) is known color: Harlequin. HEX triplet: 3E, E5 and 0D. RGB value is (62,229,13). Sum of RGB (Red+Green+Blue) = 62+229+13=304 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.39% from 304); Green value is 229 (89.84% from 255 or 75.33% from 304); Blue value is 13 (5.47% from 255 or 4.28% from 304); Max value from RGB is 229 - color contains mainly: green. Hex color #3EE50D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3EE50D is #C11AF2. Grayscale: #9B9B9B. Windows color (decimal): -12655347 or 910654. OLE color: 910654.
HSL color Cylindrical-coordinate representation of color #3EE50D: hue angle of 106.39º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3EE50D is Cyan = 0.73, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 62 | 229 | 13 | - |
| CMYK | 0.73 | 0 | 0.94 | 0.10 |
| HSL | 106.39º | 0.89% | 0.47% | - |
| HSV(B) | 106.39º | 0.94% | 0.9% | - |
| XYZ | 30.08 | 57.09 | 9.82 | - |
| YUV | 154.44 | 48.17 | 62.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 229 | 13 | 0.73 | 0 | 0.94 | 0.10 | 106.39 | 0.89 | 0.47 |
| Hex | 3E | E5 | D | 49 | 0 | 5E | A | 6A | 59 | 2F |
| Octal | 76 | 345 | 15 | 111 | 0 | 136 | 12 | 152 | 131 | 57 |
| Binary | 111110 | 11100101 | 1101 | 1001001 | 0 | 1011110 | 1010 | 1101010 | 1011001 | 101111 |
Color Harmonies of #3EE50D
Complementary color
Monochromatic Colors of #3EE50D
Black with #3EE50D
Text Example
Text Example
White with #3EE50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE50D; }
p { color: rgb(62,229,13); }
H1.HeaderClassName
{
color: #3EE50D;
}
.AnyTagClassName
{
color: #3EE50D;
}
</style>
background-color css
<style>
a { background-color: #3EE50D; }
a { background-color: rgb(62,229,13); }
div.DivClassName
{
background-color: #3EE50D;
}
.BgClassName
{
background-color: #3EE50D;
}
</style>
border-color css
<style>
span { border-color: #3EE50D; }
span { border-color: rgb(62,229,13); }
td.TdClassName
{
border-color: #3EE50D;
}
.TagClassName
{
border-color: #3EE50D;
}
</style>