Shades of Harlequin #2EEA17
Tints of Harlequin #2EEA17
RGB
CMYK
RGB Variations
Color information
#2EEA17 (or 0x2EEA17) is known color: Harlequin. HEX triplet: 2E, EA and 17. RGB value is (46,234,23). Sum of RGB (Red+Green+Blue) = 46+234+23=303 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.18% from 303); Green value is 234 (91.80% from 255 or 77.23% from 303); Blue value is 23 (9.38% from 255 or 7.59% from 303); Max value from RGB is 234 - color contains mainly: green. Hex color #2EEA17 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EEA17 is #D115E8. Grayscale: #9A9A9A. Windows color (decimal): -13702633 or 1567278. OLE color: 1567278.
HSL color Cylindrical-coordinate representation of color #2EEA17: hue angle of 113.46º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2EEA17 is Cyan = 0.80, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 234 | 23 | - |
| CMYK | 0.80 | 0 | 0.90 | 0.08 |
| HSL | 113.46º | 0.83% | 0.5% | - |
| HSV(B) | 113.46º | 0.9% | 0.92% | - |
| XYZ | 30.7 | 59.49 | 10.67 | - |
| YUV | 153.73 | 54.22 | 51.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 234 | 23 | 0.80 | 0 | 0.90 | 0.08 | 113.46 | 0.83 | 0.5 |
| Hex | 2E | EA | 17 | 50 | 0 | 5A | 8 | 71 | 53 | 32 |
| Octal | 56 | 352 | 27 | 120 | 0 | 132 | 10 | 161 | 123 | 62 |
| Binary | 101110 | 11101010 | 10111 | 1010000 | 0 | 1011010 | 1000 | 1110001 | 1010011 | 110010 |
Color Harmonies of #2EEA17
Complementary color
Monochromatic Colors of #2EEA17
Black with #2EEA17
Text Example
Text Example
White with #2EEA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEA17; }
p { color: rgb(46,234,23); }
H1.HeaderClassName
{
color: #2EEA17;
}
.AnyTagClassName
{
color: #2EEA17;
}
</style>
background-color css
<style>
a { background-color: #2EEA17; }
a { background-color: rgb(46,234,23); }
div.DivClassName
{
background-color: #2EEA17;
}
.BgClassName
{
background-color: #2EEA17;
}
</style>
border-color css
<style>
span { border-color: #2EEA17; }
span { border-color: rgb(46,234,23); }
td.TdClassName
{
border-color: #2EEA17;
}
.TagClassName
{
border-color: #2EEA17;
}
</style>