Shades of Harlequin #3AFE18
Tints of Harlequin #3AFE18
RGB
CMYK
RGB Variations
Color information
#3AFE18 (or 0x3AFE18) is known color: Harlequin. HEX triplet: 3A, FE and 18. RGB value is (58,254,24). Sum of RGB (Red+Green+Blue) = 58+254+24=336 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.26% from 336); Green value is 254 (99.61% from 255 or 75.60% from 336); Blue value is 24 (9.77% from 255 or 7.14% from 336); Max value from RGB is 254 - color contains mainly: green. Hex color #3AFE18 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AFE18 is #C501E7. Grayscale: #A9A9A9. Windows color (decimal): -12911080 or 1637946. OLE color: 1637946.
HSL color Cylindrical-coordinate representation of color #3AFE18: hue angle of 111.13º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3AFE18 is Cyan = 0.77, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 58 | 254 | 24 | - |
| CMYK | 0.77 | 0 | 0.91 | 0.00 |
| HSL | 111.13º | 0.99% | 0.55% | - |
| HSV(B) | 111.13º | 0.91% | 1% | - |
| XYZ | 37.35 | 71.85 | 12.76 | - |
| YUV | 169.18 | 46.07 | 48.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 254 | 24 | 0.77 | 0 | 0.91 | 0.00 | 111.13 | 0.99 | 0.55 |
| Hex | 3A | FE | 18 | 4D | 0 | 5B | 0 | 6F | 63 | 37 |
| Octal | 72 | 376 | 30 | 115 | 0 | 133 | 0 | 157 | 143 | 67 |
| Binary | 111010 | 11111110 | 11000 | 1001101 | 0 | 1011011 | 0 | 1101111 | 1100011 | 110111 |
Color Harmonies of #3AFE18
Complementary color
Monochromatic Colors of #3AFE18
Black with #3AFE18
Text Example
Text Example
White with #3AFE18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFE18; }
p { color: rgb(58,254,24); }
H1.HeaderClassName
{
color: #3AFE18;
}
.AnyTagClassName
{
color: #3AFE18;
}
</style>
background-color css
<style>
a { background-color: #3AFE18; }
a { background-color: rgb(58,254,24); }
div.DivClassName
{
background-color: #3AFE18;
}
.BgClassName
{
background-color: #3AFE18;
}
</style>
border-color css
<style>
span { border-color: #3AFE18; }
span { border-color: rgb(58,254,24); }
td.TdClassName
{
border-color: #3AFE18;
}
.TagClassName
{
border-color: #3AFE18;
}
</style>