Shades of Harlequin #2BEE07
Tints of Harlequin #2BEE07
RGB
CMYK
RGB Variations
Color information
#2BEE07 (or 0x2BEE07) is known color: Harlequin. HEX triplet: 2B, EE and 07. RGB value is (43,238,7). Sum of RGB (Red+Green+Blue) = 43+238+7=288 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.93% from 288); Green value is 238 (93.36% from 255 or 82.64% from 288); Blue value is 7 (3.12% from 255 or 2.43% from 288); Max value from RGB is 238 - color contains mainly: green. Hex color #2BEE07 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BEE07 is #D411F8. Grayscale: #9A9A9A. Windows color (decimal): -13898233 or 519723. OLE color: 519723.
HSL color Cylindrical-coordinate representation of color #2BEE07: hue angle of 110.65º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2BEE07 is Cyan = 0.82, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 238 | 7 | - |
| CMYK | 0.82 | 0 | 0.97 | 0.07 |
| HSL | 110.65º | 0.94% | 0.48% | - |
| HSV(B) | 110.65º | 0.97% | 0.93% | - |
| XYZ | 31.61 | 61.68 | 10.44 | - |
| YUV | 153.36 | 45.4 | 49.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 238 | 7 | 0.82 | 0 | 0.97 | 0.07 | 110.65 | 0.94 | 0.48 |
| Hex | 2B | EE | 7 | 52 | 0 | 61 | 7 | 6F | 5E | 30 |
| Octal | 53 | 356 | 7 | 122 | 0 | 141 | 7 | 157 | 136 | 60 |
| Binary | 101011 | 11101110 | 111 | 1010010 | 0 | 1100001 | 111 | 1101111 | 1011110 | 110000 |
Color Harmonies of #2BEE07
Complementary color
Monochromatic Colors of #2BEE07
Black with #2BEE07
Text Example
Text Example
White with #2BEE07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEE07; }
p { color: rgb(43,238,7); }
H1.HeaderClassName
{
color: #2BEE07;
}
.AnyTagClassName
{
color: #2BEE07;
}
</style>
background-color css
<style>
a { background-color: #2BEE07; }
a { background-color: rgb(43,238,7); }
div.DivClassName
{
background-color: #2BEE07;
}
.BgClassName
{
background-color: #2BEE07;
}
</style>
border-color css
<style>
span { border-color: #2BEE07; }
span { border-color: rgb(43,238,7); }
td.TdClassName
{
border-color: #2BEE07;
}
.TagClassName
{
border-color: #2BEE07;
}
</style>