Shades of Harlequin #2BE107
Tints of Harlequin #2BE107
RGB
CMYK
RGB Variations
Color information
#2BE107 (or 0x2BE107) is known color: Harlequin. HEX triplet: 2B, E1 and 07. RGB value is (43,225,7). Sum of RGB (Red+Green+Blue) = 43+225+7=275 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.64% from 275); Green value is 225 (88.28% from 255 or 81.82% from 275); Blue value is 7 (3.12% from 255 or 2.55% from 275); Max value from RGB is 225 - color contains mainly: green. Hex color #2BE107 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BE107 is #D41EF8. Grayscale: #929292. Windows color (decimal): -13901561 or 516395. OLE color: 516395.
HSL color Cylindrical-coordinate representation of color #2BE107: hue angle of 110.09º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2BE107 is Cyan = 0.81, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 43 | 225 | 7 | - |
| CMYK | 0.81 | 0 | 0.97 | 0.12 |
| HSL | 110.09º | 0.94% | 0.45% | - |
| HSV(B) | 110.09º | 0.97% | 0.88% | - |
| XYZ | 27.96 | 54.38 | 9.22 | - |
| YUV | 145.73 | 49.7 | 54.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 225 | 7 | 0.81 | 0 | 0.97 | 0.12 | 110.09 | 0.94 | 0.45 |
| Hex | 2B | E1 | 7 | 51 | 0 | 61 | C | 6E | 5E | 2D |
| Octal | 53 | 341 | 7 | 121 | 0 | 141 | 14 | 156 | 136 | 55 |
| Binary | 101011 | 11100001 | 111 | 1010001 | 0 | 1100001 | 1100 | 1101110 | 1011110 | 101101 |
Color Harmonies of #2BE107
Complementary color
Monochromatic Colors of #2BE107
Black with #2BE107
Text Example
Text Example
White with #2BE107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE107; }
p { color: rgb(43,225,7); }
H1.HeaderClassName
{
color: #2BE107;
}
.AnyTagClassName
{
color: #2BE107;
}
</style>
background-color css
<style>
a { background-color: #2BE107; }
a { background-color: rgb(43,225,7); }
div.DivClassName
{
background-color: #2BE107;
}
.BgClassName
{
background-color: #2BE107;
}
</style>
border-color css
<style>
span { border-color: #2BE107; }
span { border-color: rgb(43,225,7); }
td.TdClassName
{
border-color: #2BE107;
}
.TagClassName
{
border-color: #2BE107;
}
</style>