Shades of Harlequin #2BEB0C
Tints of Harlequin #2BEB0C
RGB
CMYK
RGB Variations
Color information
#2BEB0C (or 0x2BEB0C) is known color: Harlequin. HEX triplet: 2B, EB and 0C. RGB value is (43,235,12). Sum of RGB (Red+Green+Blue) = 43+235+12=290 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.83% from 290); Green value is 235 (92.19% from 255 or 81.03% from 290); Blue value is 12 (5.08% from 255 or 4.14% from 290); Max value from RGB is 235 - color contains mainly: green. Hex color #2BEB0C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BEB0C is #D414F3. Grayscale: #989898. Windows color (decimal): -13898996 or 846635. OLE color: 846635.
HSL color Cylindrical-coordinate representation of color #2BEB0C: hue angle of 111.66º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2BEB0C is Cyan = 0.82, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 235 | 12 | - |
| CMYK | 0.82 | 0 | 0.95 | 0.08 |
| HSL | 111.66º | 0.9% | 0.48% | - |
| HSV(B) | 111.66º | 0.95% | 0.92% | - |
| XYZ | 30.77 | 59.96 | 10.3 | - |
| YUV | 152.17 | 48.89 | 50.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 235 | 12 | 0.82 | 0 | 0.95 | 0.08 | 111.66 | 0.9 | 0.48 |
| Hex | 2B | EB | C | 52 | 0 | 5F | 8 | 70 | 5A | 30 |
| Octal | 53 | 353 | 14 | 122 | 0 | 137 | 10 | 160 | 132 | 60 |
| Binary | 101011 | 11101011 | 1100 | 1010010 | 0 | 1011111 | 1000 | 1110000 | 1011010 | 110000 |
Color Harmonies of #2BEB0C
Complementary color
Monochromatic Colors of #2BEB0C
Black with #2BEB0C
Text Example
Text Example
White with #2BEB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEB0C; }
p { color: rgb(43,235,12); }
H1.HeaderClassName
{
color: #2BEB0C;
}
.AnyTagClassName
{
color: #2BEB0C;
}
</style>
background-color css
<style>
a { background-color: #2BEB0C; }
a { background-color: rgb(43,235,12); }
div.DivClassName
{
background-color: #2BEB0C;
}
.BgClassName
{
background-color: #2BEB0C;
}
</style>
border-color css
<style>
span { border-color: #2BEB0C; }
span { border-color: rgb(43,235,12); }
td.TdClassName
{
border-color: #2BEB0C;
}
.TagClassName
{
border-color: #2BEB0C;
}
</style>