Shades of Harlequin #2EF51B
Tints of Harlequin #2EF51B
RGB
CMYK
RGB Variations
Color information
#2EF51B (or 0x2EF51B) is known color: Harlequin. HEX triplet: 2E, F5 and 1B. RGB value is (46,245,27). Sum of RGB (Red+Green+Blue) = 46+245+27=318 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.47% from 318); Green value is 245 (96.09% from 255 or 77.04% from 318); Blue value is 27 (10.94% from 255 or 8.49% from 318); Max value from RGB is 245 - color contains mainly: green. Hex color #2EF51B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF51B is #D10AE4. Grayscale: #A1A1A1. Windows color (decimal): -13699813 or 1832238. OLE color: 1832238.
HSL color Cylindrical-coordinate representation of color #2EF51B: hue angle of 114.77º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2EF51B is Cyan = 0.81, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 46 | 245 | 27 | - |
| CMYK | 0.81 | 0 | 0.89 | 0.04 |
| HSL | 114.77º | 0.92% | 0.53% | - |
| HSV(B) | 114.77º | 0.89% | 0.96% | - |
| XYZ | 33.98 | 65.96 | 11.98 | - |
| YUV | 160.65 | 52.57 | 46.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 245 | 27 | 0.81 | 0 | 0.89 | 0.04 | 114.77 | 0.92 | 0.53 |
| Hex | 2E | F5 | 1B | 51 | 0 | 59 | 4 | 73 | 5C | 35 |
| Octal | 56 | 365 | 33 | 121 | 0 | 131 | 4 | 163 | 134 | 65 |
| Binary | 101110 | 11110101 | 11011 | 1010001 | 0 | 1011001 | 100 | 1110011 | 1011100 | 110101 |
Color Harmonies of #2EF51B
Complementary color
Monochromatic Colors of #2EF51B
Black with #2EF51B
Text Example
Text Example
White with #2EF51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF51B; }
p { color: rgb(46,245,27); }
H1.HeaderClassName
{
color: #2EF51B;
}
.AnyTagClassName
{
color: #2EF51B;
}
</style>
background-color css
<style>
a { background-color: #2EF51B; }
a { background-color: rgb(46,245,27); }
div.DivClassName
{
background-color: #2EF51B;
}
.BgClassName
{
background-color: #2EF51B;
}
</style>
border-color css
<style>
span { border-color: #2EF51B; }
span { border-color: rgb(46,245,27); }
td.TdClassName
{
border-color: #2EF51B;
}
.TagClassName
{
border-color: #2EF51B;
}
</style>