Shades of Harlequin #2BFB07
Tints of Harlequin #2BFB07
RGB
CMYK
RGB Variations
Color information
#2BFB07 (or 0x2BFB07) is known color: Harlequin. HEX triplet: 2B, FB and 07. RGB value is (43,251,7). Sum of RGB (Red+Green+Blue) = 43+251+7=301 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.29% from 301); Green value is 251 (98.44% from 255 or 83.39% from 301); Blue value is 7 (3.12% from 255 or 2.33% from 301); Max value from RGB is 251 - color contains mainly: green. Hex color #2BFB07 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BFB07 is #D404F8. Grayscale: #A1A1A1. Windows color (decimal): -13894905 or 523051. OLE color: 523051.
HSL color Cylindrical-coordinate representation of color #2BFB07: hue angle of 111.15º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2BFB07 is Cyan = 0.83, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 251 | 7 | - |
| CMYK | 0.83 | 0 | 0.97 | 0.02 |
| HSL | 111.15º | 0.97% | 0.51% | - |
| HSV(B) | 111.15º | 0.97% | 0.98% | - |
| XYZ | 35.53 | 69.52 | 11.75 | - |
| YUV | 160.99 | 41.09 | 43.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 251 | 7 | 0.83 | 0 | 0.97 | 0.02 | 111.15 | 0.97 | 0.51 |
| Hex | 2B | FB | 7 | 53 | 0 | 61 | 2 | 6F | 61 | 33 |
| Octal | 53 | 373 | 7 | 123 | 0 | 141 | 2 | 157 | 141 | 63 |
| Binary | 101011 | 11111011 | 111 | 1010011 | 0 | 1100001 | 10 | 1101111 | 1100001 | 110011 |
Color Harmonies of #2BFB07
Complementary color
Monochromatic Colors of #2BFB07
Black with #2BFB07
Text Example
Text Example
White with #2BFB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFB07; }
p { color: rgb(43,251,7); }
H1.HeaderClassName
{
color: #2BFB07;
}
.AnyTagClassName
{
color: #2BFB07;
}
</style>
background-color css
<style>
a { background-color: #2BFB07; }
a { background-color: rgb(43,251,7); }
div.DivClassName
{
background-color: #2BFB07;
}
.BgClassName
{
background-color: #2BFB07;
}
</style>
border-color css
<style>
span { border-color: #2BFB07; }
span { border-color: rgb(43,251,7); }
td.TdClassName
{
border-color: #2BFB07;
}
.TagClassName
{
border-color: #2BFB07;
}
</style>