Shades of Harlequin #3CFF2A
Tints of Harlequin #3CFF2A
RGB
CMYK
RGB Variations
Color information
#3CFF2A (or 0x3CFF2A) is known color: Harlequin. HEX triplet: 3C, FF and 2A. RGB value is (60,255,42). Sum of RGB (Red+Green+Blue) = 60+255+42=357 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.81% from 357); Green value is 255 (100% from 255 or 71.43% from 357); Blue value is 42 (16.80% from 255 or 11.76% from 357); Max value from RGB is 255 - color contains mainly: green. Hex color #3CFF2A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CFF2A is #C300D5. Grayscale: #ADADAD. Windows color (decimal): -12779734 or 2817852. OLE color: 2817852.
HSL color Cylindrical-coordinate representation of color #3CFF2A: hue angle of 114.93º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3CFF2A is Cyan = 0.76, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 255 | 42 | - |
| CMYK | 0.76 | 0 | 0.84 | 0 |
| HSL | 114.93º | 1% | 0.58% | - |
| HSV(B) | 114.93º | 0.84% | 1% | - |
| XYZ | 38.04 | 72.65 | 14.21 | - |
| YUV | 172.41 | 54.4 | 47.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 255 | 42 | 0.76 | 0 | 0.84 | 0 | 114.93 | 1 | 0.58 |
| Hex | 3C | FF | 2A | 4C | 0 | 54 | 0 | 73 | 64 | 3A |
| Octal | 74 | 377 | 52 | 114 | 0 | 124 | 0 | 163 | 144 | 72 |
| Binary | 111100 | 11111111 | 101010 | 1001100 | 0 | 1010100 | 0 | 1110011 | 1100100 | 111010 |
Color Harmonies of #3CFF2A
Complementary color
Monochromatic Colors of #3CFF2A
Black with #3CFF2A
Text Example
Text Example
White with #3CFF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFF2A; }
p { color: rgb(60,255,42); }
H1.HeaderClassName
{
color: #3CFF2A;
}
.AnyTagClassName
{
color: #3CFF2A;
}
</style>
background-color css
<style>
a { background-color: #3CFF2A; }
a { background-color: rgb(60,255,42); }
div.DivClassName
{
background-color: #3CFF2A;
}
.BgClassName
{
background-color: #3CFF2A;
}
</style>
border-color css
<style>
span { border-color: #3CFF2A; }
span { border-color: rgb(60,255,42); }
td.TdClassName
{
border-color: #3CFF2A;
}
.TagClassName
{
border-color: #3CFF2A;
}
</style>