Shades of Harlequin #2BE407
Tints of Harlequin #2BE407
RGB
CMYK
RGB Variations
Color information
#2BE407 (or 0x2BE407) is known color: Harlequin. HEX triplet: 2B, E4 and 07. RGB value is (43,228,7). Sum of RGB (Red+Green+Blue) = 43+228+7=278 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.47% from 278); Green value is 228 (89.45% from 255 or 82.01% from 278); Blue value is 7 (3.12% from 255 or 2.52% from 278); Max value from RGB is 228 - color contains mainly: green. Hex color #2BE407 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BE407 is #D41BF8. Grayscale: #949494. Windows color (decimal): -13900793 or 517163. OLE color: 517163.
HSL color Cylindrical-coordinate representation of color #2BE407: hue angle of 110.23º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2BE407 is Cyan = 0.81, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 43 | 228 | 7 | - |
| CMYK | 0.81 | 0 | 0.97 | 0.11 |
| HSL | 110.23º | 0.94% | 0.46% | - |
| HSV(B) | 110.23º | 0.97% | 0.89% | - |
| XYZ | 28.78 | 56.02 | 9.5 | - |
| YUV | 147.49 | 48.71 | 53.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 228 | 7 | 0.81 | 0 | 0.97 | 0.11 | 110.23 | 0.94 | 0.46 |
| Hex | 2B | E4 | 7 | 51 | 0 | 61 | B | 6E | 5E | 2E |
| Octal | 53 | 344 | 7 | 121 | 0 | 141 | 13 | 156 | 136 | 56 |
| Binary | 101011 | 11100100 | 111 | 1010001 | 0 | 1100001 | 1011 | 1101110 | 1011110 | 101110 |
Color Harmonies of #2BE407
Complementary color
Monochromatic Colors of #2BE407
Black with #2BE407
Text Example
Text Example
White with #2BE407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE407; }
p { color: rgb(43,228,7); }
H1.HeaderClassName
{
color: #2BE407;
}
.AnyTagClassName
{
color: #2BE407;
}
</style>
background-color css
<style>
a { background-color: #2BE407; }
a { background-color: rgb(43,228,7); }
div.DivClassName
{
background-color: #2BE407;
}
.BgClassName
{
background-color: #2BE407;
}
</style>
border-color css
<style>
span { border-color: #2BE407; }
span { border-color: rgb(43,228,7); }
td.TdClassName
{
border-color: #2BE407;
}
.TagClassName
{
border-color: #2BE407;
}
</style>