Shades of Harlequin #2BF417
Tints of Harlequin #2BF417
RGB
CMYK
RGB Variations
Color information
#2BF417 (or 0x2BF417) is known color: Harlequin. HEX triplet: 2B, F4 and 17. RGB value is (43,244,23). Sum of RGB (Red+Green+Blue) = 43+244+23=310 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.87% from 310); Green value is 244 (95.70% from 255 or 78.71% from 310); Blue value is 23 (9.38% from 255 or 7.42% from 310); Max value from RGB is 244 - color contains mainly: green. Hex color #2BF417 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BF417 is #D40BE8. Grayscale: #9F9F9F. Windows color (decimal): -13896681 or 1569835. OLE color: 1569835.
HSL color Cylindrical-coordinate representation of color #2BF417: hue angle of 114.57º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2BF417 is Cyan = 0.82, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 43 | 244 | 23 | - |
| CMYK | 0.82 | 0 | 0.91 | 0.04 |
| HSL | 114.57º | 0.91% | 0.52% | - |
| HSV(B) | 114.57º | 0.91% | 0.96% | - |
| XYZ | 33.5 | 65.28 | 11.64 | - |
| YUV | 158.71 | 51.41 | 45.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 244 | 23 | 0.82 | 0 | 0.91 | 0.04 | 114.57 | 0.91 | 0.52 |
| Hex | 2B | F4 | 17 | 52 | 0 | 5B | 4 | 73 | 5B | 34 |
| Octal | 53 | 364 | 27 | 122 | 0 | 133 | 4 | 163 | 133 | 64 |
| Binary | 101011 | 11110100 | 10111 | 1010010 | 0 | 1011011 | 100 | 1110011 | 1011011 | 110100 |
Color Harmonies of #2BF417
Complementary color
Monochromatic Colors of #2BF417
Black with #2BF417
Text Example
Text Example
White with #2BF417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF417; }
p { color: rgb(43,244,23); }
H1.HeaderClassName
{
color: #2BF417;
}
.AnyTagClassName
{
color: #2BF417;
}
</style>
background-color css
<style>
a { background-color: #2BF417; }
a { background-color: rgb(43,244,23); }
div.DivClassName
{
background-color: #2BF417;
}
.BgClassName
{
background-color: #2BF417;
}
</style>
border-color css
<style>
span { border-color: #2BF417; }
span { border-color: rgb(43,244,23); }
td.TdClassName
{
border-color: #2BF417;
}
.TagClassName
{
border-color: #2BF417;
}
</style>