Shades of Harlequin #3EFA1E
Tints of Harlequin #3EFA1E
RGB
CMYK
RGB Variations
Color information
#3EFA1E (or 0x3EFA1E) is known color: Harlequin. HEX triplet: 3E, FA and 1E. RGB value is (62,250,30). Sum of RGB (Red+Green+Blue) = 62+250+30=342 (45% of max value = 765). Red value is 62 (24.61% from 255 or 18.13% from 342); Green value is 250 (98.05% from 255 or 73.10% from 342); Blue value is 30 (12.11% from 255 or 8.77% from 342); Max value from RGB is 250 - color contains mainly: green. Hex color #3EFA1E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3EFA1E is #C105E1. Grayscale: #A9A9A9. Windows color (decimal): -12649954 or 2030142. OLE color: 2030142.
HSL color Cylindrical-coordinate representation of color #3EFA1E: hue angle of 111.27º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3EFA1E is Cyan = 0.75, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 62 | 250 | 30 | - |
| CMYK | 0.75 | 0 | 0.88 | 0.02 |
| HSL | 111.27º | 0.96% | 0.55% | - |
| HSV(B) | 111.27º | 0.88% | 0.98% | - |
| XYZ | 36.41 | 69.49 | 12.72 | - |
| YUV | 168.71 | 49.72 | 51.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 250 | 30 | 0.75 | 0 | 0.88 | 0.02 | 111.27 | 0.96 | 0.55 |
| Hex | 3E | FA | 1E | 4B | 0 | 58 | 2 | 6F | 60 | 37 |
| Octal | 76 | 372 | 36 | 113 | 0 | 130 | 2 | 157 | 140 | 67 |
| Binary | 111110 | 11111010 | 11110 | 1001011 | 0 | 1011000 | 10 | 1101111 | 1100000 | 110111 |
Color Harmonies of #3EFA1E
Complementary color
Monochromatic Colors of #3EFA1E
Black with #3EFA1E
Text Example
Text Example
White with #3EFA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFA1E; }
p { color: rgb(62,250,30); }
H1.HeaderClassName
{
color: #3EFA1E;
}
.AnyTagClassName
{
color: #3EFA1E;
}
</style>
background-color css
<style>
a { background-color: #3EFA1E; }
a { background-color: rgb(62,250,30); }
div.DivClassName
{
background-color: #3EFA1E;
}
.BgClassName
{
background-color: #3EFA1E;
}
</style>
border-color css
<style>
span { border-color: #3EFA1E; }
span { border-color: rgb(62,250,30); }
td.TdClassName
{
border-color: #3EFA1E;
}
.TagClassName
{
border-color: #3EFA1E;
}
</style>