Shades of Harlequin #2EEA13
Tints of Harlequin #2EEA13
RGB
CMYK
RGB Variations
Color information
#2EEA13 (or 0x2EEA13) is known color: Harlequin. HEX triplet: 2E, EA and 13. RGB value is (46,234,19). Sum of RGB (Red+Green+Blue) = 46+234+19=299 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.38% from 299); Green value is 234 (91.80% from 255 or 78.26% from 299); Blue value is 19 (7.81% from 255 or 6.35% from 299); Max value from RGB is 234 - color contains mainly: green. Hex color #2EEA13 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EEA13 is #D115EC. Grayscale: #999999. Windows color (decimal): -13702637 or 1305134. OLE color: 1305134.
HSL color Cylindrical-coordinate representation of color #2EEA13: hue angle of 112.47º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2EEA13 is Cyan = 0.80, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 234 | 19 | - |
| CMYK | 0.80 | 0 | 0.92 | 0.08 |
| HSL | 112.47º | 0.85% | 0.5% | - |
| HSV(B) | 112.47º | 0.92% | 0.92% | - |
| XYZ | 30.67 | 59.47 | 10.48 | - |
| YUV | 153.28 | 52.22 | 51.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 234 | 19 | 0.80 | 0 | 0.92 | 0.08 | 112.47 | 0.85 | 0.5 |
| Hex | 2E | EA | 13 | 50 | 0 | 5C | 8 | 70 | 55 | 32 |
| Octal | 56 | 352 | 23 | 120 | 0 | 134 | 10 | 160 | 125 | 62 |
| Binary | 101110 | 11101010 | 10011 | 1010000 | 0 | 1011100 | 1000 | 1110000 | 1010101 | 110010 |
Color Harmonies of #2EEA13
Complementary color
Monochromatic Colors of #2EEA13
Black with #2EEA13
Text Example
Text Example
White with #2EEA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEA13; }
p { color: rgb(46,234,19); }
H1.HeaderClassName
{
color: #2EEA13;
}
.AnyTagClassName
{
color: #2EEA13;
}
</style>
background-color css
<style>
a { background-color: #2EEA13; }
a { background-color: rgb(46,234,19); }
div.DivClassName
{
background-color: #2EEA13;
}
.BgClassName
{
background-color: #2EEA13;
}
</style>
border-color css
<style>
span { border-color: #2EEA13; }
span { border-color: rgb(46,234,19); }
td.TdClassName
{
border-color: #2EEA13;
}
.TagClassName
{
border-color: #2EEA13;
}
</style>