Shades of Harlequin #2EEF0D
Tints of Harlequin #2EEF0D
RGB
CMYK
RGB Variations
Color information
#2EEF0D (or 0x2EEF0D) is known color: Harlequin. HEX triplet: 2E, EF and 0D. RGB value is (46,239,13). Sum of RGB (Red+Green+Blue) = 46+239+13=298 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.44% from 298); Green value is 239 (93.75% from 255 or 80.20% from 298); Blue value is 13 (5.47% from 255 or 4.36% from 298); Max value from RGB is 239 - color contains mainly: green. Hex color #2EEF0D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EEF0D is #D110F2. Grayscale: #9C9C9C. Windows color (decimal): -13701363 or 913198. OLE color: 913198.
HSL color Cylindrical-coordinate representation of color #2EEF0D: hue angle of 111.24º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2EEF0D is Cyan = 0.81, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 239 | 13 | - |
| CMYK | 0.81 | 0 | 0.95 | 0.06 |
| HSL | 111.24º | 0.9% | 0.49% | - |
| HSV(B) | 111.24º | 0.95% | 0.94% | - |
| XYZ | 32.07 | 62.34 | 10.72 | - |
| YUV | 155.53 | 47.56 | 49.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 239 | 13 | 0.81 | 0 | 0.95 | 0.06 | 111.24 | 0.9 | 0.49 |
| Hex | 2E | EF | D | 51 | 0 | 5F | 6 | 6F | 5A | 31 |
| Octal | 56 | 357 | 15 | 121 | 0 | 137 | 6 | 157 | 132 | 61 |
| Binary | 101110 | 11101111 | 1101 | 1010001 | 0 | 1011111 | 110 | 1101111 | 1011010 | 110001 |
Color Harmonies of #2EEF0D
Complementary color
Monochromatic Colors of #2EEF0D
Black with #2EEF0D
Text Example
Text Example
White with #2EEF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEF0D; }
p { color: rgb(46,239,13); }
H1.HeaderClassName
{
color: #2EEF0D;
}
.AnyTagClassName
{
color: #2EEF0D;
}
</style>
background-color css
<style>
a { background-color: #2EEF0D; }
a { background-color: rgb(46,239,13); }
div.DivClassName
{
background-color: #2EEF0D;
}
.BgClassName
{
background-color: #2EEF0D;
}
</style>
border-color css
<style>
span { border-color: #2EEF0D; }
span { border-color: rgb(46,239,13); }
td.TdClassName
{
border-color: #2EEF0D;
}
.TagClassName
{
border-color: #2EEF0D;
}
</style>