Shades of Harlequin #2BF908
Tints of Harlequin #2BF908
RGB
CMYK
RGB Variations
Color information
#2BF908 (or 0x2BF908) is known color: Harlequin. HEX triplet: 2B, F9 and 08. RGB value is (43,249,8). Sum of RGB (Red+Green+Blue) = 43+249+8=300 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.33% from 300); Green value is 249 (97.66% from 255 or 83% from 300); Blue value is 8 (3.52% from 255 or 2.67% from 300); Max value from RGB is 249 - color contains mainly: green. Hex color #2BF908 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BF908 is #D406F7. Grayscale: #A0A0A0. Windows color (decimal): -13895416 or 588075. OLE color: 588075.
HSL color Cylindrical-coordinate representation of color #2BF908: hue angle of 111.29º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2BF908 is Cyan = 0.83, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 249 | 8 | - |
| CMYK | 0.83 | 0 | 0.97 | 0.02 |
| HSL | 111.29º | 0.95% | 0.5% | - |
| HSV(B) | 111.29º | 0.97% | 0.98% | - |
| XYZ | 34.92 | 68.28 | 11.57 | - |
| YUV | 159.93 | 42.25 | 44.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 249 | 8 | 0.83 | 0 | 0.97 | 0.02 | 111.29 | 0.95 | 0.5 |
| Hex | 2B | F9 | 8 | 53 | 0 | 61 | 2 | 6F | 5F | 32 |
| Octal | 53 | 371 | 10 | 123 | 0 | 141 | 2 | 157 | 137 | 62 |
| Binary | 101011 | 11111001 | 1000 | 1010011 | 0 | 1100001 | 10 | 1101111 | 1011111 | 110010 |
Color Harmonies of #2BF908
Complementary color
Monochromatic Colors of #2BF908
Black with #2BF908
Text Example
Text Example
White with #2BF908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF908; }
p { color: rgb(43,249,8); }
H1.HeaderClassName
{
color: #2BF908;
}
.AnyTagClassName
{
color: #2BF908;
}
</style>
background-color css
<style>
a { background-color: #2BF908; }
a { background-color: rgb(43,249,8); }
div.DivClassName
{
background-color: #2BF908;
}
.BgClassName
{
background-color: #2BF908;
}
</style>
border-color css
<style>
span { border-color: #2BF908; }
span { border-color: rgb(43,249,8); }
td.TdClassName
{
border-color: #2BF908;
}
.TagClassName
{
border-color: #2BF908;
}
</style>