Shades of Harlequin #2EF41C
Tints of Harlequin #2EF41C
RGB
CMYK
RGB Variations
Color information
#2EF41C (or 0x2EF41C) is known color: Harlequin. HEX triplet: 2E, F4 and 1C. RGB value is (46,244,28). Sum of RGB (Red+Green+Blue) = 46+244+28=318 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.47% from 318); Green value is 244 (95.70% from 255 or 76.73% from 318); Blue value is 28 (11.33% from 255 or 8.81% from 318); Max value from RGB is 244 - color contains mainly: green. Hex color #2EF41C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF41C is #D10BE3. Grayscale: #A0A0A0. Windows color (decimal): -13700068 or 1897518. OLE color: 1897518.
HSL color Cylindrical-coordinate representation of color #2EF41C: hue angle of 115º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2EF41C is Cyan = 0.81, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 46 | 244 | 28 | - |
| CMYK | 0.81 | 0 | 0.89 | 0.04 |
| HSL | 115º | 0.91% | 0.53% | - |
| HSV(B) | 115º | 0.89% | 0.96% | - |
| XYZ | 33.69 | 65.37 | 11.94 | - |
| YUV | 160.17 | 53.4 | 46.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 244 | 28 | 0.81 | 0 | 0.89 | 0.04 | 115 | 0.91 | 0.53 |
| Hex | 2E | F4 | 1C | 51 | 0 | 59 | 4 | 73 | 5B | 35 |
| Octal | 56 | 364 | 34 | 121 | 0 | 131 | 4 | 163 | 133 | 65 |
| Binary | 101110 | 11110100 | 11100 | 1010001 | 0 | 1011001 | 100 | 1110011 | 1011011 | 110101 |
Color Harmonies of #2EF41C
Complementary color
Monochromatic Colors of #2EF41C
Black with #2EF41C
Text Example
Text Example
White with #2EF41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF41C; }
p { color: rgb(46,244,28); }
H1.HeaderClassName
{
color: #2EF41C;
}
.AnyTagClassName
{
color: #2EF41C;
}
</style>
background-color css
<style>
a { background-color: #2EF41C; }
a { background-color: rgb(46,244,28); }
div.DivClassName
{
background-color: #2EF41C;
}
.BgClassName
{
background-color: #2EF41C;
}
</style>
border-color css
<style>
span { border-color: #2EF41C; }
span { border-color: rgb(46,244,28); }
td.TdClassName
{
border-color: #2EF41C;
}
.TagClassName
{
border-color: #2EF41C;
}
</style>