Shades of Harlequin #2EFF0B
Tints of Harlequin #2EFF0B
RGB
CMYK
RGB Variations
Color information
#2EFF0B (or 0x2EFF0B) is known color: Harlequin. HEX triplet: 2E, FF and 0B. RGB value is (46,255,11). Sum of RGB (Red+Green+Blue) = 46+255+11=312 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.74% from 312); Green value is 255 (100% from 255 or 81.73% from 312); Blue value is 11 (4.69% from 255 or 3.53% from 312); Max value from RGB is 255 - color contains mainly: green. Hex color #2EFF0B is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EFF0B is #D100F4. Grayscale: #A5A5A5. Windows color (decimal): -13697269 or 786222. OLE color: 786222.
HSL color Cylindrical-coordinate representation of color #2EFF0B: hue angle of 111.39º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2EFF0B is Cyan = 0.82, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 46 | 255 | 11 | - |
| CMYK | 0.82 | 0 | 0.96 | 0 |
| HSL | 111.39º | 1% | 0.52% | - |
| HSV(B) | 111.39º | 0.96% | 1% | - |
| XYZ | 36.95 | 72.13 | 12.29 | - |
| YUV | 164.69 | 41.26 | 43.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 255 | 11 | 0.82 | 0 | 0.96 | 0 | 111.39 | 1 | 0.52 |
| Hex | 2E | FF | B | 52 | 0 | 60 | 0 | 6F | 64 | 34 |
| Octal | 56 | 377 | 13 | 122 | 0 | 140 | 0 | 157 | 144 | 64 |
| Binary | 101110 | 11111111 | 1011 | 1010010 | 0 | 1100000 | 0 | 1101111 | 1100100 | 110100 |
Color Harmonies of #2EFF0B
Complementary color
Monochromatic Colors of #2EFF0B
Black with #2EFF0B
Text Example
Text Example
White with #2EFF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFF0B; }
p { color: rgb(46,255,11); }
H1.HeaderClassName
{
color: #2EFF0B;
}
.AnyTagClassName
{
color: #2EFF0B;
}
</style>
background-color css
<style>
a { background-color: #2EFF0B; }
a { background-color: rgb(46,255,11); }
div.DivClassName
{
background-color: #2EFF0B;
}
.BgClassName
{
background-color: #2EFF0B;
}
</style>
border-color css
<style>
span { border-color: #2EFF0B; }
span { border-color: rgb(46,255,11); }
td.TdClassName
{
border-color: #2EFF0B;
}
.TagClassName
{
border-color: #2EFF0B;
}
</style>