Shades of Harlequin #2EEA0F
Tints of Harlequin #2EEA0F
RGB
CMYK
RGB Variations
Color information
#2EEA0F (or 0x2EEA0F) is known color: Harlequin. HEX triplet: 2E, EA and 0F. RGB value is (46,234,15). Sum of RGB (Red+Green+Blue) = 46+234+15=295 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.59% from 295); Green value is 234 (91.80% from 255 or 79.32% from 295); Blue value is 15 (6.25% from 255 or 5.08% from 295); Max value from RGB is 234 - color contains mainly: green. Hex color #2EEA0F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EEA0F is #D115F0. Grayscale: #999999. Windows color (decimal): -13702641 or 1042990. OLE color: 1042990.
HSL color Cylindrical-coordinate representation of color #2EEA0F: hue angle of 111.51º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2EEA0F is Cyan = 0.80, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 234 | 15 | - |
| CMYK | 0.80 | 0 | 0.94 | 0.08 |
| HSL | 111.51º | 0.88% | 0.49% | - |
| HSV(B) | 111.51º | 0.94% | 0.92% | - |
| XYZ | 30.64 | 59.46 | 10.31 | - |
| YUV | 152.82 | 50.22 | 51.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 234 | 15 | 0.80 | 0 | 0.94 | 0.08 | 111.51 | 0.88 | 0.49 |
| Hex | 2E | EA | F | 50 | 0 | 5E | 8 | 70 | 58 | 31 |
| Octal | 56 | 352 | 17 | 120 | 0 | 136 | 10 | 160 | 130 | 61 |
| Binary | 101110 | 11101010 | 1111 | 1010000 | 0 | 1011110 | 1000 | 1110000 | 1011000 | 110001 |
Color Harmonies of #2EEA0F
Complementary color
Monochromatic Colors of #2EEA0F
Black with #2EEA0F
Text Example
Text Example
White with #2EEA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEA0F; }
p { color: rgb(46,234,15); }
H1.HeaderClassName
{
color: #2EEA0F;
}
.AnyTagClassName
{
color: #2EEA0F;
}
</style>
background-color css
<style>
a { background-color: #2EEA0F; }
a { background-color: rgb(46,234,15); }
div.DivClassName
{
background-color: #2EEA0F;
}
.BgClassName
{
background-color: #2EEA0F;
}
</style>
border-color css
<style>
span { border-color: #2EEA0F; }
span { border-color: rgb(46,234,15); }
td.TdClassName
{
border-color: #2EEA0F;
}
.TagClassName
{
border-color: #2EEA0F;
}
</style>