Shades of Harlequin #2BEE0E
Tints of Harlequin #2BEE0E
RGB
CMYK
RGB Variations
Color information
#2BEE0E (or 0x2BEE0E) is known color: Harlequin. HEX triplet: 2B, EE and 0E. RGB value is (43,238,14). Sum of RGB (Red+Green+Blue) = 43+238+14=295 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.58% from 295); Green value is 238 (93.36% from 255 or 80.68% from 295); Blue value is 14 (5.86% from 255 or 4.75% from 295); Max value from RGB is 238 - color contains mainly: green. Hex color #2BEE0E is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BEE0E is #D411F1. Grayscale: #9A9A9A. Windows color (decimal): -13898226 or 978475. OLE color: 978475.
HSL color Cylindrical-coordinate representation of color #2BEE0E: hue angle of 112.23º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2BEE0E is Cyan = 0.82, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 238 | 14 | - |
| CMYK | 0.82 | 0 | 0.94 | 0.07 |
| HSL | 112.23º | 0.89% | 0.49% | - |
| HSV(B) | 112.23º | 0.94% | 0.93% | - |
| XYZ | 31.65 | 61.69 | 10.66 | - |
| YUV | 154.16 | 48.9 | 48.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 238 | 14 | 0.82 | 0 | 0.94 | 0.07 | 112.23 | 0.89 | 0.49 |
| Hex | 2B | EE | E | 52 | 0 | 5E | 7 | 70 | 59 | 31 |
| Octal | 53 | 356 | 16 | 122 | 0 | 136 | 7 | 160 | 131 | 61 |
| Binary | 101011 | 11101110 | 1110 | 1010010 | 0 | 1011110 | 111 | 1110000 | 1011001 | 110001 |
Color Harmonies of #2BEE0E
Complementary color
Monochromatic Colors of #2BEE0E
Black with #2BEE0E
Text Example
Text Example
White with #2BEE0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEE0E; }
p { color: rgb(43,238,14); }
H1.HeaderClassName
{
color: #2BEE0E;
}
.AnyTagClassName
{
color: #2BEE0E;
}
</style>
background-color css
<style>
a { background-color: #2BEE0E; }
a { background-color: rgb(43,238,14); }
div.DivClassName
{
background-color: #2BEE0E;
}
.BgClassName
{
background-color: #2BEE0E;
}
</style>
border-color css
<style>
span { border-color: #2BEE0E; }
span { border-color: rgb(43,238,14); }
td.TdClassName
{
border-color: #2BEE0E;
}
.TagClassName
{
border-color: #2BEE0E;
}
</style>