Shades of Harlequin #2BE005
Tints of Harlequin #2BE005
RGB
CMYK
RGB Variations
Color information
#2BE005 (or 0x2BE005) is known color: Harlequin. HEX triplet: 2B, E0 and 05. RGB value is (43,224,5). Sum of RGB (Red+Green+Blue) = 43+224+5=272 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.81% from 272); Green value is 224 (87.89% from 255 or 82.35% from 272); Blue value is 5 (2.34% from 255 or 1.84% from 272); Max value from RGB is 224 - color contains mainly: green. Hex color #2BE005 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BE005 is #D41FFA. Grayscale: #919191. Windows color (decimal): -13901819 or 385067. OLE color: 385067.
HSL color Cylindrical-coordinate representation of color #2BE005: hue angle of 109.59º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2BE005 is Cyan = 0.81, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 43 | 224 | 5 | - |
| CMYK | 0.81 | 0 | 0.98 | 0.12 |
| HSL | 109.59º | 0.96% | 0.45% | - |
| HSV(B) | 109.59º | 0.98% | 0.88% | - |
| XYZ | 27.68 | 53.84 | 9.08 | - |
| YUV | 144.92 | 49.03 | 55.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 224 | 5 | 0.81 | 0 | 0.98 | 0.12 | 109.59 | 0.96 | 0.45 |
| Hex | 2B | E0 | 5 | 51 | 0 | 62 | C | 6E | 60 | 2D |
| Octal | 53 | 340 | 5 | 121 | 0 | 142 | 14 | 156 | 140 | 55 |
| Binary | 101011 | 11100000 | 101 | 1010001 | 0 | 1100010 | 1100 | 1101110 | 1100000 | 101101 |
Color Harmonies of #2BE005
Complementary color
Monochromatic Colors of #2BE005
Black with #2BE005
Text Example
Text Example
White with #2BE005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE005; }
p { color: rgb(43,224,5); }
H1.HeaderClassName
{
color: #2BE005;
}
.AnyTagClassName
{
color: #2BE005;
}
</style>
background-color css
<style>
a { background-color: #2BE005; }
a { background-color: rgb(43,224,5); }
div.DivClassName
{
background-color: #2BE005;
}
.BgClassName
{
background-color: #2BE005;
}
</style>
border-color css
<style>
span { border-color: #2BE005; }
span { border-color: rgb(43,224,5); }
td.TdClassName
{
border-color: #2BE005;
}
.TagClassName
{
border-color: #2BE005;
}
</style>