Shades of Harlequin #2EFA10
Tints of Harlequin #2EFA10
RGB
CMYK
RGB Variations
Color information
#2EFA10 (or 0x2EFA10) is known color: Harlequin. HEX triplet: 2E, FA and 10. RGB value is (46,250,16). Sum of RGB (Red+Green+Blue) = 46+250+16=312 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.74% from 312); Green value is 250 (98.05% from 255 or 80.13% from 312); Blue value is 16 (6.64% from 255 or 5.13% from 312); Max value from RGB is 250 - color contains mainly: green. Hex color #2EFA10 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EFA10 is #D105EF. Grayscale: #A3A3A3. Windows color (decimal): -13698544 or 1112622. OLE color: 1112622.
HSL color Cylindrical-coordinate representation of color #2EFA10: hue angle of 112.31º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2EFA10 is Cyan = 0.82, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 250 | 16 | - |
| CMYK | 0.82 | 0 | 0.94 | 0.02 |
| HSL | 112.31º | 0.96% | 0.52% | - |
| HSV(B) | 112.31º | 0.94% | 0.98% | - |
| XYZ | 35.41 | 68.99 | 11.94 | - |
| YUV | 162.33 | 45.41 | 45.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 250 | 16 | 0.82 | 0 | 0.94 | 0.02 | 112.31 | 0.96 | 0.52 |
| Hex | 2E | FA | 10 | 52 | 0 | 5E | 2 | 70 | 60 | 34 |
| Octal | 56 | 372 | 20 | 122 | 0 | 136 | 2 | 160 | 140 | 64 |
| Binary | 101110 | 11111010 | 10000 | 1010010 | 0 | 1011110 | 10 | 1110000 | 1100000 | 110100 |
Color Harmonies of #2EFA10
Complementary color
Monochromatic Colors of #2EFA10
Black with #2EFA10
Text Example
Text Example
White with #2EFA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFA10; }
p { color: rgb(46,250,16); }
H1.HeaderClassName
{
color: #2EFA10;
}
.AnyTagClassName
{
color: #2EFA10;
}
</style>
background-color css
<style>
a { background-color: #2EFA10; }
a { background-color: rgb(46,250,16); }
div.DivClassName
{
background-color: #2EFA10;
}
.BgClassName
{
background-color: #2EFA10;
}
</style>
border-color css
<style>
span { border-color: #2EFA10; }
span { border-color: rgb(46,250,16); }
td.TdClassName
{
border-color: #2EFA10;
}
.TagClassName
{
border-color: #2EFA10;
}
</style>