Shades of Harlequin #2BEE00
Tints of Harlequin #2BEE00
RGB
CMYK
RGB Variations
Color information
#2BEE00 (or 0x2BEE00) is known color: Harlequin. HEX triplet: 2B, EE and 00. RGB value is (43,238,0). Sum of RGB (Red+Green+Blue) = 43+238+0=281 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.30% from 281); Green value is 238 (93.36% from 255 or 84.70% from 281); Blue value is 0 (0.39% from 255 or 0% from 281); Max value from RGB is 238 - color contains mainly: green. Hex color #2BEE00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BEE00 is #D411FF. Grayscale: #999999. Windows color (decimal): -13898240 or 60971. OLE color: 60971.
HSL color Cylindrical-coordinate representation of color #2BEE00: hue angle of 109.16º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2BEE00 is Cyan = 0.82, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 238 | 0 | - |
| CMYK | 0.82 | 0 | 1 | 0.07 |
| HSL | 109.16º | 1% | 0.47% | - |
| HSV(B) | 109.16º | 1% | 0.93% | - |
| XYZ | 31.57 | 61.66 | 10.24 | - |
| YUV | 152.56 | 41.9 | 49.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 238 | 0 | 0.82 | 0 | 1 | 0.07 | 109.16 | 1 | 0.47 |
| Hex | 2B | EE | 0 | 52 | 0 | 64 | 7 | 6D | 64 | 2F |
| Octal | 53 | 356 | 0 | 122 | 0 | 144 | 7 | 155 | 144 | 57 |
| Binary | 101011 | 11101110 | 0 | 1010010 | 0 | 1100100 | 111 | 1101101 | 1100100 | 101111 |
Color Harmonies of #2BEE00
Complementary color
Monochromatic Colors of #2BEE00
Black with #2BEE00
Text Example
Text Example
White with #2BEE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEE00; }
p { color: rgb(43,238,0); }
H1.HeaderClassName
{
color: #2BEE00;
}
.AnyTagClassName
{
color: #2BEE00;
}
</style>
background-color css
<style>
a { background-color: #2BEE00; }
a { background-color: rgb(43,238,0); }
div.DivClassName
{
background-color: #2BEE00;
}
.BgClassName
{
background-color: #2BEE00;
}
</style>
border-color css
<style>
span { border-color: #2BEE00; }
span { border-color: rgb(43,238,0); }
td.TdClassName
{
border-color: #2BEE00;
}
.TagClassName
{
border-color: #2BEE00;
}
</style>