Shades of Harlequin #3AFE2C
Tints of Harlequin #3AFE2C
RGB
CMYK
RGB Variations
Color information
#3AFE2C (or 0x3AFE2C) is known color: Harlequin. HEX triplet: 3A, FE and 2C. RGB value is (58,254,44). Sum of RGB (Red+Green+Blue) = 58+254+44=356 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.29% from 356); Green value is 254 (99.61% from 255 or 71.35% from 356); Blue value is 44 (17.58% from 255 or 12.36% from 356); Max value from RGB is 254 - color contains mainly: green. Hex color #3AFE2C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AFE2C is #C501D3. Grayscale: #ACACAC. Windows color (decimal): -12911060 or 2948666. OLE color: 2948666.
HSL color Cylindrical-coordinate representation of color #3AFE2C: hue angle of 116º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3AFE2C is Cyan = 0.77, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 58 | 254 | 44 | - |
| CMYK | 0.77 | 0 | 0.83 | 0.00 |
| HSL | 116º | 0.99% | 0.58% | - |
| HSV(B) | 116º | 0.83% | 1% | - |
| XYZ | 37.64 | 71.97 | 14.29 | - |
| YUV | 171.46 | 56.07 | 47.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 254 | 44 | 0.77 | 0 | 0.83 | 0.00 | 116 | 0.99 | 0.58 |
| Hex | 3A | FE | 2C | 4D | 0 | 53 | 0 | 74 | 63 | 3A |
| Octal | 72 | 376 | 54 | 115 | 0 | 123 | 0 | 164 | 143 | 72 |
| Binary | 111010 | 11111110 | 101100 | 1001101 | 0 | 1010011 | 0 | 1110100 | 1100011 | 111010 |
Color Harmonies of #3AFE2C
Complementary color
Monochromatic Colors of #3AFE2C
Black with #3AFE2C
Text Example
Text Example
White with #3AFE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFE2C; }
p { color: rgb(58,254,44); }
H1.HeaderClassName
{
color: #3AFE2C;
}
.AnyTagClassName
{
color: #3AFE2C;
}
</style>
background-color css
<style>
a { background-color: #3AFE2C; }
a { background-color: rgb(58,254,44); }
div.DivClassName
{
background-color: #3AFE2C;
}
.BgClassName
{
background-color: #3AFE2C;
}
</style>
border-color css
<style>
span { border-color: #3AFE2C; }
span { border-color: rgb(58,254,44); }
td.TdClassName
{
border-color: #3AFE2C;
}
.TagClassName
{
border-color: #3AFE2C;
}
</style>