Shades of Harlequin #2EF01B
Tints of Harlequin #2EF01B
RGB
CMYK
RGB Variations
Color information
#2EF01B (or 0x2EF01B) is known color: Harlequin. HEX triplet: 2E, F0 and 1B. RGB value is (46,240,27). Sum of RGB (Red+Green+Blue) = 46+240+27=313 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.70% from 313); Green value is 240 (94.14% from 255 or 76.68% from 313); Blue value is 27 (10.94% from 255 or 8.63% from 313); Max value from RGB is 240 - color contains mainly: green. Hex color #2EF01B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF01B is #D10FE4. Grayscale: #9E9E9E. Windows color (decimal): -13701093 or 1830958. OLE color: 1830958.
HSL color Cylindrical-coordinate representation of color #2EF01B: hue angle of 114.65º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2EF01B is Cyan = 0.81, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 240 | 27 | - |
| CMYK | 0.81 | 0 | 0.89 | 0.06 |
| HSL | 114.65º | 0.88% | 0.52% | - |
| HSV(B) | 114.65º | 0.89% | 0.94% | - |
| XYZ | 32.48 | 62.98 | 11.48 | - |
| YUV | 157.71 | 54.23 | 48.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 240 | 27 | 0.81 | 0 | 0.89 | 0.06 | 114.65 | 0.88 | 0.52 |
| Hex | 2E | F0 | 1B | 51 | 0 | 59 | 6 | 73 | 58 | 34 |
| Octal | 56 | 360 | 33 | 121 | 0 | 131 | 6 | 163 | 130 | 64 |
| Binary | 101110 | 11110000 | 11011 | 1010001 | 0 | 1011001 | 110 | 1110011 | 1011000 | 110100 |
Color Harmonies of #2EF01B
Complementary color
Monochromatic Colors of #2EF01B
Black with #2EF01B
Text Example
Text Example
White with #2EF01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF01B; }
p { color: rgb(46,240,27); }
H1.HeaderClassName
{
color: #2EF01B;
}
.AnyTagClassName
{
color: #2EF01B;
}
</style>
background-color css
<style>
a { background-color: #2EF01B; }
a { background-color: rgb(46,240,27); }
div.DivClassName
{
background-color: #2EF01B;
}
.BgClassName
{
background-color: #2EF01B;
}
</style>
border-color css
<style>
span { border-color: #2EF01B; }
span { border-color: rgb(46,240,27); }
td.TdClassName
{
border-color: #2EF01B;
}
.TagClassName
{
border-color: #2EF01B;
}
</style>