Shades of Harlequin #2EE312
Tints of Harlequin #2EE312
RGB
CMYK
RGB Variations
Color information
#2EE312 (or 0x2EE312) is known color: Harlequin. HEX triplet: 2E, E3 and 12. RGB value is (46,227,18). Sum of RGB (Red+Green+Blue) = 46+227+18=291 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.81% from 291); Green value is 227 (89.06% from 255 or 78.01% from 291); Blue value is 18 (7.42% from 255 or 6.19% from 291); Max value from RGB is 227 - color contains mainly: green. Hex color #2EE312 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EE312 is #D11CED. Grayscale: #959595. Windows color (decimal): -13704430 or 1237806. OLE color: 1237806.
HSL color Cylindrical-coordinate representation of color #2EE312: hue angle of 111.96º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2EE312 is Cyan = 0.80, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 46 | 227 | 18 | - |
| CMYK | 0.80 | 0 | 0.92 | 0.11 |
| HSL | 111.96º | 0.85% | 0.48% | - |
| HSV(B) | 111.96º | 0.92% | 0.89% | - |
| XYZ | 28.7 | 55.56 | 9.78 | - |
| YUV | 149.06 | 54.03 | 54.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 227 | 18 | 0.80 | 0 | 0.92 | 0.11 | 111.96 | 0.85 | 0.48 |
| Hex | 2E | E3 | 12 | 50 | 0 | 5C | B | 70 | 55 | 30 |
| Octal | 56 | 343 | 22 | 120 | 0 | 134 | 13 | 160 | 125 | 60 |
| Binary | 101110 | 11100011 | 10010 | 1010000 | 0 | 1011100 | 1011 | 1110000 | 1010101 | 110000 |
Color Harmonies of #2EE312
Complementary color
Monochromatic Colors of #2EE312
Black with #2EE312
Text Example
Text Example
White with #2EE312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE312; }
p { color: rgb(46,227,18); }
H1.HeaderClassName
{
color: #2EE312;
}
.AnyTagClassName
{
color: #2EE312;
}
</style>
background-color css
<style>
a { background-color: #2EE312; }
a { background-color: rgb(46,227,18); }
div.DivClassName
{
background-color: #2EE312;
}
.BgClassName
{
background-color: #2EE312;
}
</style>
border-color css
<style>
span { border-color: #2EE312; }
span { border-color: rgb(46,227,18); }
td.TdClassName
{
border-color: #2EE312;
}
.TagClassName
{
border-color: #2EE312;
}
</style>