Shades of Harlequin #2AFF07
Tints of Harlequin #2AFF07
RGB
CMYK
RGB Variations
Color information
#2AFF07 (or 0x2AFF07) is known color: Harlequin. HEX triplet: 2A, FF and 07. RGB value is (42,255,7). Sum of RGB (Red+Green+Blue) = 42+255+7=304 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.82% from 304); Green value is 255 (100% from 255 or 83.88% from 304); Blue value is 7 (3.12% from 255 or 2.30% from 304); Max value from RGB is 255 - color contains mainly: green. Hex color #2AFF07 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AFF07 is #D500F8. Grayscale: #A3A3A3. Windows color (decimal): -13959417 or 524074. OLE color: 524074.
HSL color Cylindrical-coordinate representation of color #2AFF07: hue angle of 111.53º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2AFF07 is Cyan = 0.84, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 255 | 7 | - |
| CMYK | 0.84 | 0 | 0.97 | 0 |
| HSL | 111.53º | 1% | 0.51% | - |
| HSV(B) | 111.53º | 0.97% | 1% | - |
| XYZ | 36.75 | 72.03 | 12.17 | - |
| YUV | 163.04 | 39.93 | 41.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 255 | 7 | 0.84 | 0 | 0.97 | 0 | 111.53 | 1 | 0.51 |
| Hex | 2A | FF | 7 | 54 | 0 | 61 | 0 | 70 | 64 | 33 |
| Octal | 52 | 377 | 7 | 124 | 0 | 141 | 0 | 160 | 144 | 63 |
| Binary | 101010 | 11111111 | 111 | 1010100 | 0 | 1100001 | 0 | 1110000 | 1100100 | 110011 |
Color Harmonies of #2AFF07
Complementary color
Monochromatic Colors of #2AFF07
Black with #2AFF07
Text Example
Text Example
White with #2AFF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFF07; }
p { color: rgb(42,255,7); }
H1.HeaderClassName
{
color: #2AFF07;
}
.AnyTagClassName
{
color: #2AFF07;
}
</style>
background-color css
<style>
a { background-color: #2AFF07; }
a { background-color: rgb(42,255,7); }
div.DivClassName
{
background-color: #2AFF07;
}
.BgClassName
{
background-color: #2AFF07;
}
</style>
border-color css
<style>
span { border-color: #2AFF07; }
span { border-color: rgb(42,255,7); }
td.TdClassName
{
border-color: #2AFF07;
}
.TagClassName
{
border-color: #2AFF07;
}
</style>