Shades of Harlequin #2BE710
Tints of Harlequin #2BE710
RGB
CMYK
RGB Variations
Color information
#2BE710 (or 0x2BE710) is known color: Harlequin. HEX triplet: 2B, E7 and 10. RGB value is (43,231,16). Sum of RGB (Red+Green+Blue) = 43+231+16=290 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.83% from 290); Green value is 231 (90.62% from 255 or 79.66% from 290); Blue value is 16 (6.64% from 255 or 5.52% from 290); Max value from RGB is 231 - color contains mainly: green. Hex color #2BE710 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BE710 is #D418EF. Grayscale: #969696. Windows color (decimal): -13900016 or 1107755. OLE color: 1107755.
HSL color Cylindrical-coordinate representation of color #2BE710: hue angle of 112.47º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2BE710 is Cyan = 0.81, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 43 | 231 | 16 | - |
| CMYK | 0.81 | 0 | 0.93 | 0.09 |
| HSL | 112.47º | 0.87% | 0.48% | - |
| HSV(B) | 112.47º | 0.93% | 0.91% | - |
| XYZ | 29.67 | 57.7 | 10.06 | - |
| YUV | 150.28 | 52.22 | 51.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 231 | 16 | 0.81 | 0 | 0.93 | 0.09 | 112.47 | 0.87 | 0.48 |
| Hex | 2B | E7 | 10 | 51 | 0 | 5D | 9 | 70 | 57 | 30 |
| Octal | 53 | 347 | 20 | 121 | 0 | 135 | 11 | 160 | 127 | 60 |
| Binary | 101011 | 11100111 | 10000 | 1010001 | 0 | 1011101 | 1001 | 1110000 | 1010111 | 110000 |
Color Harmonies of #2BE710
Complementary color
Monochromatic Colors of #2BE710
Black with #2BE710
Text Example
Text Example
White with #2BE710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE710; }
p { color: rgb(43,231,16); }
H1.HeaderClassName
{
color: #2BE710;
}
.AnyTagClassName
{
color: #2BE710;
}
</style>
background-color css
<style>
a { background-color: #2BE710; }
a { background-color: rgb(43,231,16); }
div.DivClassName
{
background-color: #2BE710;
}
.BgClassName
{
background-color: #2BE710;
}
</style>
border-color css
<style>
span { border-color: #2BE710; }
span { border-color: rgb(43,231,16); }
td.TdClassName
{
border-color: #2BE710;
}
.TagClassName
{
border-color: #2BE710;
}
</style>