Shades of Harlequin #2BEA03
Tints of Harlequin #2BEA03
RGB
CMYK
RGB Variations
Color information
#2BEA03 (or 0x2BEA03) is known color: Harlequin. HEX triplet: 2B, EA and 03. RGB value is (43,234,3). Sum of RGB (Red+Green+Blue) = 43+234+3=280 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.36% from 280); Green value is 234 (91.80% from 255 or 83.57% from 280); Blue value is 3 (1.56% from 255 or 1.07% from 280); Max value from RGB is 234 - color contains mainly: green. Hex color #2BEA03 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BEA03 is #D415FC. Grayscale: #979797. Windows color (decimal): -13899261 or 256555. OLE color: 256555.
HSL color Cylindrical-coordinate representation of color #2BEA03: hue angle of 109.61º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2BEA03 is Cyan = 0.82, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 234 | 3 | - |
| CMYK | 0.82 | 0 | 0.99 | 0.08 |
| HSL | 109.61º | 0.97% | 0.46% | - |
| HSV(B) | 109.61º | 0.99% | 0.92% | - |
| XYZ | 30.44 | 59.37 | 9.94 | - |
| YUV | 150.56 | 44.72 | 51.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 234 | 3 | 0.82 | 0 | 0.99 | 0.08 | 109.61 | 0.97 | 0.46 |
| Hex | 2B | EA | 3 | 52 | 0 | 63 | 8 | 6E | 61 | 2E |
| Octal | 53 | 352 | 3 | 122 | 0 | 143 | 10 | 156 | 141 | 56 |
| Binary | 101011 | 11101010 | 11 | 1010010 | 0 | 1100011 | 1000 | 1101110 | 1100001 | 101110 |
Color Harmonies of #2BEA03
Complementary color
Monochromatic Colors of #2BEA03
Black with #2BEA03
Text Example
Text Example
White with #2BEA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEA03; }
p { color: rgb(43,234,3); }
H1.HeaderClassName
{
color: #2BEA03;
}
.AnyTagClassName
{
color: #2BEA03;
}
</style>
background-color css
<style>
a { background-color: #2BEA03; }
a { background-color: rgb(43,234,3); }
div.DivClassName
{
background-color: #2BEA03;
}
.BgClassName
{
background-color: #2BEA03;
}
</style>
border-color css
<style>
span { border-color: #2BEA03; }
span { border-color: rgb(43,234,3); }
td.TdClassName
{
border-color: #2BEA03;
}
.TagClassName
{
border-color: #2BEA03;
}
</style>