Shades of Harlequin #2EFC08
Tints of Harlequin #2EFC08
RGB
CMYK
RGB Variations
Color information
#2EFC08 (or 0x2EFC08) is known color: Harlequin. HEX triplet: 2E, FC and 08. RGB value is (46,252,8). Sum of RGB (Red+Green+Blue) = 46+252+8=306 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.03% from 306); Green value is 252 (98.83% from 255 or 82.35% from 306); Blue value is 8 (3.52% from 255 or 2.61% from 306); Max value from RGB is 252 - color contains mainly: green. Hex color #2EFC08 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EFC08 is #D103F7. Grayscale: #A3A3A3. Windows color (decimal): -13698040 or 588846. OLE color: 588846.
HSL color Cylindrical-coordinate representation of color #2EFC08: hue angle of 110.66º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2EFC08 is Cyan = 0.82, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 252 | 8 | - |
| CMYK | 0.82 | 0 | 0.97 | 0.01 |
| HSL | 110.66º | 0.98% | 0.51% | - |
| HSV(B) | 110.66º | 0.97% | 0.99% | - |
| XYZ | 35.98 | 70.22 | 11.89 | - |
| YUV | 162.59 | 40.75 | 44.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 252 | 8 | 0.82 | 0 | 0.97 | 0.01 | 110.66 | 0.98 | 0.51 |
| Hex | 2E | FC | 8 | 52 | 0 | 61 | 1 | 6F | 62 | 33 |
| Octal | 56 | 374 | 10 | 122 | 0 | 141 | 1 | 157 | 142 | 63 |
| Binary | 101110 | 11111100 | 1000 | 1010010 | 0 | 1100001 | 1 | 1101111 | 1100010 | 110011 |
Color Harmonies of #2EFC08
Complementary color
Monochromatic Colors of #2EFC08
Black with #2EFC08
Text Example
Text Example
White with #2EFC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFC08; }
p { color: rgb(46,252,8); }
H1.HeaderClassName
{
color: #2EFC08;
}
.AnyTagClassName
{
color: #2EFC08;
}
</style>
background-color css
<style>
a { background-color: #2EFC08; }
a { background-color: rgb(46,252,8); }
div.DivClassName
{
background-color: #2EFC08;
}
.BgClassName
{
background-color: #2EFC08;
}
</style>
border-color css
<style>
span { border-color: #2EFC08; }
span { border-color: rgb(46,252,8); }
td.TdClassName
{
border-color: #2EFC08;
}
.TagClassName
{
border-color: #2EFC08;
}
</style>