Shades of Harlequin #2EF702
Tints of Harlequin #2EF702
RGB
CMYK
RGB Variations
Color information
#2EF702 (or 0x2EF702) is known color: Harlequin. HEX triplet: 2E, F7 and 02. RGB value is (46,247,2). Sum of RGB (Red+Green+Blue) = 46+247+2=295 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.59% from 295); Green value is 247 (96.88% from 255 or 83.73% from 295); Blue value is 2 (1.17% from 255 or 0.68% from 295); Max value from RGB is 247 - color contains mainly: green. Hex color #2EF702 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EF702 is #D108FD. Grayscale: #9F9F9F. Windows color (decimal): -13699326 or 194350. OLE color: 194350.
HSL color Cylindrical-coordinate representation of color #2EF702: hue angle of 109.22º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2EF702 is Cyan = 0.81, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 46 | 247 | 2 | - |
| CMYK | 0.81 | 0 | 0.99 | 0.03 |
| HSL | 109.22º | 0.98% | 0.49% | - |
| HSV(B) | 109.22º | 0.99% | 0.97% | - |
| XYZ | 34.4 | 67.11 | 11.2 | - |
| YUV | 158.97 | 39.41 | 47.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 247 | 2 | 0.81 | 0 | 0.99 | 0.03 | 109.22 | 0.98 | 0.49 |
| Hex | 2E | F7 | 2 | 51 | 0 | 63 | 3 | 6D | 62 | 31 |
| Octal | 56 | 367 | 2 | 121 | 0 | 143 | 3 | 155 | 142 | 61 |
| Binary | 101110 | 11110111 | 10 | 1010001 | 0 | 1100011 | 11 | 1101101 | 1100010 | 110001 |
Color Harmonies of #2EF702
Complementary color
Monochromatic Colors of #2EF702
Black with #2EF702
Text Example
Text Example
White with #2EF702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF702; }
p { color: rgb(46,247,2); }
H1.HeaderClassName
{
color: #2EF702;
}
.AnyTagClassName
{
color: #2EF702;
}
</style>
background-color css
<style>
a { background-color: #2EF702; }
a { background-color: rgb(46,247,2); }
div.DivClassName
{
background-color: #2EF702;
}
.BgClassName
{
background-color: #2EF702;
}
</style>
border-color css
<style>
span { border-color: #2EF702; }
span { border-color: rgb(46,247,2); }
td.TdClassName
{
border-color: #2EF702;
}
.TagClassName
{
border-color: #2EF702;
}
</style>