Shades of Harlequin #2BE507
Tints of Harlequin #2BE507
RGB
CMYK
RGB Variations
Color information
#2BE507 (or 0x2BE507) is known color: Harlequin. HEX triplet: 2B, E5 and 07. RGB value is (43,229,7). Sum of RGB (Red+Green+Blue) = 43+229+7=279 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.41% from 279); Green value is 229 (89.84% from 255 or 82.08% from 279); Blue value is 7 (3.12% from 255 or 2.51% from 279); Max value from RGB is 229 - color contains mainly: green. Hex color #2BE507 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BE507 is #D41AF8. Grayscale: #949494. Windows color (decimal): -13900537 or 517419. OLE color: 517419.
HSL color Cylindrical-coordinate representation of color #2BE507: hue angle of 110.27º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2BE507 is Cyan = 0.81, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 43 | 229 | 7 | - |
| CMYK | 0.81 | 0 | 0.97 | 0.10 |
| HSL | 110.27º | 0.94% | 0.46% | - |
| HSV(B) | 110.27º | 0.97% | 0.9% | - |
| XYZ | 29.05 | 56.57 | 9.59 | - |
| YUV | 148.08 | 48.38 | 53.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 229 | 7 | 0.81 | 0 | 0.97 | 0.10 | 110.27 | 0.94 | 0.46 |
| Hex | 2B | E5 | 7 | 51 | 0 | 61 | A | 6E | 5E | 2E |
| Octal | 53 | 345 | 7 | 121 | 0 | 141 | 12 | 156 | 136 | 56 |
| Binary | 101011 | 11100101 | 111 | 1010001 | 0 | 1100001 | 1010 | 1101110 | 1011110 | 101110 |
Color Harmonies of #2BE507
Complementary color
Monochromatic Colors of #2BE507
Black with #2BE507
Text Example
Text Example
White with #2BE507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE507; }
p { color: rgb(43,229,7); }
H1.HeaderClassName
{
color: #2BE507;
}
.AnyTagClassName
{
color: #2BE507;
}
</style>
background-color css
<style>
a { background-color: #2BE507; }
a { background-color: rgb(43,229,7); }
div.DivClassName
{
background-color: #2BE507;
}
.BgClassName
{
background-color: #2BE507;
}
</style>
border-color css
<style>
span { border-color: #2BE507; }
span { border-color: rgb(43,229,7); }
td.TdClassName
{
border-color: #2BE507;
}
.TagClassName
{
border-color: #2BE507;
}
</style>