Shades of Harlequin #2BE613
Tints of Harlequin #2BE613
RGB
CMYK
RGB Variations
Color information
#2BE613 (or 0x2BE613) is known color: Harlequin. HEX triplet: 2B, E6 and 13. RGB value is (43,230,19). Sum of RGB (Red+Green+Blue) = 43+230+19=292 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.73% from 292); Green value is 230 (90.23% from 255 or 78.77% from 292); Blue value is 19 (7.81% from 255 or 6.51% from 292); Max value from RGB is 230 - color contains mainly: green. Hex color #2BE613 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BE613 is #D419EC. Grayscale: #969696. Windows color (decimal): -13900269 or 1304107. OLE color: 1304107.
HSL color Cylindrical-coordinate representation of color #2BE613: hue angle of 113.18º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2BE613 is Cyan = 0.81, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 43 | 230 | 19 | - |
| CMYK | 0.81 | 0 | 0.92 | 0.10 |
| HSL | 113.18º | 0.85% | 0.49% | - |
| HSV(B) | 113.18º | 0.92% | 0.9% | - |
| XYZ | 29.41 | 57.15 | 10.1 | - |
| YUV | 150.03 | 54.05 | 51.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 230 | 19 | 0.81 | 0 | 0.92 | 0.10 | 113.18 | 0.85 | 0.49 |
| Hex | 2B | E6 | 13 | 51 | 0 | 5C | A | 71 | 55 | 31 |
| Octal | 53 | 346 | 23 | 121 | 0 | 134 | 12 | 161 | 125 | 61 |
| Binary | 101011 | 11100110 | 10011 | 1010001 | 0 | 1011100 | 1010 | 1110001 | 1010101 | 110001 |
Color Harmonies of #2BE613
Complementary color
Monochromatic Colors of #2BE613
Black with #2BE613
Text Example
Text Example
White with #2BE613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE613; }
p { color: rgb(43,230,19); }
H1.HeaderClassName
{
color: #2BE613;
}
.AnyTagClassName
{
color: #2BE613;
}
</style>
background-color css
<style>
a { background-color: #2BE613; }
a { background-color: rgb(43,230,19); }
div.DivClassName
{
background-color: #2BE613;
}
.BgClassName
{
background-color: #2BE613;
}
</style>
border-color css
<style>
span { border-color: #2BE613; }
span { border-color: rgb(43,230,19); }
td.TdClassName
{
border-color: #2BE613;
}
.TagClassName
{
border-color: #2BE613;
}
</style>