Shades of Harlequin #2EDC02
Tints of Harlequin #2EDC02
RGB
CMYK
RGB Variations
Color information
#2EDC02 (or 0x2EDC02) is known color: Harlequin. HEX triplet: 2E, DC and 02. RGB value is (46,220,2). Sum of RGB (Red+Green+Blue) = 46+220+2=268 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.16% from 268); Green value is 220 (86.33% from 255 or 82.09% from 268); Blue value is 2 (1.17% from 255 or 0.75% from 268); Max value from RGB is 220 - color contains mainly: green. Hex color #2EDC02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EDC02 is #D123FD. Grayscale: #8F8F8F. Windows color (decimal): -13706238 or 187438. OLE color: 187438.
HSL color Cylindrical-coordinate representation of color #2EDC02: hue angle of 107.89º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2EDC02 is Cyan = 0.79, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 220 | 2 | - |
| CMYK | 0.79 | 0 | 0.99 | 0.14 |
| HSL | 107.89º | 0.98% | 0.44% | - |
| HSV(B) | 107.89º | 0.99% | 0.86% | - |
| XYZ | 26.73 | 51.77 | 8.64 | - |
| YUV | 143.12 | 48.35 | 58.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 220 | 2 | 0.79 | 0 | 0.99 | 0.14 | 107.89 | 0.98 | 0.44 |
| Hex | 2E | DC | 2 | 4F | 0 | 63 | E | 6C | 62 | 2C |
| Octal | 56 | 334 | 2 | 117 | 0 | 143 | 16 | 154 | 142 | 54 |
| Binary | 101110 | 11011100 | 10 | 1001111 | 0 | 1100011 | 1110 | 1101100 | 1100010 | 101100 |
Color Harmonies of #2EDC02
Complementary color
Monochromatic Colors of #2EDC02
Black with #2EDC02
Text Example
Text Example
White with #2EDC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDC02; }
p { color: rgb(46,220,2); }
H1.HeaderClassName
{
color: #2EDC02;
}
.AnyTagClassName
{
color: #2EDC02;
}
</style>
background-color css
<style>
a { background-color: #2EDC02; }
a { background-color: rgb(46,220,2); }
div.DivClassName
{
background-color: #2EDC02;
}
.BgClassName
{
background-color: #2EDC02;
}
</style>
border-color css
<style>
span { border-color: #2EDC02; }
span { border-color: rgb(46,220,2); }
td.TdClassName
{
border-color: #2EDC02;
}
.TagClassName
{
border-color: #2EDC02;
}
</style>