Shades of Harlequin #2EE60A
Tints of Harlequin #2EE60A
RGB
CMYK
RGB Variations
Color information
#2EE60A (or 0x2EE60A) is known color: Harlequin. HEX triplet: 2E, E6 and 0A. RGB value is (46,230,10). Sum of RGB (Red+Green+Blue) = 46+230+10=286 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.08% from 286); Green value is 230 (90.23% from 255 or 80.42% from 286); Blue value is 10 (4.30% from 255 or 3.50% from 286); Max value from RGB is 230 - color contains mainly: green. Hex color #2EE60A is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EE60A is #D119F5. Grayscale: #969696. Windows color (decimal): -13703670 or 714286. OLE color: 714286.
HSL color Cylindrical-coordinate representation of color #2EE60A: hue angle of 110.18º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2EE60A is Cyan = 0.8, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 46 | 230 | 10 | - |
| CMYK | 0.8 | 0 | 0.96 | 0.10 |
| HSL | 110.18º | 0.92% | 0.47% | - |
| HSV(B) | 110.18º | 0.96% | 0.9% | - |
| XYZ | 29.48 | 57.2 | 9.77 | - |
| YUV | 149.9 | 49.04 | 53.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 230 | 10 | 0.8 | 0 | 0.96 | 0.10 | 110.18 | 0.92 | 0.47 |
| Hex | 2E | E6 | A | 50 | 0 | 60 | A | 6E | 5C | 2F |
| Octal | 56 | 346 | 12 | 120 | 0 | 140 | 12 | 156 | 134 | 57 |
| Binary | 101110 | 11100110 | 1010 | 1010000 | 0 | 1100000 | 1010 | 1101110 | 1011100 | 101111 |
Color Harmonies of #2EE60A
Complementary color
Monochromatic Colors of #2EE60A
Black with #2EE60A
Text Example
Text Example
White with #2EE60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE60A; }
p { color: rgb(46,230,10); }
H1.HeaderClassName
{
color: #2EE60A;
}
.AnyTagClassName
{
color: #2EE60A;
}
</style>
background-color css
<style>
a { background-color: #2EE60A; }
a { background-color: rgb(46,230,10); }
div.DivClassName
{
background-color: #2EE60A;
}
.BgClassName
{
background-color: #2EE60A;
}
</style>
border-color css
<style>
span { border-color: #2EE60A; }
span { border-color: rgb(46,230,10); }
td.TdClassName
{
border-color: #2EE60A;
}
.TagClassName
{
border-color: #2EE60A;
}
</style>