Shades of Harlequin #2ED603
Tints of Harlequin #2ED603
RGB
CMYK
RGB Variations
Color information
#2ED603 (or 0x2ED603) is known color: Harlequin. HEX triplet: 2E, D6 and 03. RGB value is (46,214,3). Sum of RGB (Red+Green+Blue) = 46+214+3=263 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.49% from 263); Green value is 214 (83.98% from 255 or 81.37% from 263); Blue value is 3 (1.56% from 255 or 1.14% from 263); Max value from RGB is 214 - color contains mainly: green. Hex color #2ED603 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ED603 is #D129FC. Grayscale: #8C8C8C. Windows color (decimal): -13707773 or 251438. OLE color: 251438.
HSL color Cylindrical-coordinate representation of color #2ED603: hue angle of 107.77º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2ED603 is Cyan = 0.79, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 214 | 3 | - |
| CMYK | 0.79 | 0 | 0.99 | 0.16 |
| HSL | 107.77º | 0.97% | 0.43% | - |
| HSV(B) | 107.77º | 0.99% | 0.84% | - |
| XYZ | 25.19 | 48.68 | 8.15 | - |
| YUV | 139.71 | 50.84 | 61.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 214 | 3 | 0.79 | 0 | 0.99 | 0.16 | 107.77 | 0.97 | 0.43 |
| Hex | 2E | D6 | 3 | 4F | 0 | 63 | 10 | 6C | 61 | 2B |
| Octal | 56 | 326 | 3 | 117 | 0 | 143 | 20 | 154 | 141 | 53 |
| Binary | 101110 | 11010110 | 11 | 1001111 | 0 | 1100011 | 10000 | 1101100 | 1100001 | 101011 |
Color Harmonies of #2ED603
Complementary color
Monochromatic Colors of #2ED603
Black with #2ED603
Text Example
Text Example
White with #2ED603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED603; }
p { color: rgb(46,214,3); }
H1.HeaderClassName
{
color: #2ED603;
}
.AnyTagClassName
{
color: #2ED603;
}
</style>
background-color css
<style>
a { background-color: #2ED603; }
a { background-color: rgb(46,214,3); }
div.DivClassName
{
background-color: #2ED603;
}
.BgClassName
{
background-color: #2ED603;
}
</style>
border-color css
<style>
span { border-color: #2ED603; }
span { border-color: rgb(46,214,3); }
td.TdClassName
{
border-color: #2ED603;
}
.TagClassName
{
border-color: #2ED603;
}
</style>