Shades of Harlequin #2EFC10
Tints of Harlequin #2EFC10
RGB
CMYK
RGB Variations
Color information
#2EFC10 (or 0x2EFC10) is known color: Harlequin. HEX triplet: 2E, FC and 10. RGB value is (46,252,16). Sum of RGB (Red+Green+Blue) = 46+252+16=314 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.65% from 314); Green value is 252 (98.83% from 255 or 80.25% from 314); Blue value is 16 (6.64% from 255 or 5.10% from 314); Max value from RGB is 252 - color contains mainly: green. Hex color #2EFC10 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EFC10 is #D103EF. Grayscale: #A4A4A4. Windows color (decimal): -13698032 or 1113134. OLE color: 1113134.
HSL color Cylindrical-coordinate representation of color #2EFC10: hue angle of 112.37º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2EFC10 is Cyan = 0.82, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 252 | 16 | - |
| CMYK | 0.82 | 0 | 0.94 | 0.01 |
| HSL | 112.37º | 0.98% | 0.53% | - |
| HSV(B) | 112.37º | 0.94% | 0.99% | - |
| XYZ | 36.03 | 70.24 | 12.15 | - |
| YUV | 163.5 | 44.75 | 44.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 252 | 16 | 0.82 | 0 | 0.94 | 0.01 | 112.37 | 0.98 | 0.53 |
| Hex | 2E | FC | 10 | 52 | 0 | 5E | 1 | 70 | 62 | 35 |
| Octal | 56 | 374 | 20 | 122 | 0 | 136 | 1 | 160 | 142 | 65 |
| Binary | 101110 | 11111100 | 10000 | 1010010 | 0 | 1011110 | 1 | 1110000 | 1100010 | 110101 |
Color Harmonies of #2EFC10
Complementary color
Monochromatic Colors of #2EFC10
Black with #2EFC10
Text Example
Text Example
White with #2EFC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFC10; }
p { color: rgb(46,252,16); }
H1.HeaderClassName
{
color: #2EFC10;
}
.AnyTagClassName
{
color: #2EFC10;
}
</style>
background-color css
<style>
a { background-color: #2EFC10; }
a { background-color: rgb(46,252,16); }
div.DivClassName
{
background-color: #2EFC10;
}
.BgClassName
{
background-color: #2EFC10;
}
</style>
border-color css
<style>
span { border-color: #2EFC10; }
span { border-color: rgb(46,252,16); }
td.TdClassName
{
border-color: #2EFC10;
}
.TagClassName
{
border-color: #2EFC10;
}
</style>