Shades of Harlequin #2BE60F
Tints of Harlequin #2BE60F
RGB
CMYK
RGB Variations
Color information
#2BE60F (or 0x2BE60F) is known color: Harlequin. HEX triplet: 2B, E6 and 0F. RGB value is (43,230,15). Sum of RGB (Red+Green+Blue) = 43+230+15=288 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.93% from 288); Green value is 230 (90.23% from 255 or 79.86% from 288); Blue value is 15 (6.25% from 255 or 5.21% from 288); Max value from RGB is 230 - color contains mainly: green. Hex color #2BE60F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BE60F is #D419F0. Grayscale: #969696. Windows color (decimal): -13900273 or 1041963. OLE color: 1041963.
HSL color Cylindrical-coordinate representation of color #2BE60F: hue angle of 112.19º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2BE60F is Cyan = 0.81, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 43 | 230 | 15 | - |
| CMYK | 0.81 | 0 | 0.93 | 0.10 |
| HSL | 112.19º | 0.88% | 0.48% | - |
| HSV(B) | 112.19º | 0.93% | 0.9% | - |
| XYZ | 29.38 | 57.14 | 9.93 | - |
| YUV | 149.58 | 52.05 | 51.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 230 | 15 | 0.81 | 0 | 0.93 | 0.10 | 112.19 | 0.88 | 0.48 |
| Hex | 2B | E6 | F | 51 | 0 | 5D | A | 70 | 58 | 30 |
| Octal | 53 | 346 | 17 | 121 | 0 | 135 | 12 | 160 | 130 | 60 |
| Binary | 101011 | 11100110 | 1111 | 1010001 | 0 | 1011101 | 1010 | 1110000 | 1011000 | 110000 |
Color Harmonies of #2BE60F
Complementary color
Monochromatic Colors of #2BE60F
Black with #2BE60F
Text Example
Text Example
White with #2BE60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE60F; }
p { color: rgb(43,230,15); }
H1.HeaderClassName
{
color: #2BE60F;
}
.AnyTagClassName
{
color: #2BE60F;
}
</style>
background-color css
<style>
a { background-color: #2BE60F; }
a { background-color: rgb(43,230,15); }
div.DivClassName
{
background-color: #2BE60F;
}
.BgClassName
{
background-color: #2BE60F;
}
</style>
border-color css
<style>
span { border-color: #2BE60F; }
span { border-color: rgb(43,230,15); }
td.TdClassName
{
border-color: #2BE60F;
}
.TagClassName
{
border-color: #2BE60F;
}
</style>