Shades of Harlequin #2EF818
Tints of Harlequin #2EF818
RGB
CMYK
RGB Variations
Color information
#2EF818 (or 0x2EF818) is known color: Harlequin. HEX triplet: 2E, F8 and 18. RGB value is (46,248,24). Sum of RGB (Red+Green+Blue) = 46+248+24=318 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.47% from 318); Green value is 248 (97.27% from 255 or 77.99% from 318); Blue value is 24 (9.77% from 255 or 7.55% from 318); Max value from RGB is 248 - color contains mainly: green. Hex color #2EF818 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EF818 is #D107E7. Grayscale: #A2A2A2. Windows color (decimal): -13699048 or 1636398. OLE color: 1636398.
HSL color Cylindrical-coordinate representation of color #2EF818: hue angle of 114.11º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2EF818 is Cyan = 0.81, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 46 | 248 | 24 | - |
| CMYK | 0.81 | 0 | 0.90 | 0.03 |
| HSL | 114.11º | 0.94% | 0.53% | - |
| HSV(B) | 114.11º | 0.9% | 0.97% | - |
| XYZ | 34.86 | 67.78 | 12.11 | - |
| YUV | 162.07 | 50.08 | 45.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 248 | 24 | 0.81 | 0 | 0.90 | 0.03 | 114.11 | 0.94 | 0.53 |
| Hex | 2E | F8 | 18 | 51 | 0 | 5A | 3 | 72 | 5E | 35 |
| Octal | 56 | 370 | 30 | 121 | 0 | 132 | 3 | 162 | 136 | 65 |
| Binary | 101110 | 11111000 | 11000 | 1010001 | 0 | 1011010 | 11 | 1110010 | 1011110 | 110101 |
Color Harmonies of #2EF818
Complementary color
Monochromatic Colors of #2EF818
Black with #2EF818
Text Example
Text Example
White with #2EF818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF818; }
p { color: rgb(46,248,24); }
H1.HeaderClassName
{
color: #2EF818;
}
.AnyTagClassName
{
color: #2EF818;
}
</style>
background-color css
<style>
a { background-color: #2EF818; }
a { background-color: rgb(46,248,24); }
div.DivClassName
{
background-color: #2EF818;
}
.BgClassName
{
background-color: #2EF818;
}
</style>
border-color css
<style>
span { border-color: #2EF818; }
span { border-color: rgb(46,248,24); }
td.TdClassName
{
border-color: #2EF818;
}
.TagClassName
{
border-color: #2EF818;
}
</style>