Shades of Harlequin #2BFD02
Tints of Harlequin #2BFD02
RGB
CMYK
RGB Variations
Color information
#2BFD02 (or 0x2BFD02) is known color: Harlequin. HEX triplet: 2B, FD and 02. RGB value is (43,253,2). Sum of RGB (Red+Green+Blue) = 43+253+2=298 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.43% from 298); Green value is 253 (99.22% from 255 or 84.90% from 298); Blue value is 2 (1.17% from 255 or 0.67% from 298); Max value from RGB is 253 - color contains mainly: green. Hex color #2BFD02 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BFD02 is #D402FD. Grayscale: #A2A2A2. Windows color (decimal): -13894398 or 195883. OLE color: 195883.
HSL color Cylindrical-coordinate representation of color #2BFD02: hue angle of 110.2º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2BFD02 is Cyan = 0.83, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 43 | 253 | 2 | - |
| CMYK | 0.83 | 0 | 0.99 | 0.01 |
| HSL | 110.2º | 0.98% | 0.5% | - |
| HSV(B) | 110.2º | 0.99% | 0.99% | - |
| XYZ | 36.13 | 70.77 | 11.81 | - |
| YUV | 161.6 | 37.93 | 43.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 253 | 2 | 0.83 | 0 | 0.99 | 0.01 | 110.2 | 0.98 | 0.5 |
| Hex | 2B | FD | 2 | 53 | 0 | 63 | 1 | 6E | 62 | 32 |
| Octal | 53 | 375 | 2 | 123 | 0 | 143 | 1 | 156 | 142 | 62 |
| Binary | 101011 | 11111101 | 10 | 1010011 | 0 | 1100011 | 1 | 1101110 | 1100010 | 110010 |
Color Harmonies of #2BFD02
Complementary color
Monochromatic Colors of #2BFD02
Black with #2BFD02
Text Example
Text Example
White with #2BFD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFD02; }
p { color: rgb(43,253,2); }
H1.HeaderClassName
{
color: #2BFD02;
}
.AnyTagClassName
{
color: #2BFD02;
}
</style>
background-color css
<style>
a { background-color: #2BFD02; }
a { background-color: rgb(43,253,2); }
div.DivClassName
{
background-color: #2BFD02;
}
.BgClassName
{
background-color: #2BFD02;
}
</style>
border-color css
<style>
span { border-color: #2BFD02; }
span { border-color: rgb(43,253,2); }
td.TdClassName
{
border-color: #2BFD02;
}
.TagClassName
{
border-color: #2BFD02;
}
</style>