Shades of Harlequin #3CFE1A
Tints of Harlequin #3CFE1A
RGB
CMYK
RGB Variations
Color information
#3CFE1A (or 0x3CFE1A) is known color: Harlequin. HEX triplet: 3C, FE and 1A. RGB value is (60,254,26). Sum of RGB (Red+Green+Blue) = 60+254+26=340 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.65% from 340); Green value is 254 (99.61% from 255 or 74.71% from 340); Blue value is 26 (10.55% from 255 or 7.65% from 340); Max value from RGB is 254 - color contains mainly: green. Hex color #3CFE1A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CFE1A is #C301E5. Grayscale: #AAAAAA. Windows color (decimal): -12780006 or 1769020. OLE color: 1769020.
HSL color Cylindrical-coordinate representation of color #3CFE1A: hue angle of 111.05º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3CFE1A is Cyan = 0.76, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 60 | 254 | 26 | - |
| CMYK | 0.76 | 0 | 0.90 | 0.00 |
| HSL | 111.05º | 0.99% | 0.55% | - |
| HSV(B) | 111.05º | 0.9% | 1% | - |
| XYZ | 37.49 | 71.92 | 12.88 | - |
| YUV | 170 | 46.73 | 49.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 254 | 26 | 0.76 | 0 | 0.90 | 0.00 | 111.05 | 0.99 | 0.55 |
| Hex | 3C | FE | 1A | 4C | 0 | 5A | 0 | 6F | 63 | 37 |
| Octal | 74 | 376 | 32 | 114 | 0 | 132 | 0 | 157 | 143 | 67 |
| Binary | 111100 | 11111110 | 11010 | 1001100 | 0 | 1011010 | 0 | 1101111 | 1100011 | 110111 |
Color Harmonies of #3CFE1A
Complementary color
Monochromatic Colors of #3CFE1A
Black with #3CFE1A
Text Example
Text Example
White with #3CFE1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFE1A; }
p { color: rgb(60,254,26); }
H1.HeaderClassName
{
color: #3CFE1A;
}
.AnyTagClassName
{
color: #3CFE1A;
}
</style>
background-color css
<style>
a { background-color: #3CFE1A; }
a { background-color: rgb(60,254,26); }
div.DivClassName
{
background-color: #3CFE1A;
}
.BgClassName
{
background-color: #3CFE1A;
}
</style>
border-color css
<style>
span { border-color: #3CFE1A; }
span { border-color: rgb(60,254,26); }
td.TdClassName
{
border-color: #3CFE1A;
}
.TagClassName
{
border-color: #3CFE1A;
}
</style>