Shades of Harlequin #2EEA06
Tints of Harlequin #2EEA06
RGB
CMYK
RGB Variations
Color information
#2EEA06 (or 0x2EEA06) is known color: Harlequin. HEX triplet: 2E, EA and 06. RGB value is (46,234,6). Sum of RGB (Red+Green+Blue) = 46+234+6=286 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.08% from 286); Green value is 234 (91.80% from 255 or 81.82% from 286); Blue value is 6 (2.73% from 255 or 2.10% from 286); Max value from RGB is 234 - color contains mainly: green. Hex color #2EEA06 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EEA06 is #D115F9. Grayscale: #989898. Windows color (decimal): -13702650 or 453166. OLE color: 453166.
HSL color Cylindrical-coordinate representation of color #2EEA06: hue angle of 109.47º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2EEA06 is Cyan = 0.80, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 234 | 6 | - |
| CMYK | 0.80 | 0 | 0.97 | 0.08 |
| HSL | 109.47º | 0.95% | 0.47% | - |
| HSV(B) | 109.47º | 0.97% | 0.92% | - |
| XYZ | 30.58 | 59.44 | 10.03 | - |
| YUV | 151.8 | 45.72 | 52.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 234 | 6 | 0.80 | 0 | 0.97 | 0.08 | 109.47 | 0.95 | 0.47 |
| Hex | 2E | EA | 6 | 50 | 0 | 61 | 8 | 6D | 5F | 2F |
| Octal | 56 | 352 | 6 | 120 | 0 | 141 | 10 | 155 | 137 | 57 |
| Binary | 101110 | 11101010 | 110 | 1010000 | 0 | 1100001 | 1000 | 1101101 | 1011111 | 101111 |
Color Harmonies of #2EEA06
Complementary color
Monochromatic Colors of #2EEA06
Black with #2EEA06
Text Example
Text Example
White with #2EEA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEA06; }
p { color: rgb(46,234,6); }
H1.HeaderClassName
{
color: #2EEA06;
}
.AnyTagClassName
{
color: #2EEA06;
}
</style>
background-color css
<style>
a { background-color: #2EEA06; }
a { background-color: rgb(46,234,6); }
div.DivClassName
{
background-color: #2EEA06;
}
.BgClassName
{
background-color: #2EEA06;
}
</style>
border-color css
<style>
span { border-color: #2EEA06; }
span { border-color: rgb(46,234,6); }
td.TdClassName
{
border-color: #2EEA06;
}
.TagClassName
{
border-color: #2EEA06;
}
</style>