Shades of Harlequin #2EFA12
Tints of Harlequin #2EFA12
RGB
CMYK
RGB Variations
Color information
#2EFA12 (or 0x2EFA12) is known color: Harlequin. HEX triplet: 2E, FA and 12. RGB value is (46,250,18). Sum of RGB (Red+Green+Blue) = 46+250+18=314 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.65% from 314); Green value is 250 (98.05% from 255 or 79.62% from 314); Blue value is 18 (7.42% from 255 or 5.73% from 314); Max value from RGB is 250 - color contains mainly: green. Hex color #2EFA12 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EFA12 is #D105ED. Grayscale: #A3A3A3. Windows color (decimal): -13698542 or 1243694. OLE color: 1243694.
HSL color Cylindrical-coordinate representation of color #2EFA12: hue angle of 112.76º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2EFA12 is Cyan = 0.82, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 250 | 18 | - |
| CMYK | 0.82 | 0 | 0.93 | 0.02 |
| HSL | 112.76º | 0.96% | 0.53% | - |
| HSV(B) | 112.76º | 0.93% | 0.98% | - |
| XYZ | 35.42 | 69 | 12.02 | - |
| YUV | 162.56 | 46.41 | 44.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 250 | 18 | 0.82 | 0 | 0.93 | 0.02 | 112.76 | 0.96 | 0.53 |
| Hex | 2E | FA | 12 | 52 | 0 | 5D | 2 | 71 | 60 | 35 |
| Octal | 56 | 372 | 22 | 122 | 0 | 135 | 2 | 161 | 140 | 65 |
| Binary | 101110 | 11111010 | 10010 | 1010010 | 0 | 1011101 | 10 | 1110001 | 1100000 | 110101 |
Color Harmonies of #2EFA12
Complementary color
Monochromatic Colors of #2EFA12
Black with #2EFA12
Text Example
Text Example
White with #2EFA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFA12; }
p { color: rgb(46,250,18); }
H1.HeaderClassName
{
color: #2EFA12;
}
.AnyTagClassName
{
color: #2EFA12;
}
</style>
background-color css
<style>
a { background-color: #2EFA12; }
a { background-color: rgb(46,250,18); }
div.DivClassName
{
background-color: #2EFA12;
}
.BgClassName
{
background-color: #2EFA12;
}
</style>
border-color css
<style>
span { border-color: #2EFA12; }
span { border-color: rgb(46,250,18); }
td.TdClassName
{
border-color: #2EFA12;
}
.TagClassName
{
border-color: #2EFA12;
}
</style>