Shades of Harlequin #2EE503
Tints of Harlequin #2EE503
RGB
CMYK
RGB Variations
Color information
#2EE503 (or 0x2EE503) is known color: Harlequin. HEX triplet: 2E, E5 and 03. RGB value is (46,229,3). Sum of RGB (Red+Green+Blue) = 46+229+3=278 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.55% from 278); Green value is 229 (89.84% from 255 or 82.37% from 278); Blue value is 3 (1.56% from 255 or 1.08% from 278); Max value from RGB is 229 - color contains mainly: green. Hex color #2EE503 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EE503 is #D11AFC. Grayscale: #959595. Windows color (decimal): -13703933 or 255278. OLE color: 255278.
HSL color Cylindrical-coordinate representation of color #2EE503: hue angle of 108.58º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2EE503 is Cyan = 0.80, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 46 | 229 | 3 | - |
| CMYK | 0.80 | 0 | 0.99 | 0.10 |
| HSL | 108.58º | 0.97% | 0.45% | - |
| HSV(B) | 108.58º | 0.99% | 0.9% | - |
| XYZ | 29.16 | 56.63 | 9.48 | - |
| YUV | 148.52 | 45.87 | 54.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 229 | 3 | 0.80 | 0 | 0.99 | 0.10 | 108.58 | 0.97 | 0.45 |
| Hex | 2E | E5 | 3 | 50 | 0 | 63 | A | 6D | 61 | 2D |
| Octal | 56 | 345 | 3 | 120 | 0 | 143 | 12 | 155 | 141 | 55 |
| Binary | 101110 | 11100101 | 11 | 1010000 | 0 | 1100011 | 1010 | 1101101 | 1100001 | 101101 |
Color Harmonies of #2EE503
Complementary color
Monochromatic Colors of #2EE503
Black with #2EE503
Text Example
Text Example
White with #2EE503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE503; }
p { color: rgb(46,229,3); }
H1.HeaderClassName
{
color: #2EE503;
}
.AnyTagClassName
{
color: #2EE503;
}
</style>
background-color css
<style>
a { background-color: #2EE503; }
a { background-color: rgb(46,229,3); }
div.DivClassName
{
background-color: #2EE503;
}
.BgClassName
{
background-color: #2EE503;
}
</style>
border-color css
<style>
span { border-color: #2EE503; }
span { border-color: rgb(46,229,3); }
td.TdClassName
{
border-color: #2EE503;
}
.TagClassName
{
border-color: #2EE503;
}
</style>