Shades of Harlequin #2AFF00
Tints of Harlequin #2AFF00
RGB
CMYK
RGB Variations
Color information
#2AFF00 (or 0x2AFF00) is known color: Harlequin. HEX triplet: 2A, FF and 00. RGB value is (42,255,0). Sum of RGB (Red+Green+Blue) = 42+255+0=297 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.14% from 297); Green value is 255 (100% from 255 or 85.86% from 297); Blue value is 0 (0.39% from 255 or 0% from 297); Max value from RGB is 255 - color contains mainly: green. Hex color #2AFF00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AFF00 is #D500FF. Grayscale: #A3A3A3. Windows color (decimal): -13959424 or 65322. OLE color: 65322.
HSL color Cylindrical-coordinate representation of color #2AFF00: hue angle of 110.12º 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 #2AFF00 is Cyan = 0.84, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 255 | 0 | - |
| CMYK | 0.84 | 0 | 1 | 0 |
| HSL | 110.12º | 1% | 0.5% | - |
| HSV(B) | 110.12º | 1% | 1% | - |
| XYZ | 36.71 | 72.01 | 11.96 | - |
| YUV | 162.24 | 36.43 | 42.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 255 | 0 | 0.84 | 0 | 1 | 0 | 110.12 | 1 | 0.5 |
| Hex | 2A | FF | 0 | 54 | 0 | 64 | 0 | 6E | 64 | 32 |
| Octal | 52 | 377 | 0 | 124 | 0 | 144 | 0 | 156 | 144 | 62 |
| Binary | 101010 | 11111111 | 0 | 1010100 | 0 | 1100100 | 0 | 1101110 | 1100100 | 110010 |
Color Harmonies of #2AFF00
Complementary color
Monochromatic Colors of #2AFF00
Black with #2AFF00
Text Example
Text Example
White with #2AFF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFF00; }
p { color: rgb(42,255,0); }
H1.HeaderClassName
{
color: #2AFF00;
}
.AnyTagClassName
{
color: #2AFF00;
}
</style>
background-color css
<style>
a { background-color: #2AFF00; }
a { background-color: rgb(42,255,0); }
div.DivClassName
{
background-color: #2AFF00;
}
.BgClassName
{
background-color: #2AFF00;
}
</style>
border-color css
<style>
span { border-color: #2AFF00; }
span { border-color: rgb(42,255,0); }
td.TdClassName
{
border-color: #2AFF00;
}
.TagClassName
{
border-color: #2AFF00;
}
</style>