Shades of Harlequin #2BEF01
Tints of Harlequin #2BEF01
RGB
CMYK
RGB Variations
Color information
#2BEF01 (or 0x2BEF01) is known color: Harlequin. HEX triplet: 2B, EF and 01. RGB value is (43,239,1). Sum of RGB (Red+Green+Blue) = 43+239+1=283 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.19% from 283); Green value is 239 (93.75% from 255 or 84.45% from 283); Blue value is 1 (0.78% from 255 or 0.35% from 283); Max value from RGB is 239 - color contains mainly: green. Hex color #2BEF01 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BEF01 is #D410FE. Grayscale: #9A9A9A. Windows color (decimal): -13897983 or 126763. OLE color: 126763.
HSL color Cylindrical-coordinate representation of color #2BEF01: hue angle of 109.41º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2BEF01 is Cyan = 0.82, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 43 | 239 | 1 | - |
| CMYK | 0.82 | 0 | 1.00 | 0.06 |
| HSL | 109.41º | 0.99% | 0.47% | - |
| HSV(B) | 109.41º | 1% | 0.94% | - |
| XYZ | 31.87 | 62.25 | 10.36 | - |
| YUV | 153.26 | 42.07 | 49.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 239 | 1 | 0.82 | 0 | 1.00 | 0.06 | 109.41 | 0.99 | 0.47 |
| Hex | 2B | EF | 1 | 52 | 0 | 64 | 6 | 6D | 63 | 2F |
| Octal | 53 | 357 | 1 | 122 | 0 | 144 | 6 | 155 | 143 | 57 |
| Binary | 101011 | 11101111 | 1 | 1010010 | 0 | 1100100 | 110 | 1101101 | 1100011 | 101111 |
Color Harmonies of #2BEF01
Complementary color
Monochromatic Colors of #2BEF01
Black with #2BEF01
Text Example
Text Example
White with #2BEF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEF01; }
p { color: rgb(43,239,1); }
H1.HeaderClassName
{
color: #2BEF01;
}
.AnyTagClassName
{
color: #2BEF01;
}
</style>
background-color css
<style>
a { background-color: #2BEF01; }
a { background-color: rgb(43,239,1); }
div.DivClassName
{
background-color: #2BEF01;
}
.BgClassName
{
background-color: #2BEF01;
}
</style>
border-color css
<style>
span { border-color: #2BEF01; }
span { border-color: rgb(43,239,1); }
td.TdClassName
{
border-color: #2BEF01;
}
.TagClassName
{
border-color: #2BEF01;
}
</style>