Shades of Harlequin #2AD601
Tints of Harlequin #2AD601
RGB
CMYK
RGB Variations
Color information
#2AD601 (or 0x2AD601) is known color: Harlequin. HEX triplet: 2A, D6 and 01. RGB value is (42,214,1). Sum of RGB (Red+Green+Blue) = 42+214+1=257 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.34% from 257); Green value is 214 (83.98% from 255 or 83.27% from 257); Blue value is 1 (0.78% from 255 or 0.39% from 257); Max value from RGB is 214 - color contains mainly: green. Hex color #2AD601 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AD601 is #D529FE. Grayscale: #8A8A8A. Windows color (decimal): -13969919 or 120362. OLE color: 120362.
HSL color Cylindrical-coordinate representation of color #2AD601: hue angle of 108.45º 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 #2AD601 is Cyan = 0.80, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 214 | 1 | - |
| CMYK | 0.80 | 0 | 1.00 | 0.16 |
| HSL | 108.45º | 0.99% | 0.42% | - |
| HSV(B) | 108.45º | 1% | 0.84% | - |
| XYZ | 25.01 | 48.59 | 8.09 | - |
| YUV | 138.29 | 50.52 | 59.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 214 | 1 | 0.80 | 0 | 1.00 | 0.16 | 108.45 | 0.99 | 0.42 |
| Hex | 2A | D6 | 1 | 50 | 0 | 64 | 10 | 6C | 63 | 2A |
| Octal | 52 | 326 | 1 | 120 | 0 | 144 | 20 | 154 | 143 | 52 |
| Binary | 101010 | 11010110 | 1 | 1010000 | 0 | 1100100 | 10000 | 1101100 | 1100011 | 101010 |
Color Harmonies of #2AD601
Complementary color
Monochromatic Colors of #2AD601
Black with #2AD601
Text Example
Text Example
White with #2AD601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD601; }
p { color: rgb(42,214,1); }
H1.HeaderClassName
{
color: #2AD601;
}
.AnyTagClassName
{
color: #2AD601;
}
</style>
background-color css
<style>
a { background-color: #2AD601; }
a { background-color: rgb(42,214,1); }
div.DivClassName
{
background-color: #2AD601;
}
.BgClassName
{
background-color: #2AD601;
}
</style>
border-color css
<style>
span { border-color: #2AD601; }
span { border-color: rgb(42,214,1); }
td.TdClassName
{
border-color: #2AD601;
}
.TagClassName
{
border-color: #2AD601;
}
</style>