Shades of Harlequin #2BE00B
Tints of Harlequin #2BE00B
RGB
CMYK
RGB Variations
Color information
#2BE00B (or 0x2BE00B) is known color: Harlequin. HEX triplet: 2B, E0 and 0B. RGB value is (43,224,11). Sum of RGB (Red+Green+Blue) = 43+224+11=278 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.47% from 278); Green value is 224 (87.89% from 255 or 80.58% from 278); Blue value is 11 (4.69% from 255 or 3.96% from 278); Max value from RGB is 224 - color contains mainly: green. Hex color #2BE00B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BE00B is #D41FF4. Grayscale: #929292. Windows color (decimal): -13901813 or 778283. OLE color: 778283.
HSL color Cylindrical-coordinate representation of color #2BE00B: hue angle of 110.99º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2BE00B is Cyan = 0.81, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 43 | 224 | 11 | - |
| CMYK | 0.81 | 0 | 0.95 | 0.12 |
| HSL | 110.99º | 0.91% | 0.46% | - |
| HSV(B) | 110.99º | 0.95% | 0.88% | - |
| XYZ | 27.71 | 53.85 | 9.25 | - |
| YUV | 145.6 | 52.03 | 54.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 224 | 11 | 0.81 | 0 | 0.95 | 0.12 | 110.99 | 0.91 | 0.46 |
| Hex | 2B | E0 | B | 51 | 0 | 5F | C | 6F | 5B | 2E |
| Octal | 53 | 340 | 13 | 121 | 0 | 137 | 14 | 157 | 133 | 56 |
| Binary | 101011 | 11100000 | 1011 | 1010001 | 0 | 1011111 | 1100 | 1101111 | 1011011 | 101110 |
Color Harmonies of #2BE00B
Complementary color
Monochromatic Colors of #2BE00B
Black with #2BE00B
Text Example
Text Example
White with #2BE00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE00B; }
p { color: rgb(43,224,11); }
H1.HeaderClassName
{
color: #2BE00B;
}
.AnyTagClassName
{
color: #2BE00B;
}
</style>
background-color css
<style>
a { background-color: #2BE00B; }
a { background-color: rgb(43,224,11); }
div.DivClassName
{
background-color: #2BE00B;
}
.BgClassName
{
background-color: #2BE00B;
}
</style>
border-color css
<style>
span { border-color: #2BE00B; }
span { border-color: rgb(43,224,11); }
td.TdClassName
{
border-color: #2BE00B;
}
.TagClassName
{
border-color: #2BE00B;
}
</style>