Shades of Harlequin #2EDD04
Tints of Harlequin #2EDD04
RGB
CMYK
RGB Variations
Color information
#2EDD04 (or 0x2EDD04) is known color: Harlequin. HEX triplet: 2E, DD and 04. RGB value is (46,221,4). Sum of RGB (Red+Green+Blue) = 46+221+4=271 (35% of max value = 765). Red value is 46 (18.36% from 255 or 16.97% from 271); Green value is 221 (86.72% from 255 or 81.55% from 271); Blue value is 4 (1.95% from 255 or 1.48% from 271); Max value from RGB is 221 - color contains mainly: green. Hex color #2EDD04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EDD04 is #D122FB. Grayscale: #909090. Windows color (decimal): -13705980 or 318766. OLE color: 318766.
HSL color Cylindrical-coordinate representation of color #2EDD04: hue angle of 108.39º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2EDD04 is Cyan = 0.79, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 221 | 4 | - |
| CMYK | 0.79 | 0 | 0.98 | 0.13 |
| HSL | 108.39º | 0.96% | 0.44% | - |
| HSV(B) | 108.39º | 0.98% | 0.87% | - |
| XYZ | 27.01 | 52.3 | 8.79 | - |
| YUV | 143.94 | 49.02 | 58.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 221 | 4 | 0.79 | 0 | 0.98 | 0.13 | 108.39 | 0.96 | 0.44 |
| Hex | 2E | DD | 4 | 4F | 0 | 62 | D | 6C | 60 | 2C |
| Octal | 56 | 335 | 4 | 117 | 0 | 142 | 15 | 154 | 140 | 54 |
| Binary | 101110 | 11011101 | 100 | 1001111 | 0 | 1100010 | 1101 | 1101100 | 1100000 | 101100 |
Color Harmonies of #2EDD04
Complementary color
Monochromatic Colors of #2EDD04
Black with #2EDD04
Text Example
Text Example
White with #2EDD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDD04; }
p { color: rgb(46,221,4); }
H1.HeaderClassName
{
color: #2EDD04;
}
.AnyTagClassName
{
color: #2EDD04;
}
</style>
background-color css
<style>
a { background-color: #2EDD04; }
a { background-color: rgb(46,221,4); }
div.DivClassName
{
background-color: #2EDD04;
}
.BgClassName
{
background-color: #2EDD04;
}
</style>
border-color css
<style>
span { border-color: #2EDD04; }
span { border-color: rgb(46,221,4); }
td.TdClassName
{
border-color: #2EDD04;
}
.TagClassName
{
border-color: #2EDD04;
}
</style>