Shades of Harlequin #2EF200
Tints of Harlequin #2EF200
RGB
CMYK
RGB Variations
Color information
#2EF200 (or 0x2EF200) is known color: Harlequin. HEX triplet: 2E, F2 and 00. RGB value is (46,242,0). Sum of RGB (Red+Green+Blue) = 46+242+0=288 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.97% from 288); Green value is 242 (94.92% from 255 or 84.03% from 288); Blue value is 0 (0.39% from 255 or 0% from 288); Max value from RGB is 242 - color contains mainly: green. Hex color #2EF200 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EF200 is #D10DFF. Grayscale: #9C9C9C. Windows color (decimal): -13700608 or 61998. OLE color: 61998.
HSL color Cylindrical-coordinate representation of color #2EF200: hue angle of 108.6º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2EF200 is Cyan = 0.81, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 46 | 242 | 0 | - |
| CMYK | 0.81 | 0 | 1 | 0.05 |
| HSL | 108.6º | 1% | 0.47% | - |
| HSV(B) | 108.6º | 1% | 0.95% | - |
| XYZ | 32.88 | 64.09 | 10.64 | - |
| YUV | 155.81 | 40.07 | 49.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 242 | 0 | 0.81 | 0 | 1 | 0.05 | 108.6 | 1 | 0.47 |
| Hex | 2E | F2 | 0 | 51 | 0 | 64 | 5 | 6D | 64 | 2F |
| Octal | 56 | 362 | 0 | 121 | 0 | 144 | 5 | 155 | 144 | 57 |
| Binary | 101110 | 11110010 | 0 | 1010001 | 0 | 1100100 | 101 | 1101101 | 1100100 | 101111 |
Color Harmonies of #2EF200
Complementary color
Monochromatic Colors of #2EF200
Black with #2EF200
Text Example
Text Example
White with #2EF200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF200; }
p { color: rgb(46,242,0); }
H1.HeaderClassName
{
color: #2EF200;
}
.AnyTagClassName
{
color: #2EF200;
}
</style>
background-color css
<style>
a { background-color: #2EF200; }
a { background-color: rgb(46,242,0); }
div.DivClassName
{
background-color: #2EF200;
}
.BgClassName
{
background-color: #2EF200;
}
</style>
border-color css
<style>
span { border-color: #2EF200; }
span { border-color: rgb(46,242,0); }
td.TdClassName
{
border-color: #2EF200;
}
.TagClassName
{
border-color: #2EF200;
}
</style>