Shades of Harlequin #2EF60C
Tints of Harlequin #2EF60C
RGB
CMYK
RGB Variations
Color information
#2EF60C (or 0x2EF60C) is known color: Harlequin. HEX triplet: 2E, F6 and 0C. RGB value is (46,246,12). Sum of RGB (Red+Green+Blue) = 46+246+12=304 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.13% from 304); Green value is 246 (96.48% from 255 or 80.92% from 304); Blue value is 12 (5.08% from 255 or 3.95% from 304); Max value from RGB is 246 - color contains mainly: green. Hex color #2EF60C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EF60C is #D109F3. Grayscale: #A0A0A0. Windows color (decimal): -13699572 or 849454. OLE color: 849454.
HSL color Cylindrical-coordinate representation of color #2EF60C: hue angle of 111.28º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2EF60C is Cyan = 0.81, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 46 | 246 | 12 | - |
| CMYK | 0.81 | 0 | 0.95 | 0.04 |
| HSL | 111.28º | 0.93% | 0.51% | - |
| HSV(B) | 111.28º | 0.95% | 0.96% | - |
| XYZ | 34.15 | 66.52 | 11.39 | - |
| YUV | 159.52 | 44.74 | 47.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 246 | 12 | 0.81 | 0 | 0.95 | 0.04 | 111.28 | 0.93 | 0.51 |
| Hex | 2E | F6 | C | 51 | 0 | 5F | 4 | 6F | 5D | 33 |
| Octal | 56 | 366 | 14 | 121 | 0 | 137 | 4 | 157 | 135 | 63 |
| Binary | 101110 | 11110110 | 1100 | 1010001 | 0 | 1011111 | 100 | 1101111 | 1011101 | 110011 |
Color Harmonies of #2EF60C
Complementary color
Monochromatic Colors of #2EF60C
Black with #2EF60C
Text Example
Text Example
White with #2EF60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF60C; }
p { color: rgb(46,246,12); }
H1.HeaderClassName
{
color: #2EF60C;
}
.AnyTagClassName
{
color: #2EF60C;
}
</style>
background-color css
<style>
a { background-color: #2EF60C; }
a { background-color: rgb(46,246,12); }
div.DivClassName
{
background-color: #2EF60C;
}
.BgClassName
{
background-color: #2EF60C;
}
</style>
border-color css
<style>
span { border-color: #2EF60C; }
span { border-color: rgb(46,246,12); }
td.TdClassName
{
border-color: #2EF60C;
}
.TagClassName
{
border-color: #2EF60C;
}
</style>