Shades of Harlequin #2EF11C
Tints of Harlequin #2EF11C
RGB
CMYK
RGB Variations
Color information
#2EF11C (or 0x2EF11C) is known color: Harlequin. HEX triplet: 2E, F1 and 1C. RGB value is (46,241,28). Sum of RGB (Red+Green+Blue) = 46+241+28=315 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.60% from 315); Green value is 241 (94.53% from 255 or 76.51% from 315); Blue value is 28 (11.33% from 255 or 8.89% from 315); Max value from RGB is 241 - color contains mainly: green. Hex color #2EF11C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF11C is #D10EE3. Grayscale: #9F9F9F. Windows color (decimal): -13700836 or 1896750. OLE color: 1896750.
HSL color Cylindrical-coordinate representation of color #2EF11C: hue angle of 114.93º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2EF11C is Cyan = 0.81, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 46 | 241 | 28 | - |
| CMYK | 0.81 | 0 | 0.88 | 0.05 |
| HSL | 114.93º | 0.88% | 0.53% | - |
| HSV(B) | 114.93º | 0.88% | 0.95% | - |
| XYZ | 32.79 | 63.58 | 11.64 | - |
| YUV | 158.41 | 54.4 | 47.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 241 | 28 | 0.81 | 0 | 0.88 | 0.05 | 114.93 | 0.88 | 0.53 |
| Hex | 2E | F1 | 1C | 51 | 0 | 58 | 5 | 73 | 58 | 35 |
| Octal | 56 | 361 | 34 | 121 | 0 | 130 | 5 | 163 | 130 | 65 |
| Binary | 101110 | 11110001 | 11100 | 1010001 | 0 | 1011000 | 101 | 1110011 | 1011000 | 110101 |
Color Harmonies of #2EF11C
Complementary color
Monochromatic Colors of #2EF11C
Black with #2EF11C
Text Example
Text Example
White with #2EF11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF11C; }
p { color: rgb(46,241,28); }
H1.HeaderClassName
{
color: #2EF11C;
}
.AnyTagClassName
{
color: #2EF11C;
}
</style>
background-color css
<style>
a { background-color: #2EF11C; }
a { background-color: rgb(46,241,28); }
div.DivClassName
{
background-color: #2EF11C;
}
.BgClassName
{
background-color: #2EF11C;
}
</style>
border-color css
<style>
span { border-color: #2EF11C; }
span { border-color: rgb(46,241,28); }
td.TdClassName
{
border-color: #2EF11C;
}
.TagClassName
{
border-color: #2EF11C;
}
</style>