Shades of Harlequin #2EEF13
Tints of Harlequin #2EEF13
RGB
CMYK
RGB Variations
Color information
#2EEF13 (or 0x2EEF13) is known color: Harlequin. HEX triplet: 2E, EF and 13. RGB value is (46,239,19). Sum of RGB (Red+Green+Blue) = 46+239+19=304 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.13% from 304); Green value is 239 (93.75% from 255 or 78.62% from 304); Blue value is 19 (7.81% from 255 or 6.25% from 304); Max value from RGB is 239 - color contains mainly: green. Hex color #2EEF13 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EEF13 is #D110EC. Grayscale: #9C9C9C. Windows color (decimal): -13701357 or 1306414. OLE color: 1306414.
HSL color Cylindrical-coordinate representation of color #2EEF13: hue angle of 112.64º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2EEF13 is Cyan = 0.81, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 239 | 19 | - |
| CMYK | 0.81 | 0 | 0.92 | 0.06 |
| HSL | 112.64º | 0.87% | 0.51% | - |
| HSV(B) | 112.64º | 0.92% | 0.94% | - |
| XYZ | 32.11 | 62.36 | 10.96 | - |
| YUV | 156.21 | 50.56 | 49.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 239 | 19 | 0.81 | 0 | 0.92 | 0.06 | 112.64 | 0.87 | 0.51 |
| Hex | 2E | EF | 13 | 51 | 0 | 5C | 6 | 71 | 57 | 33 |
| Octal | 56 | 357 | 23 | 121 | 0 | 134 | 6 | 161 | 127 | 63 |
| Binary | 101110 | 11101111 | 10011 | 1010001 | 0 | 1011100 | 110 | 1110001 | 1010111 | 110011 |
Color Harmonies of #2EEF13
Complementary color
Monochromatic Colors of #2EEF13
Black with #2EEF13
Text Example
Text Example
White with #2EEF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEF13; }
p { color: rgb(46,239,19); }
H1.HeaderClassName
{
color: #2EEF13;
}
.AnyTagClassName
{
color: #2EEF13;
}
</style>
background-color css
<style>
a { background-color: #2EEF13; }
a { background-color: rgb(46,239,19); }
div.DivClassName
{
background-color: #2EEF13;
}
.BgClassName
{
background-color: #2EEF13;
}
</style>
border-color css
<style>
span { border-color: #2EEF13; }
span { border-color: rgb(46,239,19); }
td.TdClassName
{
border-color: #2EEF13;
}
.TagClassName
{
border-color: #2EEF13;
}
</style>