Shades of Harlequin #2EFB0E
Tints of Harlequin #2EFB0E
RGB
CMYK
RGB Variations
Color information
#2EFB0E (or 0x2EFB0E) is known color: Harlequin. HEX triplet: 2E, FB and 0E. RGB value is (46,251,14). Sum of RGB (Red+Green+Blue) = 46+251+14=311 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.79% from 311); Green value is 251 (98.44% from 255 or 80.71% from 311); Blue value is 14 (5.86% from 255 or 4.50% from 311); Max value from RGB is 251 - color contains mainly: green. Hex color #2EFB0E is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EFB0E is #D104F1. Grayscale: #A3A3A3. Windows color (decimal): -13698290 or 981806. OLE color: 981806.
HSL color Cylindrical-coordinate representation of color #2EFB0E: hue angle of 111.9º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2EFB0E is Cyan = 0.82, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 251 | 14 | - |
| CMYK | 0.82 | 0 | 0.94 | 0.02 |
| HSL | 111.9º | 0.97% | 0.52% | - |
| HSV(B) | 111.9º | 0.94% | 0.98% | - |
| XYZ | 35.7 | 69.61 | 11.97 | - |
| YUV | 162.69 | 44.08 | 44.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 251 | 14 | 0.82 | 0 | 0.94 | 0.02 | 111.9 | 0.97 | 0.52 |
| Hex | 2E | FB | E | 52 | 0 | 5E | 2 | 70 | 61 | 34 |
| Octal | 56 | 373 | 16 | 122 | 0 | 136 | 2 | 160 | 141 | 64 |
| Binary | 101110 | 11111011 | 1110 | 1010010 | 0 | 1011110 | 10 | 1110000 | 1100001 | 110100 |
Color Harmonies of #2EFB0E
Complementary color
Monochromatic Colors of #2EFB0E
Black with #2EFB0E
Text Example
Text Example
White with #2EFB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFB0E; }
p { color: rgb(46,251,14); }
H1.HeaderClassName
{
color: #2EFB0E;
}
.AnyTagClassName
{
color: #2EFB0E;
}
</style>
background-color css
<style>
a { background-color: #2EFB0E; }
a { background-color: rgb(46,251,14); }
div.DivClassName
{
background-color: #2EFB0E;
}
.BgClassName
{
background-color: #2EFB0E;
}
</style>
border-color css
<style>
span { border-color: #2EFB0E; }
span { border-color: rgb(46,251,14); }
td.TdClassName
{
border-color: #2EFB0E;
}
.TagClassName
{
border-color: #2EFB0E;
}
</style>