Shades of Harlequin #2EFB11
Tints of Harlequin #2EFB11
RGB
CMYK
RGB Variations
Color information
#2EFB11 (or 0x2EFB11) is known color: Harlequin. HEX triplet: 2E, FB and 11. RGB value is (46,251,17). Sum of RGB (Red+Green+Blue) = 46+251+17=314 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.65% from 314); Green value is 251 (98.44% from 255 or 79.94% from 314); Blue value is 17 (7.03% from 255 or 5.41% from 314); Max value from RGB is 251 - color contains mainly: green. Hex color #2EFB11 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EFB11 is #D104EE. Grayscale: #A3A3A3. Windows color (decimal): -13698287 or 1178414. OLE color: 1178414.
HSL color Cylindrical-coordinate representation of color #2EFB11: hue angle of 112.56º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2EFB11 is Cyan = 0.82, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 251 | 17 | - |
| CMYK | 0.82 | 0 | 0.93 | 0.02 |
| HSL | 112.56º | 0.97% | 0.53% | - |
| HSV(B) | 112.56º | 0.93% | 0.98% | - |
| XYZ | 35.73 | 69.62 | 12.08 | - |
| YUV | 163.03 | 45.58 | 44.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 251 | 17 | 0.82 | 0 | 0.93 | 0.02 | 112.56 | 0.97 | 0.53 |
| Hex | 2E | FB | 11 | 52 | 0 | 5D | 2 | 71 | 61 | 35 |
| Octal | 56 | 373 | 21 | 122 | 0 | 135 | 2 | 161 | 141 | 65 |
| Binary | 101110 | 11111011 | 10001 | 1010010 | 0 | 1011101 | 10 | 1110001 | 1100001 | 110101 |
Color Harmonies of #2EFB11
Complementary color
Monochromatic Colors of #2EFB11
Black with #2EFB11
Text Example
Text Example
White with #2EFB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFB11; }
p { color: rgb(46,251,17); }
H1.HeaderClassName
{
color: #2EFB11;
}
.AnyTagClassName
{
color: #2EFB11;
}
</style>
background-color css
<style>
a { background-color: #2EFB11; }
a { background-color: rgb(46,251,17); }
div.DivClassName
{
background-color: #2EFB11;
}
.BgClassName
{
background-color: #2EFB11;
}
</style>
border-color css
<style>
span { border-color: #2EFB11; }
span { border-color: rgb(46,251,17); }
td.TdClassName
{
border-color: #2EFB11;
}
.TagClassName
{
border-color: #2EFB11;
}
</style>