Shades of Harlequin #2AD701
Tints of Harlequin #2AD701
RGB
CMYK
RGB Variations
Color information
#2AD701 (or 0x2AD701) is known color: Harlequin. HEX triplet: 2A, D7 and 01. RGB value is (42,215,1). Sum of RGB (Red+Green+Blue) = 42+215+1=258 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.28% from 258); Green value is 215 (84.38% from 255 or 83.33% from 258); Blue value is 1 (0.78% from 255 or 0.39% from 258); Max value from RGB is 215 - color contains mainly: green. Hex color #2AD701 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AD701 is #D528FE. Grayscale: #8B8B8B. Windows color (decimal): -13969663 or 120618. OLE color: 120618.
HSL color Cylindrical-coordinate representation of color #2AD701: hue angle of 108.5º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2AD701 is Cyan = 0.80, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 215 | 1 | - |
| CMYK | 0.80 | 0 | 1.00 | 0.16 |
| HSL | 108.5º | 0.99% | 0.42% | - |
| HSV(B) | 108.5º | 1% | 0.84% | - |
| XYZ | 25.26 | 49.1 | 8.17 | - |
| YUV | 138.88 | 50.19 | 58.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 215 | 1 | 0.80 | 0 | 1.00 | 0.16 | 108.5 | 0.99 | 0.42 |
| Hex | 2A | D7 | 1 | 50 | 0 | 64 | 10 | 6D | 63 | 2A |
| Octal | 52 | 327 | 1 | 120 | 0 | 144 | 20 | 155 | 143 | 52 |
| Binary | 101010 | 11010111 | 1 | 1010000 | 0 | 1100100 | 10000 | 1101101 | 1100011 | 101010 |
Color Harmonies of #2AD701
Complementary color
Monochromatic Colors of #2AD701
Black with #2AD701
Text Example
Text Example
White with #2AD701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD701; }
p { color: rgb(42,215,1); }
H1.HeaderClassName
{
color: #2AD701;
}
.AnyTagClassName
{
color: #2AD701;
}
</style>
background-color css
<style>
a { background-color: #2AD701; }
a { background-color: rgb(42,215,1); }
div.DivClassName
{
background-color: #2AD701;
}
.BgClassName
{
background-color: #2AD701;
}
</style>
border-color css
<style>
span { border-color: #2AD701; }
span { border-color: rgb(42,215,1); }
td.TdClassName
{
border-color: #2AD701;
}
.TagClassName
{
border-color: #2AD701;
}
</style>