Shades of Harlequin #2EFA04
Tints of Harlequin #2EFA04
RGB
CMYK
RGB Variations
Color information
#2EFA04 (or 0x2EFA04) is known color: Harlequin. HEX triplet: 2E, FA and 04. RGB value is (46,250,4). Sum of RGB (Red+Green+Blue) = 46+250+4=300 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.33% from 300); Green value is 250 (98.05% from 255 or 83.33% from 300); Blue value is 4 (1.95% from 255 or 1.33% from 300); Max value from RGB is 250 - color contains mainly: green. Hex color #2EFA04 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EFA04 is #D105FB. Grayscale: #A1A1A1. Windows color (decimal): -13698556 or 326190. OLE color: 326190.
HSL color Cylindrical-coordinate representation of color #2EFA04: hue angle of 109.76º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2EFA04 is Cyan = 0.82, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 250 | 4 | - |
| CMYK | 0.82 | 0 | 0.98 | 0.02 |
| HSL | 109.76º | 0.97% | 0.5% | - |
| HSV(B) | 109.76º | 0.98% | 0.98% | - |
| XYZ | 35.33 | 68.96 | 11.56 | - |
| YUV | 160.96 | 39.41 | 46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 250 | 4 | 0.82 | 0 | 0.98 | 0.02 | 109.76 | 0.97 | 0.5 |
| Hex | 2E | FA | 4 | 52 | 0 | 62 | 2 | 6E | 61 | 32 |
| Octal | 56 | 372 | 4 | 122 | 0 | 142 | 2 | 156 | 141 | 62 |
| Binary | 101110 | 11111010 | 100 | 1010010 | 0 | 1100010 | 10 | 1101110 | 1100001 | 110010 |
Color Harmonies of #2EFA04
Complementary color
Monochromatic Colors of #2EFA04
Black with #2EFA04
Text Example
Text Example
White with #2EFA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFA04; }
p { color: rgb(46,250,4); }
H1.HeaderClassName
{
color: #2EFA04;
}
.AnyTagClassName
{
color: #2EFA04;
}
</style>
background-color css
<style>
a { background-color: #2EFA04; }
a { background-color: rgb(46,250,4); }
div.DivClassName
{
background-color: #2EFA04;
}
.BgClassName
{
background-color: #2EFA04;
}
</style>
border-color css
<style>
span { border-color: #2EFA04; }
span { border-color: rgb(46,250,4); }
td.TdClassName
{
border-color: #2EFA04;
}
.TagClassName
{
border-color: #2EFA04;
}
</style>