Shades of Harlequin #2EE90F
Tints of Harlequin #2EE90F
RGB
CMYK
RGB Variations
Color information
#2EE90F (or 0x2EE90F) is known color: Harlequin. HEX triplet: 2E, E9 and 0F. RGB value is (46,233,15). Sum of RGB (Red+Green+Blue) = 46+233+15=294 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.65% from 294); Green value is 233 (91.41% from 255 or 79.25% from 294); Blue value is 15 (6.25% from 255 or 5.10% from 294); Max value from RGB is 233 - color contains mainly: green. Hex color #2EE90F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EE90F is #D116F0. Grayscale: #989898. Windows color (decimal): -13702897 or 1042734. OLE color: 1042734.
HSL color Cylindrical-coordinate representation of color #2EE90F: hue angle of 111.47º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2EE90F is Cyan = 0.80, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 233 | 15 | - |
| CMYK | 0.80 | 0 | 0.94 | 0.09 |
| HSL | 111.47º | 0.88% | 0.49% | - |
| HSV(B) | 111.47º | 0.94% | 0.91% | - |
| XYZ | 30.35 | 58.89 | 10.22 | - |
| YUV | 152.24 | 50.55 | 52.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 233 | 15 | 0.80 | 0 | 0.94 | 0.09 | 111.47 | 0.88 | 0.49 |
| Hex | 2E | E9 | F | 50 | 0 | 5E | 9 | 6F | 58 | 31 |
| Octal | 56 | 351 | 17 | 120 | 0 | 136 | 11 | 157 | 130 | 61 |
| Binary | 101110 | 11101001 | 1111 | 1010000 | 0 | 1011110 | 1001 | 1101111 | 1011000 | 110001 |
Color Harmonies of #2EE90F
Complementary color
Monochromatic Colors of #2EE90F
Black with #2EE90F
Text Example
Text Example
White with #2EE90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE90F; }
p { color: rgb(46,233,15); }
H1.HeaderClassName
{
color: #2EE90F;
}
.AnyTagClassName
{
color: #2EE90F;
}
</style>
background-color css
<style>
a { background-color: #2EE90F; }
a { background-color: rgb(46,233,15); }
div.DivClassName
{
background-color: #2EE90F;
}
.BgClassName
{
background-color: #2EE90F;
}
</style>
border-color css
<style>
span { border-color: #2EE90F; }
span { border-color: rgb(46,233,15); }
td.TdClassName
{
border-color: #2EE90F;
}
.TagClassName
{
border-color: #2EE90F;
}
</style>