Shades of Harlequin #2EEA12
Tints of Harlequin #2EEA12
RGB
CMYK
RGB Variations
Color information
#2EEA12 (or 0x2EEA12) is known color: Harlequin. HEX triplet: 2E, EA and 12. RGB value is (46,234,18). Sum of RGB (Red+Green+Blue) = 46+234+18=298 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.44% from 298); Green value is 234 (91.80% from 255 or 78.52% from 298); Blue value is 18 (7.42% from 255 or 6.04% from 298); Max value from RGB is 234 - color contains mainly: green. Hex color #2EEA12 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EEA12 is #D115ED. Grayscale: #999999. Windows color (decimal): -13702638 or 1239598. OLE color: 1239598.
HSL color Cylindrical-coordinate representation of color #2EEA12: hue angle of 112.22º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2EEA12 is Cyan = 0.80, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 234 | 18 | - |
| CMYK | 0.80 | 0 | 0.92 | 0.08 |
| HSL | 112.22º | 0.86% | 0.49% | - |
| HSV(B) | 112.22º | 0.92% | 0.92% | - |
| XYZ | 30.66 | 59.47 | 10.44 | - |
| YUV | 153.16 | 51.72 | 51.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 234 | 18 | 0.80 | 0 | 0.92 | 0.08 | 112.22 | 0.86 | 0.49 |
| Hex | 2E | EA | 12 | 50 | 0 | 5C | 8 | 70 | 56 | 31 |
| Octal | 56 | 352 | 22 | 120 | 0 | 134 | 10 | 160 | 126 | 61 |
| Binary | 101110 | 11101010 | 10010 | 1010000 | 0 | 1011100 | 1000 | 1110000 | 1010110 | 110001 |
Color Harmonies of #2EEA12
Complementary color
Monochromatic Colors of #2EEA12
Black with #2EEA12
Text Example
Text Example
White with #2EEA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEA12; }
p { color: rgb(46,234,18); }
H1.HeaderClassName
{
color: #2EEA12;
}
.AnyTagClassName
{
color: #2EEA12;
}
</style>
background-color css
<style>
a { background-color: #2EEA12; }
a { background-color: rgb(46,234,18); }
div.DivClassName
{
background-color: #2EEA12;
}
.BgClassName
{
background-color: #2EEA12;
}
</style>
border-color css
<style>
span { border-color: #2EEA12; }
span { border-color: rgb(46,234,18); }
td.TdClassName
{
border-color: #2EEA12;
}
.TagClassName
{
border-color: #2EEA12;
}
</style>