Shades of Harlequin #2ED501
Tints of Harlequin #2ED501
RGB
CMYK
RGB Variations
Color information
#2ED501 (or 0x2ED501) is known color: Harlequin. HEX triplet: 2E, D5 and 01. RGB value is (46,213,1). Sum of RGB (Red+Green+Blue) = 46+213+1=260 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.69% from 260); Green value is 213 (83.59% from 255 or 81.92% from 260); Blue value is 1 (0.78% from 255 or 0.38% from 260); Max value from RGB is 213 - color contains mainly: green. Hex color #2ED501 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ED501 is #D12AFE. Grayscale: #8B8B8B. Windows color (decimal): -13708031 or 120110. OLE color: 120110.
HSL color Cylindrical-coordinate representation of color #2ED501: hue angle of 107.26º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2ED501 is Cyan = 0.78, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 213 | 1 | - |
| CMYK | 0.78 | 0 | 1.00 | 0.16 |
| HSL | 107.26º | 0.99% | 0.42% | - |
| HSV(B) | 107.26º | 1% | 0.84% | - |
| XYZ | 24.93 | 48.17 | 8.01 | - |
| YUV | 138.9 | 50.17 | 61.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 213 | 1 | 0.78 | 0 | 1.00 | 0.16 | 107.26 | 0.99 | 0.42 |
| Hex | 2E | D5 | 1 | 4E | 0 | 64 | 10 | 6B | 63 | 2A |
| Octal | 56 | 325 | 1 | 116 | 0 | 144 | 20 | 153 | 143 | 52 |
| Binary | 101110 | 11010101 | 1 | 1001110 | 0 | 1100100 | 10000 | 1101011 | 1100011 | 101010 |
Color Harmonies of #2ED501
Complementary color
Monochromatic Colors of #2ED501
Black with #2ED501
Text Example
Text Example
White with #2ED501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED501; }
p { color: rgb(46,213,1); }
H1.HeaderClassName
{
color: #2ED501;
}
.AnyTagClassName
{
color: #2ED501;
}
</style>
background-color css
<style>
a { background-color: #2ED501; }
a { background-color: rgb(46,213,1); }
div.DivClassName
{
background-color: #2ED501;
}
.BgClassName
{
background-color: #2ED501;
}
</style>
border-color css
<style>
span { border-color: #2ED501; }
span { border-color: rgb(46,213,1); }
td.TdClassName
{
border-color: #2ED501;
}
.TagClassName
{
border-color: #2ED501;
}
</style>