Shades of Harlequin #2AFF01
Tints of Harlequin #2AFF01
RGB
CMYK
RGB Variations
Color information
#2AFF01 (or 0x2AFF01) is known color: Harlequin. HEX triplet: 2A, FF and 01. RGB value is (42,255,1). Sum of RGB (Red+Green+Blue) = 42+255+1=298 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.09% from 298); Green value is 255 (100% from 255 or 85.57% from 298); Blue value is 1 (0.78% from 255 or 0.34% from 298); Max value from RGB is 255 - color contains mainly: green. Hex color #2AFF01 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AFF01 is #D500FE. Grayscale: #A3A3A3. Windows color (decimal): -13959423 or 130858. OLE color: 130858.
HSL color Cylindrical-coordinate representation of color #2AFF01: hue angle of 110.31º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2AFF01 is Cyan = 0.84, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 255 | 1 | - |
| CMYK | 0.84 | 0 | 1.00 | 0 |
| HSL | 110.32º | 1% | 0.5% | - |
| HSV(B) | 110.32º | 1% | 1% | - |
| XYZ | 36.72 | 72.01 | 11.99 | - |
| YUV | 162.36 | 36.93 | 42.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 255 | 1 | 0.84 | 0 | 1.00 | 0 | 110.32 | 1 | 0.5 |
| Hex | 2A | FF | 1 | 54 | 0 | 64 | 0 | 6E | 64 | 32 |
| Octal | 52 | 377 | 1 | 124 | 0 | 144 | 0 | 156 | 144 | 62 |
| Binary | 101010 | 11111111 | 1 | 1010100 | 0 | 1100100 | 0 | 1101110 | 1100100 | 110010 |
Color Harmonies of #2AFF01
Complementary color
Monochromatic Colors of #2AFF01
Black with #2AFF01
Text Example
Text Example
White with #2AFF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFF01; }
p { color: rgb(42,255,1); }
H1.HeaderClassName
{
color: #2AFF01;
}
.AnyTagClassName
{
color: #2AFF01;
}
</style>
background-color css
<style>
a { background-color: #2AFF01; }
a { background-color: rgb(42,255,1); }
div.DivClassName
{
background-color: #2AFF01;
}
.BgClassName
{
background-color: #2AFF01;
}
</style>
border-color css
<style>
span { border-color: #2AFF01; }
span { border-color: rgb(42,255,1); }
td.TdClassName
{
border-color: #2AFF01;
}
.TagClassName
{
border-color: #2AFF01;
}
</style>