Shades of Harlequin #2EF71D
Tints of Harlequin #2EF71D
RGB
CMYK
RGB Variations
Color information
#2EF71D (or 0x2EF71D) is known color: Harlequin. HEX triplet: 2E, F7 and 1D. RGB value is (46,247,29). Sum of RGB (Red+Green+Blue) = 46+247+29=322 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.29% from 322); Green value is 247 (96.88% from 255 or 76.71% from 322); Blue value is 29 (11.72% from 255 or 9.01% from 322); Max value from RGB is 247 - color contains mainly: green. Hex color #2EF71D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF71D is #D108E2. Grayscale: #A2A2A2. Windows color (decimal): -13699299 or 1963822. OLE color: 1963822.
HSL color Cylindrical-coordinate representation of color #2EF71D: hue angle of 115.32º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2EF71D is Cyan = 0.81, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 46 | 247 | 29 | - |
| CMYK | 0.81 | 0 | 0.88 | 0.03 |
| HSL | 115.32º | 0.93% | 0.54% | - |
| HSV(B) | 115.32º | 0.88% | 0.97% | - |
| XYZ | 34.61 | 67.19 | 12.31 | - |
| YUV | 162.05 | 52.91 | 45.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 247 | 29 | 0.81 | 0 | 0.88 | 0.03 | 115.32 | 0.93 | 0.54 |
| Hex | 2E | F7 | 1D | 51 | 0 | 58 | 3 | 73 | 5D | 36 |
| Octal | 56 | 367 | 35 | 121 | 0 | 130 | 3 | 163 | 135 | 66 |
| Binary | 101110 | 11110111 | 11101 | 1010001 | 0 | 1011000 | 11 | 1110011 | 1011101 | 110110 |
Color Harmonies of #2EF71D
Complementary color
Monochromatic Colors of #2EF71D
Black with #2EF71D
Text Example
Text Example
White with #2EF71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF71D; }
p { color: rgb(46,247,29); }
H1.HeaderClassName
{
color: #2EF71D;
}
.AnyTagClassName
{
color: #2EF71D;
}
</style>
background-color css
<style>
a { background-color: #2EF71D; }
a { background-color: rgb(46,247,29); }
div.DivClassName
{
background-color: #2EF71D;
}
.BgClassName
{
background-color: #2EF71D;
}
</style>
border-color css
<style>
span { border-color: #2EF71D; }
span { border-color: rgb(46,247,29); }
td.TdClassName
{
border-color: #2EF71D;
}
.TagClassName
{
border-color: #2EF71D;
}
</style>