Shades of Harlequin #3AE400
Tints of Harlequin #3AE400
RGB
CMYK
RGB Variations
Color information
#3AE400 (or 0x3AE400) is known color: Harlequin. HEX triplet: 3A, E4 and 00. RGB value is (58,228,0). Sum of RGB (Red+Green+Blue) = 58+228+0=286 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.28% from 286); Green value is 228 (89.45% from 255 or 79.72% from 286); Blue value is 0 (0.39% from 255 or 0% from 286); Max value from RGB is 228 - color contains mainly: green. Hex color #3AE400 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AE400 is #C51BFF. Grayscale: #979797. Windows color (decimal): -12917760 or 58426. OLE color: 58426.
HSL color Cylindrical-coordinate representation of color #3AE400: hue angle of 104.74º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3AE400 is Cyan = 0.75, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 58 | 228 | 0 | - |
| CMYK | 0.75 | 0 | 1 | 0.11 |
| HSL | 104.74º | 1% | 0.45% | - |
| HSV(B) | 104.74º | 1% | 0.89% | - |
| XYZ | 29.49 | 56.39 | 9.33 | - |
| YUV | 151.18 | 42.68 | 61.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 228 | 0 | 0.75 | 0 | 1 | 0.11 | 104.74 | 1 | 0.45 |
| Hex | 3A | E4 | 0 | 4B | 0 | 64 | B | 69 | 64 | 2D |
| Octal | 72 | 344 | 0 | 113 | 0 | 144 | 13 | 151 | 144 | 55 |
| Binary | 111010 | 11100100 | 0 | 1001011 | 0 | 1100100 | 1011 | 1101001 | 1100100 | 101101 |
Color Harmonies of #3AE400
Complementary color
Monochromatic Colors of #3AE400
Black with #3AE400
Text Example
Text Example
White with #3AE400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AE400; }
p { color: rgb(58,228,0); }
H1.HeaderClassName
{
color: #3AE400;
}
.AnyTagClassName
{
color: #3AE400;
}
</style>
background-color css
<style>
a { background-color: #3AE400; }
a { background-color: rgb(58,228,0); }
div.DivClassName
{
background-color: #3AE400;
}
.BgClassName
{
background-color: #3AE400;
}
</style>
border-color css
<style>
span { border-color: #3AE400; }
span { border-color: rgb(58,228,0); }
td.TdClassName
{
border-color: #3AE400;
}
.TagClassName
{
border-color: #3AE400;
}
</style>