Shades of Harlequin #4AE002
Tints of Harlequin #4AE002
RGB
CMYK
RGB Variations
Color information
#4AE002 (or 0x4AE002) is known color: Harlequin. HEX triplet: 4A, E0 and 02. RGB value is (74,224,2). Sum of RGB (Red+Green+Blue) = 74+224+2=300 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.67% from 300); Green value is 224 (87.89% from 255 or 74.67% from 300); Blue value is 2 (1.17% from 255 or 0.67% from 300); Max value from RGB is 224 - color contains mainly: green. Hex color #4AE002 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4AE002 is #B51FFD. Grayscale: #9A9A9A. Windows color (decimal): -11870206 or 188490. OLE color: 188490.
HSL color Cylindrical-coordinate representation of color #4AE002: hue angle of 100.54º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4AE002 is Cyan = 0.67, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 74 | 224 | 2 | - |
| CMYK | 0.67 | 0 | 0.99 | 0.12 |
| HSL | 100.54º | 0.98% | 0.44% | - |
| HSV(B) | 100.54º | 0.99% | 0.88% | - |
| XYZ | 29.49 | 54.77 | 9.08 | - |
| YUV | 153.84 | 42.31 | 71.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 224 | 2 | 0.67 | 0 | 0.99 | 0.12 | 100.54 | 0.98 | 0.44 |
| Hex | 4A | E0 | 2 | 43 | 0 | 63 | C | 65 | 62 | 2C |
| Octal | 112 | 340 | 2 | 103 | 0 | 143 | 14 | 145 | 142 | 54 |
| Binary | 1001010 | 11100000 | 10 | 1000011 | 0 | 1100011 | 1100 | 1100101 | 1100010 | 101100 |
Color Harmonies of #4AE002
Complementary color
Monochromatic Colors of #4AE002
Black with #4AE002
Text Example
Text Example
White with #4AE002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AE002; }
p { color: rgb(74,224,2); }
H1.HeaderClassName
{
color: #4AE002;
}
.AnyTagClassName
{
color: #4AE002;
}
</style>
background-color css
<style>
a { background-color: #4AE002; }
a { background-color: rgb(74,224,2); }
div.DivClassName
{
background-color: #4AE002;
}
.BgClassName
{
background-color: #4AE002;
}
</style>
border-color css
<style>
span { border-color: #4AE002; }
span { border-color: rgb(74,224,2); }
td.TdClassName
{
border-color: #4AE002;
}
.TagClassName
{
border-color: #4AE002;
}
</style>