Shades of Harlequin #2BE701
Tints of Harlequin #2BE701
RGB
CMYK
RGB Variations
Color information
#2BE701 (or 0x2BE701) is known color: Harlequin. HEX triplet: 2B, E7 and 01. RGB value is (43,231,1). Sum of RGB (Red+Green+Blue) = 43+231+1=275 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.64% from 275); Green value is 231 (90.62% from 255 or 84% from 275); Blue value is 1 (0.78% from 255 or 0.36% from 275); Max value from RGB is 231 - color contains mainly: green. Hex color #2BE701 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BE701 is #D418FE. Grayscale: #959595. Windows color (decimal): -13900031 or 124715. OLE color: 124715.
HSL color Cylindrical-coordinate representation of color #2BE701: hue angle of 109.04º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2BE701 is Cyan = 0.81, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 43 | 231 | 1 | - |
| CMYK | 0.81 | 0 | 1.00 | 0.09 |
| HSL | 109.04º | 0.99% | 0.45% | - |
| HSV(B) | 109.04º | 1% | 0.91% | - |
| XYZ | 29.58 | 57.67 | 9.6 | - |
| YUV | 148.57 | 44.72 | 52.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 231 | 1 | 0.81 | 0 | 1.00 | 0.09 | 109.04 | 0.99 | 0.45 |
| Hex | 2B | E7 | 1 | 51 | 0 | 64 | 9 | 6D | 63 | 2D |
| Octal | 53 | 347 | 1 | 121 | 0 | 144 | 11 | 155 | 143 | 55 |
| Binary | 101011 | 11100111 | 1 | 1010001 | 0 | 1100100 | 1001 | 1101101 | 1100011 | 101101 |
Color Harmonies of #2BE701
Complementary color
Monochromatic Colors of #2BE701
Black with #2BE701
Text Example
Text Example
White with #2BE701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE701; }
p { color: rgb(43,231,1); }
H1.HeaderClassName
{
color: #2BE701;
}
.AnyTagClassName
{
color: #2BE701;
}
</style>
background-color css
<style>
a { background-color: #2BE701; }
a { background-color: rgb(43,231,1); }
div.DivClassName
{
background-color: #2BE701;
}
.BgClassName
{
background-color: #2BE701;
}
</style>
border-color css
<style>
span { border-color: #2BE701; }
span { border-color: rgb(43,231,1); }
td.TdClassName
{
border-color: #2BE701;
}
.TagClassName
{
border-color: #2BE701;
}
</style>