Shades of Harlequin #3AF41E
Tints of Harlequin #3AF41E
RGB
CMYK
RGB Variations
Color information
#3AF41E (or 0x3AF41E) is known color: Harlequin. HEX triplet: 3A, F4 and 1E. RGB value is (58,244,30). Sum of RGB (Red+Green+Blue) = 58+244+30=332 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.47% from 332); Green value is 244 (95.70% from 255 or 73.49% from 332); Blue value is 30 (12.11% from 255 or 9.04% from 332); Max value from RGB is 244 - color contains mainly: green. Hex color #3AF41E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF41E is #C50BE1. Grayscale: #A4A4A4. Windows color (decimal): -12913634 or 2028602. OLE color: 2028602.
HSL color Cylindrical-coordinate representation of color #3AF41E: hue angle of 112.15º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3AF41E is Cyan = 0.76, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 58 | 244 | 30 | - |
| CMYK | 0.76 | 0 | 0.88 | 0.04 |
| HSL | 112.15º | 0.91% | 0.54% | - |
| HSV(B) | 112.15º | 0.88% | 0.96% | - |
| XYZ | 34.33 | 65.69 | 12.1 | - |
| YUV | 163.99 | 52.38 | 52.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 244 | 30 | 0.76 | 0 | 0.88 | 0.04 | 112.15 | 0.91 | 0.54 |
| Hex | 3A | F4 | 1E | 4C | 0 | 58 | 4 | 70 | 5B | 36 |
| Octal | 72 | 364 | 36 | 114 | 0 | 130 | 4 | 160 | 133 | 66 |
| Binary | 111010 | 11110100 | 11110 | 1001100 | 0 | 1011000 | 100 | 1110000 | 1011011 | 110110 |
Color Harmonies of #3AF41E
Complementary color
Monochromatic Colors of #3AF41E
Black with #3AF41E
Text Example
Text Example
White with #3AF41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF41E; }
p { color: rgb(58,244,30); }
H1.HeaderClassName
{
color: #3AF41E;
}
.AnyTagClassName
{
color: #3AF41E;
}
</style>
background-color css
<style>
a { background-color: #3AF41E; }
a { background-color: rgb(58,244,30); }
div.DivClassName
{
background-color: #3AF41E;
}
.BgClassName
{
background-color: #3AF41E;
}
</style>
border-color css
<style>
span { border-color: #3AF41E; }
span { border-color: rgb(58,244,30); }
td.TdClassName
{
border-color: #3AF41E;
}
.TagClassName
{
border-color: #3AF41E;
}
</style>