Shades of Harlequin #2EF70F
Tints of Harlequin #2EF70F
RGB
CMYK
RGB Variations
Color information
#2EF70F (or 0x2EF70F) is known color: Harlequin. HEX triplet: 2E, F7 and 0F. RGB value is (46,247,15). Sum of RGB (Red+Green+Blue) = 46+247+15=308 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.94% from 308); Green value is 247 (96.88% from 255 or 80.19% from 308); Blue value is 15 (6.25% from 255 or 4.87% from 308); Max value from RGB is 247 - color contains mainly: green. Hex color #2EF70F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EF70F is #D108F0. Grayscale: #A1A1A1. Windows color (decimal): -13699313 or 1046318. OLE color: 1046318.
HSL color Cylindrical-coordinate representation of color #2EF70F: hue angle of 111.98º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2EF70F is Cyan = 0.81, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 46 | 247 | 15 | - |
| CMYK | 0.81 | 0 | 0.94 | 0.03 |
| HSL | 111.98º | 0.94% | 0.51% | - |
| HSV(B) | 111.98º | 0.94% | 0.97% | - |
| XYZ | 34.47 | 67.14 | 11.59 | - |
| YUV | 160.45 | 45.91 | 46.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 247 | 15 | 0.81 | 0 | 0.94 | 0.03 | 111.98 | 0.94 | 0.51 |
| Hex | 2E | F7 | F | 51 | 0 | 5E | 3 | 70 | 5E | 33 |
| Octal | 56 | 367 | 17 | 121 | 0 | 136 | 3 | 160 | 136 | 63 |
| Binary | 101110 | 11110111 | 1111 | 1010001 | 0 | 1011110 | 11 | 1110000 | 1011110 | 110011 |
Color Harmonies of #2EF70F
Complementary color
Monochromatic Colors of #2EF70F
Black with #2EF70F
Text Example
Text Example
White with #2EF70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF70F; }
p { color: rgb(46,247,15); }
H1.HeaderClassName
{
color: #2EF70F;
}
.AnyTagClassName
{
color: #2EF70F;
}
</style>
background-color css
<style>
a { background-color: #2EF70F; }
a { background-color: rgb(46,247,15); }
div.DivClassName
{
background-color: #2EF70F;
}
.BgClassName
{
background-color: #2EF70F;
}
</style>
border-color css
<style>
span { border-color: #2EF70F; }
span { border-color: rgb(46,247,15); }
td.TdClassName
{
border-color: #2EF70F;
}
.TagClassName
{
border-color: #2EF70F;
}
</style>