Shades of Harlequin #2AD604
Tints of Harlequin #2AD604
RGB
CMYK
RGB Variations
Color information
#2AD604 (or 0x2AD604) is known color: Harlequin. HEX triplet: 2A, D6 and 04. RGB value is (42,214,4). Sum of RGB (Red+Green+Blue) = 42+214+4=260 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.15% from 260); Green value is 214 (83.98% from 255 or 82.31% from 260); Blue value is 4 (1.95% from 255 or 1.54% from 260); Max value from RGB is 214 - color contains mainly: green. Hex color #2AD604 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AD604 is #D529FB. Grayscale: #8B8B8B. Windows color (decimal): -13969916 or 316970. OLE color: 316970.
HSL color Cylindrical-coordinate representation of color #2AD604: hue angle of 109.14º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2AD604 is Cyan = 0.80, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 214 | 4 | - |
| CMYK | 0.80 | 0 | 0.98 | 0.16 |
| HSL | 109.14º | 0.96% | 0.43% | - |
| HSV(B) | 109.14º | 0.98% | 0.84% | - |
| XYZ | 25.02 | 48.59 | 8.18 | - |
| YUV | 138.63 | 52.02 | 59.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 214 | 4 | 0.80 | 0 | 0.98 | 0.16 | 109.14 | 0.96 | 0.43 |
| Hex | 2A | D6 | 4 | 50 | 0 | 62 | 10 | 6D | 60 | 2B |
| Octal | 52 | 326 | 4 | 120 | 0 | 142 | 20 | 155 | 140 | 53 |
| Binary | 101010 | 11010110 | 100 | 1010000 | 0 | 1100010 | 10000 | 1101101 | 1100000 | 101011 |
Color Harmonies of #2AD604
Complementary color
Monochromatic Colors of #2AD604
Black with #2AD604
Text Example
Text Example
White with #2AD604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD604; }
p { color: rgb(42,214,4); }
H1.HeaderClassName
{
color: #2AD604;
}
.AnyTagClassName
{
color: #2AD604;
}
</style>
background-color css
<style>
a { background-color: #2AD604; }
a { background-color: rgb(42,214,4); }
div.DivClassName
{
background-color: #2AD604;
}
.BgClassName
{
background-color: #2AD604;
}
</style>
border-color css
<style>
span { border-color: #2AD604; }
span { border-color: rgb(42,214,4); }
td.TdClassName
{
border-color: #2AD604;
}
.TagClassName
{
border-color: #2AD604;
}
</style>