Shades of Harlequin #2AED04
Tints of Harlequin #2AED04
RGB
CMYK
RGB Variations
Color information
#2AED04 (or 0x2AED04) is known color: Harlequin. HEX triplet: 2A, ED and 04. RGB value is (42,237,4). Sum of RGB (Red+Green+Blue) = 42+237+4=283 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.84% from 283); Green value is 237 (92.97% from 255 or 83.75% from 283); Blue value is 4 (1.95% from 255 or 1.41% from 283); Max value from RGB is 237 - color contains mainly: green. Hex color #2AED04 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AED04 is #D512FB. Grayscale: #989898. Windows color (decimal): -13964028 or 322858. OLE color: 322858.
HSL color Cylindrical-coordinate representation of color #2AED04: hue angle of 110.21º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2AED04 is Cyan = 0.82, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 237 | 4 | - |
| CMYK | 0.82 | 0 | 0.98 | 0.07 |
| HSL | 110.21º | 0.97% | 0.47% | - |
| HSV(B) | 110.21º | 0.98% | 0.93% | - |
| XYZ | 31.26 | 61.07 | 10.25 | - |
| YUV | 152.13 | 44.4 | 49.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 237 | 4 | 0.82 | 0 | 0.98 | 0.07 | 110.21 | 0.97 | 0.47 |
| Hex | 2A | ED | 4 | 52 | 0 | 62 | 7 | 6E | 61 | 2F |
| Octal | 52 | 355 | 4 | 122 | 0 | 142 | 7 | 156 | 141 | 57 |
| Binary | 101010 | 11101101 | 100 | 1010010 | 0 | 1100010 | 111 | 1101110 | 1100001 | 101111 |
Color Harmonies of #2AED04
Complementary color
Monochromatic Colors of #2AED04
Black with #2AED04
Text Example
Text Example
White with #2AED04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AED04; }
p { color: rgb(42,237,4); }
H1.HeaderClassName
{
color: #2AED04;
}
.AnyTagClassName
{
color: #2AED04;
}
</style>
background-color css
<style>
a { background-color: #2AED04; }
a { background-color: rgb(42,237,4); }
div.DivClassName
{
background-color: #2AED04;
}
.BgClassName
{
background-color: #2AED04;
}
</style>
border-color css
<style>
span { border-color: #2AED04; }
span { border-color: rgb(42,237,4); }
td.TdClassName
{
border-color: #2AED04;
}
.TagClassName
{
border-color: #2AED04;
}
</style>