Shades of Harlequin #2BF618
Tints of Harlequin #2BF618
RGB
CMYK
RGB Variations
Color information
#2BF618 (or 0x2BF618) is known color: Harlequin. HEX triplet: 2B, F6 and 18. RGB value is (43,246,24). Sum of RGB (Red+Green+Blue) = 43+246+24=313 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.74% from 313); Green value is 246 (96.48% from 255 or 78.59% from 313); Blue value is 24 (9.77% from 255 or 7.67% from 313); Max value from RGB is 246 - color contains mainly: green. Hex color #2BF618 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BF618 is #D409E7. Grayscale: #A0A0A0. Windows color (decimal): -13896168 or 1635883. OLE color: 1635883.
HSL color Cylindrical-coordinate representation of color #2BF618: hue angle of 114.86º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2BF618 is Cyan = 0.83, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 43 | 246 | 24 | - |
| CMYK | 0.83 | 0 | 0.90 | 0.04 |
| HSL | 114.86º | 0.93% | 0.53% | - |
| HSV(B) | 114.86º | 0.9% | 0.96% | - |
| XYZ | 34.12 | 66.49 | 11.9 | - |
| YUV | 160 | 51.25 | 44.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 246 | 24 | 0.83 | 0 | 0.90 | 0.04 | 114.86 | 0.93 | 0.53 |
| Hex | 2B | F6 | 18 | 53 | 0 | 5A | 4 | 73 | 5C | 35 |
| Octal | 53 | 366 | 30 | 123 | 0 | 132 | 4 | 163 | 134 | 65 |
| Binary | 101011 | 11110110 | 11000 | 1010011 | 0 | 1011010 | 100 | 1110011 | 1011100 | 110101 |
Color Harmonies of #2BF618
Complementary color
Monochromatic Colors of #2BF618
Black with #2BF618
Text Example
Text Example
White with #2BF618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF618; }
p { color: rgb(43,246,24); }
H1.HeaderClassName
{
color: #2BF618;
}
.AnyTagClassName
{
color: #2BF618;
}
</style>
background-color css
<style>
a { background-color: #2BF618; }
a { background-color: rgb(43,246,24); }
div.DivClassName
{
background-color: #2BF618;
}
.BgClassName
{
background-color: #2BF618;
}
</style>
border-color css
<style>
span { border-color: #2BF618; }
span { border-color: rgb(43,246,24); }
td.TdClassName
{
border-color: #2BF618;
}
.TagClassName
{
border-color: #2BF618;
}
</style>