Shades of Harlequin #2BEF00
Tints of Harlequin #2BEF00
RGB
CMYK
RGB Variations
Color information
#2BEF00 (or 0x2BEF00) is known color: Harlequin. HEX triplet: 2B, EF and 00. RGB value is (43,239,0). Sum of RGB (Red+Green+Blue) = 43+239+0=282 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.25% from 282); Green value is 239 (93.75% from 255 or 84.75% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 239 - color contains mainly: green. Hex color #2BEF00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BEF00 is #D410FF. Grayscale: #999999. Windows color (decimal): -13897984 or 61227. OLE color: 61227.
HSL color Cylindrical-coordinate representation of color #2BEF00: hue angle of 109.21º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2BEF00 is Cyan = 0.82, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 43 | 239 | 0 | - |
| CMYK | 0.82 | 0 | 1 | 0.06 |
| HSL | 109.21º | 1% | 0.47% | - |
| HSV(B) | 109.21º | 1% | 0.94% | - |
| XYZ | 31.86 | 62.25 | 10.34 | - |
| YUV | 153.15 | 41.57 | 49.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 239 | 0 | 0.82 | 0 | 1 | 0.06 | 109.21 | 1 | 0.47 |
| Hex | 2B | EF | 0 | 52 | 0 | 64 | 6 | 6D | 64 | 2F |
| Octal | 53 | 357 | 0 | 122 | 0 | 144 | 6 | 155 | 144 | 57 |
| Binary | 101011 | 11101111 | 0 | 1010010 | 0 | 1100100 | 110 | 1101101 | 1100100 | 101111 |
Color Harmonies of #2BEF00
Complementary color
Monochromatic Colors of #2BEF00
Black with #2BEF00
Text Example
Text Example
White with #2BEF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEF00; }
p { color: rgb(43,239,0); }
H1.HeaderClassName
{
color: #2BEF00;
}
.AnyTagClassName
{
color: #2BEF00;
}
</style>
background-color css
<style>
a { background-color: #2BEF00; }
a { background-color: rgb(43,239,0); }
div.DivClassName
{
background-color: #2BEF00;
}
.BgClassName
{
background-color: #2BEF00;
}
</style>
border-color css
<style>
span { border-color: #2BEF00; }
span { border-color: rgb(43,239,0); }
td.TdClassName
{
border-color: #2BEF00;
}
.TagClassName
{
border-color: #2BEF00;
}
</style>