Shades of Harlequin #2EEB07
Tints of Harlequin #2EEB07
RGB
CMYK
RGB Variations
Color information
#2EEB07 (or 0x2EEB07) is known color: Harlequin. HEX triplet: 2E, EB and 07. RGB value is (46,235,7). Sum of RGB (Red+Green+Blue) = 46+235+7=288 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.97% from 288); Green value is 235 (92.19% from 255 or 81.60% from 288); Blue value is 7 (3.12% from 255 or 2.43% from 288); Max value from RGB is 235 - color contains mainly: green. Hex color #2EEB07 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EEB07 is #D114F8. Grayscale: #999999. Windows color (decimal): -13702393 or 518958. OLE color: 518958.
HSL color Cylindrical-coordinate representation of color #2EEB07: hue angle of 109.74º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2EEB07 is Cyan = 0.80, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 235 | 7 | - |
| CMYK | 0.80 | 0 | 0.97 | 0.08 |
| HSL | 109.74º | 0.94% | 0.47% | - |
| HSV(B) | 109.74º | 0.97% | 0.92% | - |
| XYZ | 30.87 | 60.01 | 10.16 | - |
| YUV | 152.5 | 45.88 | 52.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 235 | 7 | 0.80 | 0 | 0.97 | 0.08 | 109.74 | 0.94 | 0.47 |
| Hex | 2E | EB | 7 | 50 | 0 | 61 | 8 | 6E | 5E | 2F |
| Octal | 56 | 353 | 7 | 120 | 0 | 141 | 10 | 156 | 136 | 57 |
| Binary | 101110 | 11101011 | 111 | 1010000 | 0 | 1100001 | 1000 | 1101110 | 1011110 | 101111 |
Color Harmonies of #2EEB07
Complementary color
Monochromatic Colors of #2EEB07
Black with #2EEB07
Text Example
Text Example
White with #2EEB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEB07; }
p { color: rgb(46,235,7); }
H1.HeaderClassName
{
color: #2EEB07;
}
.AnyTagClassName
{
color: #2EEB07;
}
</style>
background-color css
<style>
a { background-color: #2EEB07; }
a { background-color: rgb(46,235,7); }
div.DivClassName
{
background-color: #2EEB07;
}
.BgClassName
{
background-color: #2EEB07;
}
</style>
border-color css
<style>
span { border-color: #2EEB07; }
span { border-color: rgb(46,235,7); }
td.TdClassName
{
border-color: #2EEB07;
}
.TagClassName
{
border-color: #2EEB07;
}
</style>