Shades of Harlequin #2EDA00
Tints of Harlequin #2EDA00
RGB
CMYK
RGB Variations
Color information
#2EDA00 (or 0x2EDA00) is known color: Harlequin. HEX triplet: 2E, DA and 00. RGB value is (46,218,0). Sum of RGB (Red+Green+Blue) = 46+218+0=264 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.42% from 264); Green value is 218 (85.55% from 255 or 82.58% from 264); Blue value is 0 (0.39% from 255 or 0% from 264); Max value from RGB is 218 - color contains mainly: green. Hex color #2EDA00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EDA00 is #D125FF. Grayscale: #8E8E8E. Windows color (decimal): -13706752 or 55854. OLE color: 55854.
HSL color Cylindrical-coordinate representation of color #2EDA00: hue angle of 107.34º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2EDA00 is Cyan = 0.79, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 46 | 218 | 0 | - |
| CMYK | 0.79 | 0 | 1 | 0.15 |
| HSL | 107.34º | 1% | 0.43% | - |
| HSV(B) | 107.34º | 1% | 0.85% | - |
| XYZ | 26.2 | 50.72 | 8.41 | - |
| YUV | 141.72 | 48.02 | 59.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 218 | 0 | 0.79 | 0 | 1 | 0.15 | 107.34 | 1 | 0.43 |
| Hex | 2E | DA | 0 | 4F | 0 | 64 | F | 6B | 64 | 2B |
| Octal | 56 | 332 | 0 | 117 | 0 | 144 | 17 | 153 | 144 | 53 |
| Binary | 101110 | 11011010 | 0 | 1001111 | 0 | 1100100 | 1111 | 1101011 | 1100100 | 101011 |
Color Harmonies of #2EDA00
Complementary color
Monochromatic Colors of #2EDA00
Black with #2EDA00
Text Example
Text Example
White with #2EDA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDA00; }
p { color: rgb(46,218,0); }
H1.HeaderClassName
{
color: #2EDA00;
}
.AnyTagClassName
{
color: #2EDA00;
}
</style>
background-color css
<style>
a { background-color: #2EDA00; }
a { background-color: rgb(46,218,0); }
div.DivClassName
{
background-color: #2EDA00;
}
.BgClassName
{
background-color: #2EDA00;
}
</style>
border-color css
<style>
span { border-color: #2EDA00; }
span { border-color: rgb(46,218,0); }
td.TdClassName
{
border-color: #2EDA00;
}
.TagClassName
{
border-color: #2EDA00;
}
</style>