Shades of Harlequin #2EE70A
Tints of Harlequin #2EE70A
RGB
CMYK
RGB Variations
Color information
#2EE70A (or 0x2EE70A) is known color: Harlequin. HEX triplet: 2E, E7 and 0A. RGB value is (46,231,10). Sum of RGB (Red+Green+Blue) = 46+231+10=287 (38% of max value = 765). Red value is 46 (18.36% from 255 or 16.03% from 287); Green value is 231 (90.62% from 255 or 80.49% from 287); Blue value is 10 (4.30% from 255 or 3.48% from 287); Max value from RGB is 231 - color contains mainly: green. Hex color #2EE70A is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EE70A is #D118F5. Grayscale: #979797. Windows color (decimal): -13703414 or 714542. OLE color: 714542.
HSL color Cylindrical-coordinate representation of color #2EE70A: hue angle of 110.23º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2EE70A is Cyan = 0.80, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 231 | 10 | - |
| CMYK | 0.80 | 0 | 0.96 | 0.09 |
| HSL | 110.23º | 0.92% | 0.47% | - |
| HSV(B) | 110.23º | 0.96% | 0.91% | - |
| XYZ | 29.76 | 57.75 | 9.87 | - |
| YUV | 150.49 | 48.71 | 53.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 231 | 10 | 0.80 | 0 | 0.96 | 0.09 | 110.23 | 0.92 | 0.47 |
| Hex | 2E | E7 | A | 50 | 0 | 60 | 9 | 6E | 5C | 2F |
| Octal | 56 | 347 | 12 | 120 | 0 | 140 | 11 | 156 | 134 | 57 |
| Binary | 101110 | 11100111 | 1010 | 1010000 | 0 | 1100000 | 1001 | 1101110 | 1011100 | 101111 |
Color Harmonies of #2EE70A
Complementary color
Monochromatic Colors of #2EE70A
Black with #2EE70A
Text Example
Text Example
White with #2EE70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE70A; }
p { color: rgb(46,231,10); }
H1.HeaderClassName
{
color: #2EE70A;
}
.AnyTagClassName
{
color: #2EE70A;
}
</style>
background-color css
<style>
a { background-color: #2EE70A; }
a { background-color: rgb(46,231,10); }
div.DivClassName
{
background-color: #2EE70A;
}
.BgClassName
{
background-color: #2EE70A;
}
</style>
border-color css
<style>
span { border-color: #2EE70A; }
span { border-color: rgb(46,231,10); }
td.TdClassName
{
border-color: #2EE70A;
}
.TagClassName
{
border-color: #2EE70A;
}
</style>