Shades of Harlequin #2EED0F
Tints of Harlequin #2EED0F
RGB
CMYK
RGB Variations
Color information
#2EED0F (or 0x2EED0F) is known color: Harlequin. HEX triplet: 2E, ED and 0F. RGB value is (46,237,15). Sum of RGB (Red+Green+Blue) = 46+237+15=298 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.44% from 298); Green value is 237 (92.97% from 255 or 79.53% from 298); Blue value is 15 (6.25% from 255 or 5.03% from 298); Max value from RGB is 237 - color contains mainly: green. Hex color #2EED0F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EED0F is #D112F0. Grayscale: #9B9B9B. Windows color (decimal): -13701873 or 1043758. OLE color: 1043758.
HSL color Cylindrical-coordinate representation of color #2EED0F: hue angle of 111.62º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2EED0F is Cyan = 0.81, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 237 | 15 | - |
| CMYK | 0.81 | 0 | 0.94 | 0.07 |
| HSL | 111.62º | 0.88% | 0.49% | - |
| HSV(B) | 111.62º | 0.94% | 0.93% | - |
| XYZ | 31.5 | 61.18 | 10.6 | - |
| YUV | 154.58 | 49.22 | 50.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 237 | 15 | 0.81 | 0 | 0.94 | 0.07 | 111.62 | 0.88 | 0.49 |
| Hex | 2E | ED | F | 51 | 0 | 5E | 7 | 70 | 58 | 31 |
| Octal | 56 | 355 | 17 | 121 | 0 | 136 | 7 | 160 | 130 | 61 |
| Binary | 101110 | 11101101 | 1111 | 1010001 | 0 | 1011110 | 111 | 1110000 | 1011000 | 110001 |
Color Harmonies of #2EED0F
Complementary color
Monochromatic Colors of #2EED0F
Black with #2EED0F
Text Example
Text Example
White with #2EED0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EED0F; }
p { color: rgb(46,237,15); }
H1.HeaderClassName
{
color: #2EED0F;
}
.AnyTagClassName
{
color: #2EED0F;
}
</style>
background-color css
<style>
a { background-color: #2EED0F; }
a { background-color: rgb(46,237,15); }
div.DivClassName
{
background-color: #2EED0F;
}
.BgClassName
{
background-color: #2EED0F;
}
</style>
border-color css
<style>
span { border-color: #2EED0F; }
span { border-color: rgb(46,237,15); }
td.TdClassName
{
border-color: #2EED0F;
}
.TagClassName
{
border-color: #2EED0F;
}
</style>