Shades of Harlequin #2BF50C
Tints of Harlequin #2BF50C
RGB
CMYK
RGB Variations
Color information
#2BF50C (or 0x2BF50C) is known color: Harlequin. HEX triplet: 2B, F5 and 0C. RGB value is (43,245,12). Sum of RGB (Red+Green+Blue) = 43+245+12=300 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.33% from 300); Green value is 245 (96.09% from 255 or 81.67% from 300); Blue value is 12 (5.08% from 255 or 4% from 300); Max value from RGB is 245 - color contains mainly: green. Hex color #2BF50C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BF50C is #D40AF3. Grayscale: #9E9E9E. Windows color (decimal): -13896436 or 849195. OLE color: 849195.
HSL color Cylindrical-coordinate representation of color #2BF50C: hue angle of 112.02º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2BF50C is Cyan = 0.82, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 43 | 245 | 12 | - |
| CMYK | 0.82 | 0 | 0.95 | 0.04 |
| HSL | 112.02º | 0.92% | 0.5% | - |
| HSV(B) | 112.02º | 0.95% | 0.96% | - |
| XYZ | 33.72 | 65.84 | 11.28 | - |
| YUV | 158.04 | 45.58 | 45.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 245 | 12 | 0.82 | 0 | 0.95 | 0.04 | 112.02 | 0.92 | 0.5 |
| Hex | 2B | F5 | C | 52 | 0 | 5F | 4 | 70 | 5C | 32 |
| Octal | 53 | 365 | 14 | 122 | 0 | 137 | 4 | 160 | 134 | 62 |
| Binary | 101011 | 11110101 | 1100 | 1010010 | 0 | 1011111 | 100 | 1110000 | 1011100 | 110010 |
Color Harmonies of #2BF50C
Complementary color
Monochromatic Colors of #2BF50C
Black with #2BF50C
Text Example
Text Example
White with #2BF50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF50C; }
p { color: rgb(43,245,12); }
H1.HeaderClassName
{
color: #2BF50C;
}
.AnyTagClassName
{
color: #2BF50C;
}
</style>
background-color css
<style>
a { background-color: #2BF50C; }
a { background-color: rgb(43,245,12); }
div.DivClassName
{
background-color: #2BF50C;
}
.BgClassName
{
background-color: #2BF50C;
}
</style>
border-color css
<style>
span { border-color: #2BF50C; }
span { border-color: rgb(43,245,12); }
td.TdClassName
{
border-color: #2BF50C;
}
.TagClassName
{
border-color: #2BF50C;
}
</style>