Shades of Harlequin #2EED15
Tints of Harlequin #2EED15
RGB
CMYK
RGB Variations
Color information
#2EED15 (or 0x2EED15) is known color: Harlequin. HEX triplet: 2E, ED and 15. RGB value is (46,237,21). Sum of RGB (Red+Green+Blue) = 46+237+21=304 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.13% from 304); Green value is 237 (92.97% from 255 or 77.96% from 304); Blue value is 21 (8.59% from 255 or 6.91% from 304); Max value from RGB is 237 - color contains mainly: green. Hex color #2EED15 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EED15 is #D112EA. Grayscale: #9B9B9B. Windows color (decimal): -13701867 or 1436974. OLE color: 1436974.
HSL color Cylindrical-coordinate representation of color #2EED15: hue angle of 113.06º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2EED15 is Cyan = 0.81, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 237 | 21 | - |
| CMYK | 0.81 | 0 | 0.91 | 0.07 |
| HSL | 113.06º | 0.86% | 0.51% | - |
| HSV(B) | 113.06º | 0.91% | 0.93% | - |
| XYZ | 31.55 | 61.2 | 10.86 | - |
| YUV | 155.27 | 52.22 | 50.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 237 | 21 | 0.81 | 0 | 0.91 | 0.07 | 113.06 | 0.86 | 0.51 |
| Hex | 2E | ED | 15 | 51 | 0 | 5B | 7 | 71 | 56 | 33 |
| Octal | 56 | 355 | 25 | 121 | 0 | 133 | 7 | 161 | 126 | 63 |
| Binary | 101110 | 11101101 | 10101 | 1010001 | 0 | 1011011 | 111 | 1110001 | 1010110 | 110011 |
Color Harmonies of #2EED15
Complementary color
Monochromatic Colors of #2EED15
Black with #2EED15
Text Example
Text Example
White with #2EED15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EED15; }
p { color: rgb(46,237,21); }
H1.HeaderClassName
{
color: #2EED15;
}
.AnyTagClassName
{
color: #2EED15;
}
</style>
background-color css
<style>
a { background-color: #2EED15; }
a { background-color: rgb(46,237,21); }
div.DivClassName
{
background-color: #2EED15;
}
.BgClassName
{
background-color: #2EED15;
}
</style>
border-color css
<style>
span { border-color: #2EED15; }
span { border-color: rgb(46,237,21); }
td.TdClassName
{
border-color: #2EED15;
}
.TagClassName
{
border-color: #2EED15;
}
</style>