Shades of Harlequin #2BF302
Tints of Harlequin #2BF302
RGB
CMYK
RGB Variations
Color information
#2BF302 (or 0x2BF302) is known color: Harlequin. HEX triplet: 2B, F3 and 02. RGB value is (43,243,2). Sum of RGB (Red+Green+Blue) = 43+243+2=288 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.93% from 288); Green value is 243 (95.31% from 255 or 84.38% from 288); Blue value is 2 (1.17% from 255 or 0.69% from 288); Max value from RGB is 243 - color contains mainly: green. Hex color #2BF302 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BF302 is #D40CFD. Grayscale: #9C9C9C. Windows color (decimal): -13896958 or 193323. OLE color: 193323.
HSL color Cylindrical-coordinate representation of color #2BF302: hue angle of 109.79º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2BF302 is Cyan = 0.82, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 43 | 243 | 2 | - |
| CMYK | 0.82 | 0 | 0.99 | 0.05 |
| HSL | 109.79º | 0.98% | 0.48% | - |
| HSV(B) | 109.79º | 0.99% | 0.95% | - |
| XYZ | 33.06 | 64.62 | 10.79 | - |
| YUV | 155.73 | 41.24 | 47.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 243 | 2 | 0.82 | 0 | 0.99 | 0.05 | 109.79 | 0.98 | 0.48 |
| Hex | 2B | F3 | 2 | 52 | 0 | 63 | 5 | 6E | 62 | 30 |
| Octal | 53 | 363 | 2 | 122 | 0 | 143 | 5 | 156 | 142 | 60 |
| Binary | 101011 | 11110011 | 10 | 1010010 | 0 | 1100011 | 101 | 1101110 | 1100010 | 110000 |
Color Harmonies of #2BF302
Complementary color
Monochromatic Colors of #2BF302
Black with #2BF302
Text Example
Text Example
White with #2BF302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF302; }
p { color: rgb(43,243,2); }
H1.HeaderClassName
{
color: #2BF302;
}
.AnyTagClassName
{
color: #2BF302;
}
</style>
background-color css
<style>
a { background-color: #2BF302; }
a { background-color: rgb(43,243,2); }
div.DivClassName
{
background-color: #2BF302;
}
.BgClassName
{
background-color: #2BF302;
}
</style>
border-color css
<style>
span { border-color: #2BF302; }
span { border-color: rgb(43,243,2); }
td.TdClassName
{
border-color: #2BF302;
}
.TagClassName
{
border-color: #2BF302;
}
</style>