Shades of Harlequin #3AEA02
Tints of Harlequin #3AEA02
RGB
CMYK
RGB Variations
Color information
#3AEA02 (or 0x3AEA02) is known color: Harlequin. HEX triplet: 3A, EA and 02. RGB value is (58,234,2). Sum of RGB (Red+Green+Blue) = 58+234+2=294 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.73% from 294); Green value is 234 (91.80% from 255 or 79.59% from 294); Blue value is 2 (1.17% from 255 or 0.68% from 294); Max value from RGB is 234 - color contains mainly: green. Hex color #3AEA02 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AEA02 is #C515FD. Grayscale: #9B9B9B. Windows color (decimal): -12916222 or 191034. OLE color: 191034.
HSL color Cylindrical-coordinate representation of color #3AEA02: hue angle of 105.52º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3AEA02 is Cyan = 0.75, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 58 | 234 | 2 | - |
| CMYK | 0.75 | 0 | 0.99 | 0.08 |
| HSL | 105.52º | 0.98% | 0.46% | - |
| HSV(B) | 105.52º | 0.99% | 0.92% | - |
| XYZ | 31.18 | 59.75 | 9.95 | - |
| YUV | 154.93 | 41.69 | 58.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 234 | 2 | 0.75 | 0 | 0.99 | 0.08 | 105.52 | 0.98 | 0.46 |
| Hex | 3A | EA | 2 | 4B | 0 | 63 | 8 | 6A | 62 | 2E |
| Octal | 72 | 352 | 2 | 113 | 0 | 143 | 10 | 152 | 142 | 56 |
| Binary | 111010 | 11101010 | 10 | 1001011 | 0 | 1100011 | 1000 | 1101010 | 1100010 | 101110 |
Color Harmonies of #3AEA02
Complementary color
Monochromatic Colors of #3AEA02
Black with #3AEA02
Text Example
Text Example
White with #3AEA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AEA02; }
p { color: rgb(58,234,2); }
H1.HeaderClassName
{
color: #3AEA02;
}
.AnyTagClassName
{
color: #3AEA02;
}
</style>
background-color css
<style>
a { background-color: #3AEA02; }
a { background-color: rgb(58,234,2); }
div.DivClassName
{
background-color: #3AEA02;
}
.BgClassName
{
background-color: #3AEA02;
}
</style>
border-color css
<style>
span { border-color: #3AEA02; }
span { border-color: rgb(58,234,2); }
td.TdClassName
{
border-color: #3AEA02;
}
.TagClassName
{
border-color: #3AEA02;
}
</style>