Shades of Harlequin #2EF61E
Tints of Harlequin #2EF61E
RGB
CMYK
RGB Variations
Color information
#2EF61E (or 0x2EF61E) is known color: Harlequin. HEX triplet: 2E, F6 and 1E. RGB value is (46,246,30). Sum of RGB (Red+Green+Blue) = 46+246+30=322 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.29% from 322); Green value is 246 (96.48% from 255 or 76.40% from 322); Blue value is 30 (12.11% from 255 or 9.32% from 322); Max value from RGB is 246 - color contains mainly: green. Hex color #2EF61E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF61E is #D109E1. Grayscale: #A2A2A2. Windows color (decimal): -13699554 or 2029102. OLE color: 2029102.
HSL color Cylindrical-coordinate representation of color #2EF61E: hue angle of 115.56º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2EF61E is Cyan = 0.81, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 46 | 246 | 30 | - |
| CMYK | 0.81 | 0 | 0.88 | 0.04 |
| HSL | 115.56º | 0.92% | 0.54% | - |
| HSV(B) | 115.56º | 0.88% | 0.96% | - |
| XYZ | 34.32 | 66.59 | 12.27 | - |
| YUV | 161.58 | 53.74 | 45.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 246 | 30 | 0.81 | 0 | 0.88 | 0.04 | 115.56 | 0.92 | 0.54 |
| Hex | 2E | F6 | 1E | 51 | 0 | 58 | 4 | 74 | 5C | 36 |
| Octal | 56 | 366 | 36 | 121 | 0 | 130 | 4 | 164 | 134 | 66 |
| Binary | 101110 | 11110110 | 11110 | 1010001 | 0 | 1011000 | 100 | 1110100 | 1011100 | 110110 |
Color Harmonies of #2EF61E
Complementary color
Monochromatic Colors of #2EF61E
Black with #2EF61E
Text Example
Text Example
White with #2EF61E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF61E; }
p { color: rgb(46,246,30); }
H1.HeaderClassName
{
color: #2EF61E;
}
.AnyTagClassName
{
color: #2EF61E;
}
</style>
background-color css
<style>
a { background-color: #2EF61E; }
a { background-color: rgb(46,246,30); }
div.DivClassName
{
background-color: #2EF61E;
}
.BgClassName
{
background-color: #2EF61E;
}
</style>
border-color css
<style>
span { border-color: #2EF61E; }
span { border-color: rgb(46,246,30); }
td.TdClassName
{
border-color: #2EF61E;
}
.TagClassName
{
border-color: #2EF61E;
}
</style>