Shades of Harlequin #3AF31E
Tints of Harlequin #3AF31E
RGB
CMYK
RGB Variations
Color information
#3AF31E (or 0x3AF31E) is known color: Harlequin. HEX triplet: 3A, F3 and 1E. RGB value is (58,243,30). Sum of RGB (Red+Green+Blue) = 58+243+30=331 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.52% from 331); Green value is 243 (95.31% from 255 or 73.41% from 331); Blue value is 30 (12.11% from 255 or 9.06% from 331); Max value from RGB is 243 - color contains mainly: green. Hex color #3AF31E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF31E is #C50CE1. Grayscale: #A4A4A4. Windows color (decimal): -12913890 or 2028346. OLE color: 2028346.
HSL color Cylindrical-coordinate representation of color #3AF31E: hue angle of 112.11º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3AF31E is Cyan = 0.76, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 58 | 243 | 30 | - |
| CMYK | 0.76 | 0 | 0.88 | 0.05 |
| HSL | 112.11º | 0.9% | 0.54% | - |
| HSV(B) | 112.11º | 0.88% | 0.95% | - |
| XYZ | 34.03 | 65.09 | 12 | - |
| YUV | 163.4 | 52.71 | 52.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 243 | 30 | 0.76 | 0 | 0.88 | 0.05 | 112.11 | 0.9 | 0.54 |
| Hex | 3A | F3 | 1E | 4C | 0 | 58 | 5 | 70 | 5A | 36 |
| Octal | 72 | 363 | 36 | 114 | 0 | 130 | 5 | 160 | 132 | 66 |
| Binary | 111010 | 11110011 | 11110 | 1001100 | 0 | 1011000 | 101 | 1110000 | 1011010 | 110110 |
Color Harmonies of #3AF31E
Complementary color
Monochromatic Colors of #3AF31E
Black with #3AF31E
Text Example
Text Example
White with #3AF31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF31E; }
p { color: rgb(58,243,30); }
H1.HeaderClassName
{
color: #3AF31E;
}
.AnyTagClassName
{
color: #3AF31E;
}
</style>
background-color css
<style>
a { background-color: #3AF31E; }
a { background-color: rgb(58,243,30); }
div.DivClassName
{
background-color: #3AF31E;
}
.BgClassName
{
background-color: #3AF31E;
}
</style>
border-color css
<style>
span { border-color: #3AF31E; }
span { border-color: rgb(58,243,30); }
td.TdClassName
{
border-color: #3AF31E;
}
.TagClassName
{
border-color: #3AF31E;
}
</style>