Shades of Harlequin #2BF20D
Tints of Harlequin #2BF20D
RGB
CMYK
RGB Variations
Color information
#2BF20D (or 0x2BF20D) is known color: Harlequin. HEX triplet: 2B, F2 and 0D. RGB value is (43,242,13). Sum of RGB (Red+Green+Blue) = 43+242+13=298 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.43% from 298); Green value is 242 (94.92% from 255 or 81.21% from 298); Blue value is 13 (5.47% from 255 or 4.36% from 298); Max value from RGB is 242 - color contains mainly: green. Hex color #2BF20D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BF20D is #D40DF2. Grayscale: #9D9D9D. Windows color (decimal): -13897203 or 913963. OLE color: 913963.
HSL color Cylindrical-coordinate representation of color #2BF20D: hue angle of 112.14º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2BF20D is Cyan = 0.82, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 43 | 242 | 13 | - |
| CMYK | 0.82 | 0 | 0.95 | 0.05 |
| HSL | 112.14º | 0.9% | 0.5% | - |
| HSV(B) | 112.14º | 0.95% | 0.95% | - |
| XYZ | 32.82 | 64.05 | 11.01 | - |
| YUV | 156.39 | 47.07 | 47.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 242 | 13 | 0.82 | 0 | 0.95 | 0.05 | 112.14 | 0.9 | 0.5 |
| Hex | 2B | F2 | D | 52 | 0 | 5F | 5 | 70 | 5A | 32 |
| Octal | 53 | 362 | 15 | 122 | 0 | 137 | 5 | 160 | 132 | 62 |
| Binary | 101011 | 11110010 | 1101 | 1010010 | 0 | 1011111 | 101 | 1110000 | 1011010 | 110010 |
Color Harmonies of #2BF20D
Complementary color
Monochromatic Colors of #2BF20D
Black with #2BF20D
Text Example
Text Example
White with #2BF20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF20D; }
p { color: rgb(43,242,13); }
H1.HeaderClassName
{
color: #2BF20D;
}
.AnyTagClassName
{
color: #2BF20D;
}
</style>
background-color css
<style>
a { background-color: #2BF20D; }
a { background-color: rgb(43,242,13); }
div.DivClassName
{
background-color: #2BF20D;
}
.BgClassName
{
background-color: #2BF20D;
}
</style>
border-color css
<style>
span { border-color: #2BF20D; }
span { border-color: rgb(43,242,13); }
td.TdClassName
{
border-color: #2BF20D;
}
.TagClassName
{
border-color: #2BF20D;
}
</style>