Shades of Harlequin #2BFA12
Tints of Harlequin #2BFA12
RGB
CMYK
RGB Variations
Color information
#2BFA12 (or 0x2BFA12) is known color: Harlequin. HEX triplet: 2B, FA and 12. RGB value is (43,250,18). Sum of RGB (Red+Green+Blue) = 43+250+18=311 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.83% from 311); Green value is 250 (98.05% from 255 or 80.39% from 311); Blue value is 18 (7.42% from 255 or 5.79% from 311); Max value from RGB is 250 - color contains mainly: green. Hex color #2BFA12 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BFA12 is #D405ED. Grayscale: #A2A2A2. Windows color (decimal): -13895150 or 1243691. OLE color: 1243691.
HSL color Cylindrical-coordinate representation of color #2BFA12: hue angle of 113.53º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2BFA12 is Cyan = 0.83, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 250 | 18 | - |
| CMYK | 0.83 | 0 | 0.93 | 0.02 |
| HSL | 113.53º | 0.96% | 0.53% | - |
| HSV(B) | 113.53º | 0.93% | 0.98% | - |
| XYZ | 35.29 | 68.93 | 12.02 | - |
| YUV | 161.66 | 46.92 | 43.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 250 | 18 | 0.83 | 0 | 0.93 | 0.02 | 113.53 | 0.96 | 0.53 |
| Hex | 2B | FA | 12 | 53 | 0 | 5D | 2 | 72 | 60 | 35 |
| Octal | 53 | 372 | 22 | 123 | 0 | 135 | 2 | 162 | 140 | 65 |
| Binary | 101011 | 11111010 | 10010 | 1010011 | 0 | 1011101 | 10 | 1110010 | 1100000 | 110101 |
Color Harmonies of #2BFA12
Complementary color
Monochromatic Colors of #2BFA12
Black with #2BFA12
Text Example
Text Example
White with #2BFA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFA12; }
p { color: rgb(43,250,18); }
H1.HeaderClassName
{
color: #2BFA12;
}
.AnyTagClassName
{
color: #2BFA12;
}
</style>
background-color css
<style>
a { background-color: #2BFA12; }
a { background-color: rgb(43,250,18); }
div.DivClassName
{
background-color: #2BFA12;
}
.BgClassName
{
background-color: #2BFA12;
}
</style>
border-color css
<style>
span { border-color: #2BFA12; }
span { border-color: rgb(43,250,18); }
td.TdClassName
{
border-color: #2BFA12;
}
.TagClassName
{
border-color: #2BFA12;
}
</style>