Shades of Harlequin #2BE610
Tints of Harlequin #2BE610
RGB
CMYK
RGB Variations
Color information
#2BE610 (or 0x2BE610) is known color: Harlequin. HEX triplet: 2B, E6 and 10. RGB value is (43,230,16). Sum of RGB (Red+Green+Blue) = 43+230+16=289 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.88% from 289); Green value is 230 (90.23% from 255 or 79.58% from 289); Blue value is 16 (6.64% from 255 or 5.54% from 289); Max value from RGB is 230 - color contains mainly: green. Hex color #2BE610 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BE610 is #D419EF. Grayscale: #969696. Windows color (decimal): -13900272 or 1107499. OLE color: 1107499.
HSL color Cylindrical-coordinate representation of color #2BE610: hue angle of 112.43º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2BE610 is Cyan = 0.81, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 43 | 230 | 16 | - |
| CMYK | 0.81 | 0 | 0.93 | 0.10 |
| HSL | 112.43º | 0.87% | 0.48% | - |
| HSV(B) | 112.43º | 0.93% | 0.9% | - |
| XYZ | 29.39 | 57.14 | 9.97 | - |
| YUV | 149.69 | 52.55 | 51.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 230 | 16 | 0.81 | 0 | 0.93 | 0.10 | 112.43 | 0.87 | 0.48 |
| Hex | 2B | E6 | 10 | 51 | 0 | 5D | A | 70 | 57 | 30 |
| Octal | 53 | 346 | 20 | 121 | 0 | 135 | 12 | 160 | 127 | 60 |
| Binary | 101011 | 11100110 | 10000 | 1010001 | 0 | 1011101 | 1010 | 1110000 | 1010111 | 110000 |
Color Harmonies of #2BE610
Complementary color
Monochromatic Colors of #2BE610
Black with #2BE610
Text Example
Text Example
White with #2BE610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE610; }
p { color: rgb(43,230,16); }
H1.HeaderClassName
{
color: #2BE610;
}
.AnyTagClassName
{
color: #2BE610;
}
</style>
background-color css
<style>
a { background-color: #2BE610; }
a { background-color: rgb(43,230,16); }
div.DivClassName
{
background-color: #2BE610;
}
.BgClassName
{
background-color: #2BE610;
}
</style>
border-color css
<style>
span { border-color: #2BE610; }
span { border-color: rgb(43,230,16); }
td.TdClassName
{
border-color: #2BE610;
}
.TagClassName
{
border-color: #2BE610;
}
</style>