Shades of Harlequin #2EED03
Tints of Harlequin #2EED03
RGB
CMYK
RGB Variations
Color information
#2EED03 (or 0x2EED03) is known color: Harlequin. HEX triplet: 2E, ED and 03. RGB value is (46,237,3). Sum of RGB (Red+Green+Blue) = 46+237+3=286 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.08% from 286); Green value is 237 (92.97% from 255 or 82.87% from 286); Blue value is 3 (1.56% from 255 or 1.05% from 286); Max value from RGB is 237 - color contains mainly: green. Hex color #2EED03 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EED03 is #D112FC. Grayscale: #999999. Windows color (decimal): -13701885 or 257326. OLE color: 257326.
HSL color Cylindrical-coordinate representation of color #2EED03: hue angle of 108.97º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2EED03 is Cyan = 0.81, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 237 | 3 | - |
| CMYK | 0.81 | 0 | 0.99 | 0.07 |
| HSL | 108.97º | 0.98% | 0.47% | - |
| HSV(B) | 108.97º | 0.99% | 0.93% | - |
| XYZ | 31.43 | 61.16 | 10.23 | - |
| YUV | 153.22 | 43.22 | 51.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 237 | 3 | 0.81 | 0 | 0.99 | 0.07 | 108.97 | 0.98 | 0.47 |
| Hex | 2E | ED | 3 | 51 | 0 | 63 | 7 | 6D | 62 | 2F |
| Octal | 56 | 355 | 3 | 121 | 0 | 143 | 7 | 155 | 142 | 57 |
| Binary | 101110 | 11101101 | 11 | 1010001 | 0 | 1100011 | 111 | 1101101 | 1100010 | 101111 |
Color Harmonies of #2EED03
Complementary color
Monochromatic Colors of #2EED03
Black with #2EED03
Text Example
Text Example
White with #2EED03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EED03; }
p { color: rgb(46,237,3); }
H1.HeaderClassName
{
color: #2EED03;
}
.AnyTagClassName
{
color: #2EED03;
}
</style>
background-color css
<style>
a { background-color: #2EED03; }
a { background-color: rgb(46,237,3); }
div.DivClassName
{
background-color: #2EED03;
}
.BgClassName
{
background-color: #2EED03;
}
</style>
border-color css
<style>
span { border-color: #2EED03; }
span { border-color: rgb(46,237,3); }
td.TdClassName
{
border-color: #2EED03;
}
.TagClassName
{
border-color: #2EED03;
}
</style>