Shades of Harlequin #2BE304
Tints of Harlequin #2BE304
RGB
CMYK
RGB Variations
Color information
#2BE304 (or 0x2BE304) is known color: Harlequin. HEX triplet: 2B, E3 and 04. RGB value is (43,227,4). Sum of RGB (Red+Green+Blue) = 43+227+4=274 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.69% from 274); Green value is 227 (89.06% from 255 or 82.85% from 274); Blue value is 4 (1.95% from 255 or 1.46% from 274); Max value from RGB is 227 - color contains mainly: green. Hex color #2BE304 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BE304 is #D41CFB. Grayscale: #939393. Windows color (decimal): -13901052 or 320299. OLE color: 320299.
HSL color Cylindrical-coordinate representation of color #2BE304: hue angle of 109.51º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2BE304 is Cyan = 0.81, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 43 | 227 | 4 | - |
| CMYK | 0.81 | 0 | 0.98 | 0.11 |
| HSL | 109.51º | 0.97% | 0.45% | - |
| HSV(B) | 109.51º | 0.98% | 0.89% | - |
| XYZ | 28.49 | 55.46 | 9.32 | - |
| YUV | 146.56 | 47.54 | 54.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 227 | 4 | 0.81 | 0 | 0.98 | 0.11 | 109.51 | 0.97 | 0.45 |
| Hex | 2B | E3 | 4 | 51 | 0 | 62 | B | 6E | 61 | 2D |
| Octal | 53 | 343 | 4 | 121 | 0 | 142 | 13 | 156 | 141 | 55 |
| Binary | 101011 | 11100011 | 100 | 1010001 | 0 | 1100010 | 1011 | 1101110 | 1100001 | 101101 |
Color Harmonies of #2BE304
Complementary color
Monochromatic Colors of #2BE304
Black with #2BE304
Text Example
Text Example
White with #2BE304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE304; }
p { color: rgb(43,227,4); }
H1.HeaderClassName
{
color: #2BE304;
}
.AnyTagClassName
{
color: #2BE304;
}
</style>
background-color css
<style>
a { background-color: #2BE304; }
a { background-color: rgb(43,227,4); }
div.DivClassName
{
background-color: #2BE304;
}
.BgClassName
{
background-color: #2BE304;
}
</style>
border-color css
<style>
span { border-color: #2BE304; }
span { border-color: rgb(43,227,4); }
td.TdClassName
{
border-color: #2BE304;
}
.TagClassName
{
border-color: #2BE304;
}
</style>