Shades of Harlequin #2EEB02
Tints of Harlequin #2EEB02
RGB
CMYK
RGB Variations
Color information
#2EEB02 (or 0x2EEB02) is known color: Harlequin. HEX triplet: 2E, EB and 02. RGB value is (46,235,2). Sum of RGB (Red+Green+Blue) = 46+235+2=283 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.25% from 283); Green value is 235 (92.19% from 255 or 83.04% from 283); Blue value is 2 (1.17% from 255 or 0.71% from 283); Max value from RGB is 235 - color contains mainly: green. Hex color #2EEB02 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EEB02 is #D114FD. Grayscale: #989898. Windows color (decimal): -13702398 or 191278. OLE color: 191278.
HSL color Cylindrical-coordinate representation of color #2EEB02: hue angle of 108.67º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2EEB02 is Cyan = 0.80, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 235 | 2 | - |
| CMYK | 0.80 | 0 | 0.99 | 0.08 |
| HSL | 108.67º | 0.98% | 0.46% | - |
| HSV(B) | 108.67º | 0.99% | 0.92% | - |
| XYZ | 30.85 | 60 | 10.01 | - |
| YUV | 151.93 | 43.38 | 52.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 235 | 2 | 0.80 | 0 | 0.99 | 0.08 | 108.67 | 0.98 | 0.46 |
| Hex | 2E | EB | 2 | 50 | 0 | 63 | 8 | 6D | 62 | 2E |
| Octal | 56 | 353 | 2 | 120 | 0 | 143 | 10 | 155 | 142 | 56 |
| Binary | 101110 | 11101011 | 10 | 1010000 | 0 | 1100011 | 1000 | 1101101 | 1100010 | 101110 |
Color Harmonies of #2EEB02
Complementary color
Monochromatic Colors of #2EEB02
Black with #2EEB02
Text Example
Text Example
White with #2EEB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEB02; }
p { color: rgb(46,235,2); }
H1.HeaderClassName
{
color: #2EEB02;
}
.AnyTagClassName
{
color: #2EEB02;
}
</style>
background-color css
<style>
a { background-color: #2EEB02; }
a { background-color: rgb(46,235,2); }
div.DivClassName
{
background-color: #2EEB02;
}
.BgClassName
{
background-color: #2EEB02;
}
</style>
border-color css
<style>
span { border-color: #2EEB02; }
span { border-color: rgb(46,235,2); }
td.TdClassName
{
border-color: #2EEB02;
}
.TagClassName
{
border-color: #2EEB02;
}
</style>