Shades of Harlequin #2BFA19
Tints of Harlequin #2BFA19
RGB
CMYK
RGB Variations
Color information
#2BFA19 (or 0x2BFA19) is known color: Harlequin. HEX triplet: 2B, FA and 19. RGB value is (43,250,25). Sum of RGB (Red+Green+Blue) = 43+250+25=318 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.52% from 318); Green value is 250 (98.05% from 255 or 78.62% from 318); Blue value is 25 (10.16% from 255 or 7.86% from 318); Max value from RGB is 250 - color contains mainly: green. Hex color #2BFA19 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BFA19 is #D405E6. Grayscale: #A3A3A3. Windows color (decimal): -13895143 or 1702443. OLE color: 1702443.
HSL color Cylindrical-coordinate representation of color #2BFA19: hue angle of 115.2º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2BFA19 is Cyan = 0.83, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 250 | 25 | - |
| CMYK | 0.83 | 0 | 0.9 | 0.02 |
| HSL | 115.2º | 0.96% | 0.54% | - |
| HSV(B) | 115.2º | 0.9% | 0.98% | - |
| XYZ | 35.36 | 68.95 | 12.37 | - |
| YUV | 162.46 | 50.42 | 42.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 250 | 25 | 0.83 | 0 | 0.9 | 0.02 | 115.2 | 0.96 | 0.54 |
| Hex | 2B | FA | 19 | 53 | 0 | 5A | 2 | 73 | 60 | 36 |
| Octal | 53 | 372 | 31 | 123 | 0 | 132 | 2 | 163 | 140 | 66 |
| Binary | 101011 | 11111010 | 11001 | 1010011 | 0 | 1011010 | 10 | 1110011 | 1100000 | 110110 |
Color Harmonies of #2BFA19
Complementary color
Monochromatic Colors of #2BFA19
Black with #2BFA19
Text Example
Text Example
White with #2BFA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFA19; }
p { color: rgb(43,250,25); }
H1.HeaderClassName
{
color: #2BFA19;
}
.AnyTagClassName
{
color: #2BFA19;
}
</style>
background-color css
<style>
a { background-color: #2BFA19; }
a { background-color: rgb(43,250,25); }
div.DivClassName
{
background-color: #2BFA19;
}
.BgClassName
{
background-color: #2BFA19;
}
</style>
border-color css
<style>
span { border-color: #2BFA19; }
span { border-color: rgb(43,250,25); }
td.TdClassName
{
border-color: #2BFA19;
}
.TagClassName
{
border-color: #2BFA19;
}
</style>