Shades of Harlequin #2EFF12
Tints of Harlequin #2EFF12
RGB
CMYK
RGB Variations
Color information
#2EFF12 (or 0x2EFF12) is known color: Harlequin. HEX triplet: 2E, FF and 12. RGB value is (46,255,18). Sum of RGB (Red+Green+Blue) = 46+255+18=319 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.42% from 319); Green value is 255 (100% from 255 or 79.94% from 319); Blue value is 18 (7.42% from 255 or 5.64% from 319); Max value from RGB is 255 - color contains mainly: green. Hex color #2EFF12 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EFF12 is #D100ED. Grayscale: #A6A6A6. Windows color (decimal): -13697262 or 1244974. OLE color: 1244974.
HSL color Cylindrical-coordinate representation of color #2EFF12: hue angle of 112.91º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2EFF12 is Cyan = 0.82, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 46 | 255 | 18 | - |
| CMYK | 0.82 | 0 | 0.93 | 0 |
| HSL | 112.91º | 1% | 0.54% | - |
| HSV(B) | 112.91º | 0.93% | 1% | - |
| XYZ | 37 | 72.14 | 12.55 | - |
| YUV | 165.49 | 44.76 | 42.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 255 | 18 | 0.82 | 0 | 0.93 | 0 | 112.91 | 1 | 0.54 |
| Hex | 2E | FF | 12 | 52 | 0 | 5D | 0 | 71 | 64 | 36 |
| Octal | 56 | 377 | 22 | 122 | 0 | 135 | 0 | 161 | 144 | 66 |
| Binary | 101110 | 11111111 | 10010 | 1010010 | 0 | 1011101 | 0 | 1110001 | 1100100 | 110110 |
Color Harmonies of #2EFF12
Complementary color
Monochromatic Colors of #2EFF12
Black with #2EFF12
Text Example
Text Example
White with #2EFF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFF12; }
p { color: rgb(46,255,18); }
H1.HeaderClassName
{
color: #2EFF12;
}
.AnyTagClassName
{
color: #2EFF12;
}
</style>
background-color css
<style>
a { background-color: #2EFF12; }
a { background-color: rgb(46,255,18); }
div.DivClassName
{
background-color: #2EFF12;
}
.BgClassName
{
background-color: #2EFF12;
}
</style>
border-color css
<style>
span { border-color: #2EFF12; }
span { border-color: rgb(46,255,18); }
td.TdClassName
{
border-color: #2EFF12;
}
.TagClassName
{
border-color: #2EFF12;
}
</style>