Shades of Harlequin #2BF205
Tints of Harlequin #2BF205
RGB
CMYK
RGB Variations
Color information
#2BF205 (or 0x2BF205) is known color: Harlequin. HEX triplet: 2B, F2 and 05. RGB value is (43,242,5). Sum of RGB (Red+Green+Blue) = 43+242+5=290 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.83% from 290); Green value is 242 (94.92% from 255 or 83.45% from 290); Blue value is 5 (2.34% from 255 or 1.72% from 290); Max value from RGB is 242 - color contains mainly: green. Hex color #2BF205 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BF205 is #D40DFA. Grayscale: #9C9C9C. Windows color (decimal): -13897211 or 389675. OLE color: 389675.
HSL color Cylindrical-coordinate representation of color #2BF205: hue angle of 110.38º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2BF205 is Cyan = 0.82, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 43 | 242 | 5 | - |
| CMYK | 0.82 | 0 | 0.98 | 0.05 |
| HSL | 110.38º | 0.96% | 0.48% | - |
| HSV(B) | 110.38º | 0.98% | 0.95% | - |
| XYZ | 32.78 | 64.03 | 10.77 | - |
| YUV | 155.48 | 43.07 | 47.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 242 | 5 | 0.82 | 0 | 0.98 | 0.05 | 110.38 | 0.96 | 0.48 |
| Hex | 2B | F2 | 5 | 52 | 0 | 62 | 5 | 6E | 60 | 30 |
| Octal | 53 | 362 | 5 | 122 | 0 | 142 | 5 | 156 | 140 | 60 |
| Binary | 101011 | 11110010 | 101 | 1010010 | 0 | 1100010 | 101 | 1101110 | 1100000 | 110000 |
Color Harmonies of #2BF205
Complementary color
Monochromatic Colors of #2BF205
Black with #2BF205
Text Example
Text Example
White with #2BF205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF205; }
p { color: rgb(43,242,5); }
H1.HeaderClassName
{
color: #2BF205;
}
.AnyTagClassName
{
color: #2BF205;
}
</style>
background-color css
<style>
a { background-color: #2BF205; }
a { background-color: rgb(43,242,5); }
div.DivClassName
{
background-color: #2BF205;
}
.BgClassName
{
background-color: #2BF205;
}
</style>
border-color css
<style>
span { border-color: #2BF205; }
span { border-color: rgb(43,242,5); }
td.TdClassName
{
border-color: #2BF205;
}
.TagClassName
{
border-color: #2BF205;
}
</style>