Shades of Harlequin #2EED18
Tints of Harlequin #2EED18
RGB
CMYK
RGB Variations
Color information
#2EED18 (or 0x2EED18) is known color: Harlequin. HEX triplet: 2E, ED and 18. RGB value is (46,237,24). Sum of RGB (Red+Green+Blue) = 46+237+24=307 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.98% from 307); Green value is 237 (92.97% from 255 or 77.20% from 307); Blue value is 24 (9.77% from 255 or 7.82% from 307); Max value from RGB is 237 - color contains mainly: green. Hex color #2EED18 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EED18 is #D112E7. Grayscale: #9C9C9C. Windows color (decimal): -13701864 or 1633582. OLE color: 1633582.
HSL color Cylindrical-coordinate representation of color #2EED18: hue angle of 113.8º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2EED18 is Cyan = 0.81, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 237 | 24 | - |
| CMYK | 0.81 | 0 | 0.90 | 0.07 |
| HSL | 113.8º | 0.86% | 0.51% | - |
| HSV(B) | 113.8º | 0.9% | 0.93% | - |
| XYZ | 31.58 | 61.22 | 11.02 | - |
| YUV | 155.61 | 53.72 | 49.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 237 | 24 | 0.81 | 0 | 0.90 | 0.07 | 113.8 | 0.86 | 0.51 |
| Hex | 2E | ED | 18 | 51 | 0 | 5A | 7 | 72 | 56 | 33 |
| Octal | 56 | 355 | 30 | 121 | 0 | 132 | 7 | 162 | 126 | 63 |
| Binary | 101110 | 11101101 | 11000 | 1010001 | 0 | 1011010 | 111 | 1110010 | 1010110 | 110011 |
Color Harmonies of #2EED18
Complementary color
Monochromatic Colors of #2EED18
Black with #2EED18
Text Example
Text Example
White with #2EED18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EED18; }
p { color: rgb(46,237,24); }
H1.HeaderClassName
{
color: #2EED18;
}
.AnyTagClassName
{
color: #2EED18;
}
</style>
background-color css
<style>
a { background-color: #2EED18; }
a { background-color: rgb(46,237,24); }
div.DivClassName
{
background-color: #2EED18;
}
.BgClassName
{
background-color: #2EED18;
}
</style>
border-color css
<style>
span { border-color: #2EED18; }
span { border-color: rgb(46,237,24); }
td.TdClassName
{
border-color: #2EED18;
}
.TagClassName
{
border-color: #2EED18;
}
</style>