Shades of Harlequin #2EEA01
Tints of Harlequin #2EEA01
RGB
CMYK
RGB Variations
Color information
#2EEA01 (or 0x2EEA01) is known color: Harlequin. HEX triplet: 2E, EA and 01. RGB value is (46,234,1). Sum of RGB (Red+Green+Blue) = 46+234+1=281 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.37% from 281); Green value is 234 (91.80% from 255 or 83.27% from 281); Blue value is 1 (0.78% from 255 or 0.36% from 281); Max value from RGB is 234 - color contains mainly: green. Hex color #2EEA01 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EEA01 is #D115FE. Grayscale: #979797. Windows color (decimal): -13702655 or 125486. OLE color: 125486.
HSL color Cylindrical-coordinate representation of color #2EEA01: hue angle of 108.41º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2EEA01 is Cyan = 0.80, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 234 | 1 | - |
| CMYK | 0.80 | 0 | 1.00 | 0.08 |
| HSL | 108.41º | 0.99% | 0.46% | - |
| HSV(B) | 108.41º | 1% | 0.92% | - |
| XYZ | 30.56 | 59.43 | 9.89 | - |
| YUV | 151.23 | 43.22 | 52.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 234 | 1 | 0.80 | 0 | 1.00 | 0.08 | 108.41 | 0.99 | 0.46 |
| Hex | 2E | EA | 1 | 50 | 0 | 64 | 8 | 6C | 63 | 2E |
| Octal | 56 | 352 | 1 | 120 | 0 | 144 | 10 | 154 | 143 | 56 |
| Binary | 101110 | 11101010 | 1 | 1010000 | 0 | 1100100 | 1000 | 1101100 | 1100011 | 101110 |
Color Harmonies of #2EEA01
Complementary color
Monochromatic Colors of #2EEA01
Black with #2EEA01
Text Example
Text Example
White with #2EEA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEA01; }
p { color: rgb(46,234,1); }
H1.HeaderClassName
{
color: #2EEA01;
}
.AnyTagClassName
{
color: #2EEA01;
}
</style>
background-color css
<style>
a { background-color: #2EEA01; }
a { background-color: rgb(46,234,1); }
div.DivClassName
{
background-color: #2EEA01;
}
.BgClassName
{
background-color: #2EEA01;
}
</style>
border-color css
<style>
span { border-color: #2EEA01; }
span { border-color: rgb(46,234,1); }
td.TdClassName
{
border-color: #2EEA01;
}
.TagClassName
{
border-color: #2EEA01;
}
</style>