Shades of Harlequin #2EFD10
Tints of Harlequin #2EFD10
RGB
CMYK
RGB Variations
Color information
#2EFD10 (or 0x2EFD10) is known color: Harlequin. HEX triplet: 2E, FD and 10. RGB value is (46,253,16). Sum of RGB (Red+Green+Blue) = 46+253+16=315 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.60% from 315); Green value is 253 (99.22% from 255 or 80.32% from 315); Blue value is 16 (6.64% from 255 or 5.08% from 315); Max value from RGB is 253 - color contains mainly: green. Hex color #2EFD10 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EFD10 is #D102EF. Grayscale: #A4A4A4. Windows color (decimal): -13697776 or 1113390. OLE color: 1113390.
HSL color Cylindrical-coordinate representation of color #2EFD10: hue angle of 112.41º 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 #2EFD10 is Cyan = 0.82, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 253 | 16 | - |
| CMYK | 0.82 | 0 | 0.94 | 0.01 |
| HSL | 112.41º | 0.98% | 0.53% | - |
| HSV(B) | 112.41º | 0.94% | 0.99% | - |
| XYZ | 36.35 | 70.87 | 12.25 | - |
| YUV | 164.09 | 44.42 | 43.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 253 | 16 | 0.82 | 0 | 0.94 | 0.01 | 112.41 | 0.98 | 0.53 |
| Hex | 2E | FD | 10 | 52 | 0 | 5E | 1 | 70 | 62 | 35 |
| Octal | 56 | 375 | 20 | 122 | 0 | 136 | 1 | 160 | 142 | 65 |
| Binary | 101110 | 11111101 | 10000 | 1010010 | 0 | 1011110 | 1 | 1110000 | 1100010 | 110101 |
Color Harmonies of #2EFD10
Complementary color
Monochromatic Colors of #2EFD10
Black with #2EFD10
Text Example
Text Example
White with #2EFD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFD10; }
p { color: rgb(46,253,16); }
H1.HeaderClassName
{
color: #2EFD10;
}
.AnyTagClassName
{
color: #2EFD10;
}
</style>
background-color css
<style>
a { background-color: #2EFD10; }
a { background-color: rgb(46,253,16); }
div.DivClassName
{
background-color: #2EFD10;
}
.BgClassName
{
background-color: #2EFD10;
}
</style>
border-color css
<style>
span { border-color: #2EFD10; }
span { border-color: rgb(46,253,16); }
td.TdClassName
{
border-color: #2EFD10;
}
.TagClassName
{
border-color: #2EFD10;
}
</style>