Shades of Harlequin #2BFC1A
Tints of Harlequin #2BFC1A
RGB
CMYK
RGB Variations
Color information
#2BFC1A (or 0x2BFC1A) is known color: Harlequin. HEX triplet: 2B, FC and 1A. RGB value is (43,252,26). Sum of RGB (Red+Green+Blue) = 43+252+26=321 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.40% from 321); Green value is 252 (98.83% from 255 or 78.50% from 321); Blue value is 26 (10.55% from 255 or 8.10% from 321); Max value from RGB is 252 - color contains mainly: green. Hex color #2BFC1A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BFC1A is #D403E5. Grayscale: #A4A4A4. Windows color (decimal): -13894630 or 1768491. OLE color: 1768491.
HSL color Cylindrical-coordinate representation of color #2BFC1A: hue angle of 115.49º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2BFC1A is Cyan = 0.83, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 43 | 252 | 26 | - |
| CMYK | 0.83 | 0 | 0.90 | 0.01 |
| HSL | 115.49º | 0.97% | 0.55% | - |
| HSV(B) | 115.49º | 0.9% | 0.99% | - |
| XYZ | 35.99 | 70.21 | 12.63 | - |
| YUV | 163.75 | 50.26 | 41.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 252 | 26 | 0.83 | 0 | 0.90 | 0.01 | 115.49 | 0.97 | 0.55 |
| Hex | 2B | FC | 1A | 53 | 0 | 5A | 1 | 73 | 61 | 37 |
| Octal | 53 | 374 | 32 | 123 | 0 | 132 | 1 | 163 | 141 | 67 |
| Binary | 101011 | 11111100 | 11010 | 1010011 | 0 | 1011010 | 1 | 1110011 | 1100001 | 110111 |
Color Harmonies of #2BFC1A
Complementary color
Monochromatic Colors of #2BFC1A
Black with #2BFC1A
Text Example
Text Example
White with #2BFC1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFC1A; }
p { color: rgb(43,252,26); }
H1.HeaderClassName
{
color: #2BFC1A;
}
.AnyTagClassName
{
color: #2BFC1A;
}
</style>
background-color css
<style>
a { background-color: #2BFC1A; }
a { background-color: rgb(43,252,26); }
div.DivClassName
{
background-color: #2BFC1A;
}
.BgClassName
{
background-color: #2BFC1A;
}
</style>
border-color css
<style>
span { border-color: #2BFC1A; }
span { border-color: rgb(43,252,26); }
td.TdClassName
{
border-color: #2BFC1A;
}
.TagClassName
{
border-color: #2BFC1A;
}
</style>