Shades of Harlequin #2EEA18
Tints of Harlequin #2EEA18
RGB
CMYK
RGB Variations
Color information
#2EEA18 (or 0x2EEA18) is known color: Harlequin. HEX triplet: 2E, EA and 18. RGB value is (46,234,24). Sum of RGB (Red+Green+Blue) = 46+234+24=304 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.13% from 304); Green value is 234 (91.80% from 255 or 76.97% from 304); Blue value is 24 (9.77% from 255 or 7.89% from 304); Max value from RGB is 234 - color contains mainly: green. Hex color #2EEA18 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EEA18 is #D115E7. Grayscale: #9A9A9A. Windows color (decimal): -13702632 or 1632814. OLE color: 1632814.
HSL color Cylindrical-coordinate representation of color #2EEA18: hue angle of 113.71º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2EEA18 is Cyan = 0.80, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 234 | 24 | - |
| CMYK | 0.80 | 0 | 0.90 | 0.08 |
| HSL | 113.71º | 0.83% | 0.51% | - |
| HSV(B) | 113.71º | 0.9% | 0.92% | - |
| XYZ | 30.71 | 59.49 | 10.73 | - |
| YUV | 153.85 | 54.72 | 51.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 234 | 24 | 0.80 | 0 | 0.90 | 0.08 | 113.71 | 0.83 | 0.51 |
| Hex | 2E | EA | 18 | 50 | 0 | 5A | 8 | 72 | 53 | 33 |
| Octal | 56 | 352 | 30 | 120 | 0 | 132 | 10 | 162 | 123 | 63 |
| Binary | 101110 | 11101010 | 11000 | 1010000 | 0 | 1011010 | 1000 | 1110010 | 1010011 | 110011 |
Color Harmonies of #2EEA18
Complementary color
Monochromatic Colors of #2EEA18
Black with #2EEA18
Text Example
Text Example
White with #2EEA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEA18; }
p { color: rgb(46,234,24); }
H1.HeaderClassName
{
color: #2EEA18;
}
.AnyTagClassName
{
color: #2EEA18;
}
</style>
background-color css
<style>
a { background-color: #2EEA18; }
a { background-color: rgb(46,234,24); }
div.DivClassName
{
background-color: #2EEA18;
}
.BgClassName
{
background-color: #2EEA18;
}
</style>
border-color css
<style>
span { border-color: #2EEA18; }
span { border-color: rgb(46,234,24); }
td.TdClassName
{
border-color: #2EEA18;
}
.TagClassName
{
border-color: #2EEA18;
}
</style>