Shades of Harlequin #2BFA0D
Tints of Harlequin #2BFA0D
RGB
CMYK
RGB Variations
Color information
#2BFA0D (or 0x2BFA0D) is known color: Harlequin. HEX triplet: 2B, FA and 0D. RGB value is (43,250,13). Sum of RGB (Red+Green+Blue) = 43+250+13=306 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.05% from 306); Green value is 250 (98.05% from 255 or 81.70% from 306); Blue value is 13 (5.47% from 255 or 4.25% from 306); Max value from RGB is 250 - color contains mainly: green. Hex color #2BFA0D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BFA0D is #D405F2. Grayscale: #A1A1A1. Windows color (decimal): -13895155 or 916011. OLE color: 916011.
HSL color Cylindrical-coordinate representation of color #2BFA0D: hue angle of 112.41º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2BFA0D is Cyan = 0.83, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 250 | 13 | - |
| CMYK | 0.83 | 0 | 0.95 | 0.02 |
| HSL | 112.41º | 0.96% | 0.52% | - |
| HSV(B) | 112.41º | 0.95% | 0.98% | - |
| XYZ | 35.25 | 68.91 | 11.82 | - |
| YUV | 161.09 | 44.42 | 43.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 250 | 13 | 0.83 | 0 | 0.95 | 0.02 | 112.41 | 0.96 | 0.52 |
| Hex | 2B | FA | D | 53 | 0 | 5F | 2 | 70 | 60 | 34 |
| Octal | 53 | 372 | 15 | 123 | 0 | 137 | 2 | 160 | 140 | 64 |
| Binary | 101011 | 11111010 | 1101 | 1010011 | 0 | 1011111 | 10 | 1110000 | 1100000 | 110100 |
Color Harmonies of #2BFA0D
Complementary color
Monochromatic Colors of #2BFA0D
Black with #2BFA0D
Text Example
Text Example
White with #2BFA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFA0D; }
p { color: rgb(43,250,13); }
H1.HeaderClassName
{
color: #2BFA0D;
}
.AnyTagClassName
{
color: #2BFA0D;
}
</style>
background-color css
<style>
a { background-color: #2BFA0D; }
a { background-color: rgb(43,250,13); }
div.DivClassName
{
background-color: #2BFA0D;
}
.BgClassName
{
background-color: #2BFA0D;
}
</style>
border-color css
<style>
span { border-color: #2BFA0D; }
span { border-color: rgb(43,250,13); }
td.TdClassName
{
border-color: #2BFA0D;
}
.TagClassName
{
border-color: #2BFA0D;
}
</style>