Shades of Harlequin #3AFE24
Tints of Harlequin #3AFE24
RGB
CMYK
RGB Variations
Color information
#3AFE24 (or 0x3AFE24) is known color: Harlequin. HEX triplet: 3A, FE and 24. RGB value is (58,254,36). Sum of RGB (Red+Green+Blue) = 58+254+36=348 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.67% from 348); Green value is 254 (99.61% from 255 or 72.99% from 348); Blue value is 36 (14.45% from 255 or 10.34% from 348); Max value from RGB is 254 - color contains mainly: green. Hex color #3AFE24 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AFE24 is #C501DB. Grayscale: #ABABAB. Windows color (decimal): -12911068 or 2424378. OLE color: 2424378.
HSL color Cylindrical-coordinate representation of color #3AFE24: hue angle of 113.94º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3AFE24 is Cyan = 0.77, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 58 | 254 | 36 | - |
| CMYK | 0.77 | 0 | 0.86 | 0.00 |
| HSL | 113.95º | 0.99% | 0.57% | - |
| HSV(B) | 113.95º | 0.86% | 1% | - |
| XYZ | 37.51 | 71.91 | 13.57 | - |
| YUV | 170.54 | 52.07 | 47.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 254 | 36 | 0.77 | 0 | 0.86 | 0.00 | 113.95 | 0.99 | 0.57 |
| Hex | 3A | FE | 24 | 4D | 0 | 56 | 0 | 72 | 63 | 39 |
| Octal | 72 | 376 | 44 | 115 | 0 | 126 | 0 | 162 | 143 | 71 |
| Binary | 111010 | 11111110 | 100100 | 1001101 | 0 | 1010110 | 0 | 1110010 | 1100011 | 111001 |
Color Harmonies of #3AFE24
Complementary color
Monochromatic Colors of #3AFE24
Black with #3AFE24
Text Example
Text Example
White with #3AFE24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFE24; }
p { color: rgb(58,254,36); }
H1.HeaderClassName
{
color: #3AFE24;
}
.AnyTagClassName
{
color: #3AFE24;
}
</style>
background-color css
<style>
a { background-color: #3AFE24; }
a { background-color: rgb(58,254,36); }
div.DivClassName
{
background-color: #3AFE24;
}
.BgClassName
{
background-color: #3AFE24;
}
</style>
border-color css
<style>
span { border-color: #3AFE24; }
span { border-color: rgb(58,254,36); }
td.TdClassName
{
border-color: #3AFE24;
}
.TagClassName
{
border-color: #3AFE24;
}
</style>