Shades of Harlequin #2ED802
Tints of Harlequin #2ED802
RGB
CMYK
RGB Variations
Color information
#2ED802 (or 0x2ED802) is known color: Harlequin. HEX triplet: 2E, D8 and 02. RGB value is (46,216,2). Sum of RGB (Red+Green+Blue) = 46+216+2=264 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.42% from 264); Green value is 216 (84.77% from 255 or 81.82% from 264); Blue value is 2 (1.17% from 255 or 0.76% from 264); Max value from RGB is 216 - color contains mainly: green. Hex color #2ED802 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ED802 is #D127FD. Grayscale: #8D8D8D. Windows color (decimal): -13707262 or 186414. OLE color: 186414.
HSL color Cylindrical-coordinate representation of color #2ED802: hue angle of 107.66º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2ED802 is Cyan = 0.79, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 46 | 216 | 2 | - |
| CMYK | 0.79 | 0 | 0.99 | 0.15 |
| HSL | 107.66º | 0.98% | 0.43% | - |
| HSV(B) | 107.66º | 0.99% | 0.85% | - |
| XYZ | 25.69 | 49.7 | 8.3 | - |
| YUV | 140.77 | 49.68 | 60.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 216 | 2 | 0.79 | 0 | 0.99 | 0.15 | 107.66 | 0.98 | 0.43 |
| Hex | 2E | D8 | 2 | 4F | 0 | 63 | F | 6C | 62 | 2B |
| Octal | 56 | 330 | 2 | 117 | 0 | 143 | 17 | 154 | 142 | 53 |
| Binary | 101110 | 11011000 | 10 | 1001111 | 0 | 1100011 | 1111 | 1101100 | 1100010 | 101011 |
Color Harmonies of #2ED802
Complementary color
Monochromatic Colors of #2ED802
Black with #2ED802
Text Example
Text Example
White with #2ED802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED802; }
p { color: rgb(46,216,2); }
H1.HeaderClassName
{
color: #2ED802;
}
.AnyTagClassName
{
color: #2ED802;
}
</style>
background-color css
<style>
a { background-color: #2ED802; }
a { background-color: rgb(46,216,2); }
div.DivClassName
{
background-color: #2ED802;
}
.BgClassName
{
background-color: #2ED802;
}
</style>
border-color css
<style>
span { border-color: #2ED802; }
span { border-color: rgb(46,216,2); }
td.TdClassName
{
border-color: #2ED802;
}
.TagClassName
{
border-color: #2ED802;
}
</style>