Shades of Harlequin #2BE605
Tints of Harlequin #2BE605
RGB
CMYK
RGB Variations
Color information
#2BE605 (or 0x2BE605) is known color: Harlequin. HEX triplet: 2B, E6 and 05. RGB value is (43,230,5). Sum of RGB (Red+Green+Blue) = 43+230+5=278 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.47% from 278); Green value is 230 (90.23% from 255 or 82.73% from 278); Blue value is 5 (2.34% from 255 or 1.80% from 278); Max value from RGB is 230 - color contains mainly: green. Hex color #2BE605 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BE605 is #D419FA. Grayscale: #959595. Windows color (decimal): -13900283 or 386603. OLE color: 386603.
HSL color Cylindrical-coordinate representation of color #2BE605: hue angle of 109.87º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2BE605 is Cyan = 0.81, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 43 | 230 | 5 | - |
| CMYK | 0.81 | 0 | 0.98 | 0.10 |
| HSL | 109.87º | 0.96% | 0.46% | - |
| HSV(B) | 109.87º | 0.98% | 0.9% | - |
| XYZ | 29.32 | 57.12 | 9.62 | - |
| YUV | 148.44 | 47.05 | 52.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 230 | 5 | 0.81 | 0 | 0.98 | 0.10 | 109.87 | 0.96 | 0.46 |
| Hex | 2B | E6 | 5 | 51 | 0 | 62 | A | 6E | 60 | 2E |
| Octal | 53 | 346 | 5 | 121 | 0 | 142 | 12 | 156 | 140 | 56 |
| Binary | 101011 | 11100110 | 101 | 1010001 | 0 | 1100010 | 1010 | 1101110 | 1100000 | 101110 |
Color Harmonies of #2BE605
Complementary color
Monochromatic Colors of #2BE605
Black with #2BE605
Text Example
Text Example
White with #2BE605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE605; }
p { color: rgb(43,230,5); }
H1.HeaderClassName
{
color: #2BE605;
}
.AnyTagClassName
{
color: #2BE605;
}
</style>
background-color css
<style>
a { background-color: #2BE605; }
a { background-color: rgb(43,230,5); }
div.DivClassName
{
background-color: #2BE605;
}
.BgClassName
{
background-color: #2BE605;
}
</style>
border-color css
<style>
span { border-color: #2BE605; }
span { border-color: rgb(43,230,5); }
td.TdClassName
{
border-color: #2BE605;
}
.TagClassName
{
border-color: #2BE605;
}
</style>