Shades of Harlequin #2EDF05
Tints of Harlequin #2EDF05
RGB
CMYK
RGB Variations
Color information
#2EDF05 (or 0x2EDF05) is known color: Harlequin. HEX triplet: 2E, DF and 05. RGB value is (46,223,5). Sum of RGB (Red+Green+Blue) = 46+223+5=274 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.79% from 274); Green value is 223 (87.5% from 255 or 81.39% from 274); Blue value is 5 (2.34% from 255 or 1.82% from 274); Max value from RGB is 223 - color contains mainly: green. Hex color #2EDF05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EDF05 is #D120FA. Grayscale: #919191. Windows color (decimal): -13705467 or 384814. OLE color: 384814.
HSL color Cylindrical-coordinate representation of color #2EDF05: hue angle of 108.72º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2EDF05 is Cyan = 0.79, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 223 | 5 | - |
| CMYK | 0.79 | 0 | 0.98 | 0.13 |
| HSL | 108.72º | 0.96% | 0.45% | - |
| HSV(B) | 108.72º | 0.98% | 0.87% | - |
| XYZ | 27.54 | 53.37 | 8.99 | - |
| YUV | 145.23 | 48.86 | 57.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 223 | 5 | 0.79 | 0 | 0.98 | 0.13 | 108.72 | 0.96 | 0.45 |
| Hex | 2E | DF | 5 | 4F | 0 | 62 | D | 6D | 60 | 2D |
| Octal | 56 | 337 | 5 | 117 | 0 | 142 | 15 | 155 | 140 | 55 |
| Binary | 101110 | 11011111 | 101 | 1001111 | 0 | 1100010 | 1101 | 1101101 | 1100000 | 101101 |
Color Harmonies of #2EDF05
Complementary color
Monochromatic Colors of #2EDF05
Black with #2EDF05
Text Example
Text Example
White with #2EDF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDF05; }
p { color: rgb(46,223,5); }
H1.HeaderClassName
{
color: #2EDF05;
}
.AnyTagClassName
{
color: #2EDF05;
}
</style>
background-color css
<style>
a { background-color: #2EDF05; }
a { background-color: rgb(46,223,5); }
div.DivClassName
{
background-color: #2EDF05;
}
.BgClassName
{
background-color: #2EDF05;
}
</style>
border-color css
<style>
span { border-color: #2EDF05; }
span { border-color: rgb(46,223,5); }
td.TdClassName
{
border-color: #2EDF05;
}
.TagClassName
{
border-color: #2EDF05;
}
</style>