Shades of Harlequin #2BEA00
Tints of Harlequin #2BEA00
RGB
CMYK
RGB Variations
Color information
#2BEA00 (or 0x2BEA00) is known color: Harlequin. HEX triplet: 2B, EA and 00. RGB value is (43,234,0). Sum of RGB (Red+Green+Blue) = 43+234+0=277 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.52% from 277); Green value is 234 (91.80% from 255 or 84.48% from 277); Blue value is 0 (0.39% from 255 or 0% from 277); Max value from RGB is 234 - color contains mainly: green. Hex color #2BEA00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BEA00 is #D415FF. Grayscale: #969696. Windows color (decimal): -13899264 or 59947. OLE color: 59947.
HSL color Cylindrical-coordinate representation of color #2BEA00: hue angle of 108.97º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2BEA00 is Cyan = 0.82, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 234 | 0 | - |
| CMYK | 0.82 | 0 | 1 | 0.08 |
| HSL | 108.97º | 1% | 0.46% | - |
| HSV(B) | 108.97º | 1% | 0.92% | - |
| XYZ | 30.42 | 59.36 | 9.85 | - |
| YUV | 150.22 | 43.22 | 51.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 234 | 0 | 0.82 | 0 | 1 | 0.08 | 108.97 | 1 | 0.46 |
| Hex | 2B | EA | 0 | 52 | 0 | 64 | 8 | 6D | 64 | 2E |
| Octal | 53 | 352 | 0 | 122 | 0 | 144 | 10 | 155 | 144 | 56 |
| Binary | 101011 | 11101010 | 0 | 1010010 | 0 | 1100100 | 1000 | 1101101 | 1100100 | 101110 |
Color Harmonies of #2BEA00
Complementary color
Monochromatic Colors of #2BEA00
Black with #2BEA00
Text Example
Text Example
White with #2BEA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEA00; }
p { color: rgb(43,234,0); }
H1.HeaderClassName
{
color: #2BEA00;
}
.AnyTagClassName
{
color: #2BEA00;
}
</style>
background-color css
<style>
a { background-color: #2BEA00; }
a { background-color: rgb(43,234,0); }
div.DivClassName
{
background-color: #2BEA00;
}
.BgClassName
{
background-color: #2BEA00;
}
</style>
border-color css
<style>
span { border-color: #2BEA00; }
span { border-color: rgb(43,234,0); }
td.TdClassName
{
border-color: #2BEA00;
}
.TagClassName
{
border-color: #2BEA00;
}
</style>