Shades of Harlequin #2BFD07
Tints of Harlequin #2BFD07
RGB
CMYK
RGB Variations
Color information
#2BFD07 (or 0x2BFD07) is known color: Harlequin. HEX triplet: 2B, FD and 07. RGB value is (43,253,7). Sum of RGB (Red+Green+Blue) = 43+253+7=303 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.19% from 303); Green value is 253 (99.22% from 255 or 83.50% from 303); Blue value is 7 (3.12% from 255 or 2.31% from 303); Max value from RGB is 253 - color contains mainly: green. Hex color #2BFD07 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BFD07 is #D402F8. Grayscale: #A2A2A2. Windows color (decimal): -13894393 or 523563. OLE color: 523563.
HSL color Cylindrical-coordinate representation of color #2BFD07: hue angle of 111.22º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2BFD07 is Cyan = 0.83, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 43 | 253 | 7 | - |
| CMYK | 0.83 | 0 | 0.97 | 0.01 |
| HSL | 111.22º | 0.98% | 0.51% | - |
| HSV(B) | 111.22º | 0.97% | 0.99% | - |
| XYZ | 36.16 | 70.78 | 11.96 | - |
| YUV | 162.17 | 40.43 | 43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 253 | 7 | 0.83 | 0 | 0.97 | 0.01 | 111.22 | 0.98 | 0.51 |
| Hex | 2B | FD | 7 | 53 | 0 | 61 | 1 | 6F | 62 | 33 |
| Octal | 53 | 375 | 7 | 123 | 0 | 141 | 1 | 157 | 142 | 63 |
| Binary | 101011 | 11111101 | 111 | 1010011 | 0 | 1100001 | 1 | 1101111 | 1100010 | 110011 |
Color Harmonies of #2BFD07
Complementary color
Monochromatic Colors of #2BFD07
Black with #2BFD07
Text Example
Text Example
White with #2BFD07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFD07; }
p { color: rgb(43,253,7); }
H1.HeaderClassName
{
color: #2BFD07;
}
.AnyTagClassName
{
color: #2BFD07;
}
</style>
background-color css
<style>
a { background-color: #2BFD07; }
a { background-color: rgb(43,253,7); }
div.DivClassName
{
background-color: #2BFD07;
}
.BgClassName
{
background-color: #2BFD07;
}
</style>
border-color css
<style>
span { border-color: #2BFD07; }
span { border-color: rgb(43,253,7); }
td.TdClassName
{
border-color: #2BFD07;
}
.TagClassName
{
border-color: #2BFD07;
}
</style>