Shades of Harlequin #2EFE0A
Tints of Harlequin #2EFE0A
RGB
CMYK
RGB Variations
Color information
#2EFE0A (or 0x2EFE0A) is known color: Harlequin. HEX triplet: 2E, FE and 0A. RGB value is (46,254,10). Sum of RGB (Red+Green+Blue) = 46+254+10=310 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.84% from 310); Green value is 254 (99.61% from 255 or 81.94% from 310); Blue value is 10 (4.30% from 255 or 3.23% from 310); Max value from RGB is 254 - color contains mainly: green. Hex color #2EFE0A is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EFE0A is #D101F5. Grayscale: #A4A4A4. Windows color (decimal): -13697526 or 720430. OLE color: 720430.
HSL color Cylindrical-coordinate representation of color #2EFE0A: hue angle of 111.15º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2EFE0A is Cyan = 0.82, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 46 | 254 | 10 | - |
| CMYK | 0.82 | 0 | 0.96 | 0.00 |
| HSL | 111.15º | 0.99% | 0.52% | - |
| HSV(B) | 111.15º | 0.96% | 1% | - |
| XYZ | 36.62 | 71.49 | 12.16 | - |
| YUV | 163.99 | 41.09 | 43.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 254 | 10 | 0.82 | 0 | 0.96 | 0.00 | 111.15 | 0.99 | 0.52 |
| Hex | 2E | FE | A | 52 | 0 | 60 | 0 | 6F | 63 | 34 |
| Octal | 56 | 376 | 12 | 122 | 0 | 140 | 0 | 157 | 143 | 64 |
| Binary | 101110 | 11111110 | 1010 | 1010010 | 0 | 1100000 | 0 | 1101111 | 1100011 | 110100 |
Color Harmonies of #2EFE0A
Complementary color
Monochromatic Colors of #2EFE0A
Black with #2EFE0A
Text Example
Text Example
White with #2EFE0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFE0A; }
p { color: rgb(46,254,10); }
H1.HeaderClassName
{
color: #2EFE0A;
}
.AnyTagClassName
{
color: #2EFE0A;
}
</style>
background-color css
<style>
a { background-color: #2EFE0A; }
a { background-color: rgb(46,254,10); }
div.DivClassName
{
background-color: #2EFE0A;
}
.BgClassName
{
background-color: #2EFE0A;
}
</style>
border-color css
<style>
span { border-color: #2EFE0A; }
span { border-color: rgb(46,254,10); }
td.TdClassName
{
border-color: #2EFE0A;
}
.TagClassName
{
border-color: #2EFE0A;
}
</style>