Shades of Harlequin #3AE203
Tints of Harlequin #3AE203
RGB
CMYK
RGB Variations
Color information
#3AE203 (or 0x3AE203) is known color: Harlequin. HEX triplet: 3A, E2 and 03. RGB value is (58,226,3). Sum of RGB (Red+Green+Blue) = 58+226+3=287 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.21% from 287); Green value is 226 (88.67% from 255 or 78.75% from 287); Blue value is 3 (1.56% from 255 or 1.05% from 287); Max value from RGB is 226 - color contains mainly: green. Hex color #3AE203 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AE203 is #C51DFC. Grayscale: #979797. Windows color (decimal): -12918269 or 254522. OLE color: 254522.
HSL color Cylindrical-coordinate representation of color #3AE203: hue angle of 105.2º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3AE203 is Cyan = 0.74, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 58 | 226 | 3 | - |
| CMYK | 0.74 | 0 | 0.99 | 0.11 |
| HSL | 105.2º | 0.97% | 0.45% | - |
| HSV(B) | 105.2º | 0.99% | 0.89% | - |
| XYZ | 28.96 | 55.3 | 9.23 | - |
| YUV | 150.35 | 44.84 | 62.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 226 | 3 | 0.74 | 0 | 0.99 | 0.11 | 105.2 | 0.97 | 0.45 |
| Hex | 3A | E2 | 3 | 4A | 0 | 63 | B | 69 | 61 | 2D |
| Octal | 72 | 342 | 3 | 112 | 0 | 143 | 13 | 151 | 141 | 55 |
| Binary | 111010 | 11100010 | 11 | 1001010 | 0 | 1100011 | 1011 | 1101001 | 1100001 | 101101 |
Color Harmonies of #3AE203
Complementary color
Monochromatic Colors of #3AE203
Black with #3AE203
Text Example
Text Example
White with #3AE203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AE203; }
p { color: rgb(58,226,3); }
H1.HeaderClassName
{
color: #3AE203;
}
.AnyTagClassName
{
color: #3AE203;
}
</style>
background-color css
<style>
a { background-color: #3AE203; }
a { background-color: rgb(58,226,3); }
div.DivClassName
{
background-color: #3AE203;
}
.BgClassName
{
background-color: #3AE203;
}
</style>
border-color css
<style>
span { border-color: #3AE203; }
span { border-color: rgb(58,226,3); }
td.TdClassName
{
border-color: #3AE203;
}
.TagClassName
{
border-color: #3AE203;
}
</style>