Shades of Harlequin #2EEF0F
Tints of Harlequin #2EEF0F
RGB
CMYK
RGB Variations
Color information
#2EEF0F (or 0x2EEF0F) is known color: Harlequin. HEX triplet: 2E, EF and 0F. RGB value is (46,239,15). Sum of RGB (Red+Green+Blue) = 46+239+15=300 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.33% from 300); Green value is 239 (93.75% from 255 or 79.67% from 300); Blue value is 15 (6.25% from 255 or 5% from 300); Max value from RGB is 239 - color contains mainly: green. Hex color #2EEF0F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EEF0F is #D110F0. Grayscale: #9C9C9C. Windows color (decimal): -13701361 or 1044270. OLE color: 1044270.
HSL color Cylindrical-coordinate representation of color #2EEF0F: hue angle of 111.7º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2EEF0F is Cyan = 0.81, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 239 | 15 | - |
| CMYK | 0.81 | 0 | 0.94 | 0.06 |
| HSL | 111.7º | 0.88% | 0.5% | - |
| HSV(B) | 111.7º | 0.94% | 0.94% | - |
| XYZ | 32.08 | 62.35 | 10.8 | - |
| YUV | 155.76 | 48.56 | 49.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 239 | 15 | 0.81 | 0 | 0.94 | 0.06 | 111.7 | 0.88 | 0.5 |
| Hex | 2E | EF | F | 51 | 0 | 5E | 6 | 70 | 58 | 32 |
| Octal | 56 | 357 | 17 | 121 | 0 | 136 | 6 | 160 | 130 | 62 |
| Binary | 101110 | 11101111 | 1111 | 1010001 | 0 | 1011110 | 110 | 1110000 | 1011000 | 110010 |
Color Harmonies of #2EEF0F
Complementary color
Monochromatic Colors of #2EEF0F
Black with #2EEF0F
Text Example
Text Example
White with #2EEF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEF0F; }
p { color: rgb(46,239,15); }
H1.HeaderClassName
{
color: #2EEF0F;
}
.AnyTagClassName
{
color: #2EEF0F;
}
</style>
background-color css
<style>
a { background-color: #2EEF0F; }
a { background-color: rgb(46,239,15); }
div.DivClassName
{
background-color: #2EEF0F;
}
.BgClassName
{
background-color: #2EEF0F;
}
</style>
border-color css
<style>
span { border-color: #2EEF0F; }
span { border-color: rgb(46,239,15); }
td.TdClassName
{
border-color: #2EEF0F;
}
.TagClassName
{
border-color: #2EEF0F;
}
</style>