Shades of Harlequin #2BE10F
Tints of Harlequin #2BE10F
RGB
CMYK
RGB Variations
Color information
#2BE10F (or 0x2BE10F) is known color: Harlequin. HEX triplet: 2B, E1 and 0F. RGB value is (43,225,15). Sum of RGB (Red+Green+Blue) = 43+225+15=283 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.19% from 283); Green value is 225 (88.28% from 255 or 79.51% from 283); Blue value is 15 (6.25% from 255 or 5.30% from 283); Max value from RGB is 225 - color contains mainly: green. Hex color #2BE10F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BE10F is #D41EF0. Grayscale: #939393. Windows color (decimal): -13901553 or 1040683. OLE color: 1040683.
HSL color Cylindrical-coordinate representation of color #2BE10F: hue angle of 112º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2BE10F is Cyan = 0.81, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 43 | 225 | 15 | - |
| CMYK | 0.81 | 0 | 0.93 | 0.12 |
| HSL | 112º | 0.88% | 0.47% | - |
| HSV(B) | 112º | 0.93% | 0.88% | - |
| XYZ | 28.01 | 54.4 | 9.48 | - |
| YUV | 146.64 | 53.7 | 54.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 225 | 15 | 0.81 | 0 | 0.93 | 0.12 | 112 | 0.88 | 0.47 |
| Hex | 2B | E1 | F | 51 | 0 | 5D | C | 70 | 58 | 2F |
| Octal | 53 | 341 | 17 | 121 | 0 | 135 | 14 | 160 | 130 | 57 |
| Binary | 101011 | 11100001 | 1111 | 1010001 | 0 | 1011101 | 1100 | 1110000 | 1011000 | 101111 |
Color Harmonies of #2BE10F
Complementary color
Monochromatic Colors of #2BE10F
Black with #2BE10F
Text Example
Text Example
White with #2BE10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE10F; }
p { color: rgb(43,225,15); }
H1.HeaderClassName
{
color: #2BE10F;
}
.AnyTagClassName
{
color: #2BE10F;
}
</style>
background-color css
<style>
a { background-color: #2BE10F; }
a { background-color: rgb(43,225,15); }
div.DivClassName
{
background-color: #2BE10F;
}
.BgClassName
{
background-color: #2BE10F;
}
</style>
border-color css
<style>
span { border-color: #2BE10F; }
span { border-color: rgb(43,225,15); }
td.TdClassName
{
border-color: #2BE10F;
}
.TagClassName
{
border-color: #2BE10F;
}
</style>