Shades of Harlequin #2BE00D
Tints of Harlequin #2BE00D
RGB
CMYK
RGB Variations
Color information
#2BE00D (or 0x2BE00D) is known color: Harlequin. HEX triplet: 2B, E0 and 0D. RGB value is (43,224,13). Sum of RGB (Red+Green+Blue) = 43+224+13=280 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.36% from 280); Green value is 224 (87.89% from 255 or 80% from 280); Blue value is 13 (5.47% from 255 or 4.64% from 280); Max value from RGB is 224 - color contains mainly: green. Hex color #2BE00D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BE00D is #D41FF2. Grayscale: #929292. Windows color (decimal): -13901811 or 909355. OLE color: 909355.
HSL color Cylindrical-coordinate representation of color #2BE00D: hue angle of 111.47º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2BE00D is Cyan = 0.81, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 43 | 224 | 13 | - |
| CMYK | 0.81 | 0 | 0.94 | 0.12 |
| HSL | 111.47º | 0.89% | 0.46% | - |
| HSV(B) | 111.47º | 0.94% | 0.88% | - |
| XYZ | 27.72 | 53.85 | 9.31 | - |
| YUV | 145.83 | 53.03 | 54.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 224 | 13 | 0.81 | 0 | 0.94 | 0.12 | 111.47 | 0.89 | 0.46 |
| Hex | 2B | E0 | D | 51 | 0 | 5E | C | 6F | 59 | 2E |
| Octal | 53 | 340 | 15 | 121 | 0 | 136 | 14 | 157 | 131 | 56 |
| Binary | 101011 | 11100000 | 1101 | 1010001 | 0 | 1011110 | 1100 | 1101111 | 1011001 | 101110 |
Color Harmonies of #2BE00D
Complementary color
Monochromatic Colors of #2BE00D
Black with #2BE00D
Text Example
Text Example
White with #2BE00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE00D; }
p { color: rgb(43,224,13); }
H1.HeaderClassName
{
color: #2BE00D;
}
.AnyTagClassName
{
color: #2BE00D;
}
</style>
background-color css
<style>
a { background-color: #2BE00D; }
a { background-color: rgb(43,224,13); }
div.DivClassName
{
background-color: #2BE00D;
}
.BgClassName
{
background-color: #2BE00D;
}
</style>
border-color css
<style>
span { border-color: #2BE00D; }
span { border-color: rgb(43,224,13); }
td.TdClassName
{
border-color: #2BE00D;
}
.TagClassName
{
border-color: #2BE00D;
}
</style>