Shades of Harlequin #2EF914
Tints of Harlequin #2EF914
RGB
CMYK
RGB Variations
Color information
#2EF914 (or 0x2EF914) is known color: Harlequin. HEX triplet: 2E, F9 and 14. RGB value is (46,249,20). Sum of RGB (Red+Green+Blue) = 46+249+20=315 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.60% from 315); Green value is 249 (97.66% from 255 or 79.05% from 315); Blue value is 20 (8.20% from 255 or 6.35% from 315); Max value from RGB is 249 - color contains mainly: green. Hex color #2EF914 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EF914 is #D106EB. Grayscale: #A2A2A2. Windows color (decimal): -13698796 or 1374510. OLE color: 1374510.
HSL color Cylindrical-coordinate representation of color #2EF914: hue angle of 113.19º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2EF914 is Cyan = 0.82, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 249 | 20 | - |
| CMYK | 0.82 | 0 | 0.92 | 0.02 |
| HSL | 113.19º | 0.95% | 0.53% | - |
| HSV(B) | 113.19º | 0.92% | 0.98% | - |
| XYZ | 35.13 | 68.38 | 12.01 | - |
| YUV | 162.2 | 47.75 | 45.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 249 | 20 | 0.82 | 0 | 0.92 | 0.02 | 113.19 | 0.95 | 0.53 |
| Hex | 2E | F9 | 14 | 52 | 0 | 5C | 2 | 71 | 5F | 35 |
| Octal | 56 | 371 | 24 | 122 | 0 | 134 | 2 | 161 | 137 | 65 |
| Binary | 101110 | 11111001 | 10100 | 1010010 | 0 | 1011100 | 10 | 1110001 | 1011111 | 110101 |
Color Harmonies of #2EF914
Complementary color
Monochromatic Colors of #2EF914
Black with #2EF914
Text Example
Text Example
White with #2EF914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF914; }
p { color: rgb(46,249,20); }
H1.HeaderClassName
{
color: #2EF914;
}
.AnyTagClassName
{
color: #2EF914;
}
</style>
background-color css
<style>
a { background-color: #2EF914; }
a { background-color: rgb(46,249,20); }
div.DivClassName
{
background-color: #2EF914;
}
.BgClassName
{
background-color: #2EF914;
}
</style>
border-color css
<style>
span { border-color: #2EF914; }
span { border-color: rgb(46,249,20); }
td.TdClassName
{
border-color: #2EF914;
}
.TagClassName
{
border-color: #2EF914;
}
</style>