Shades of Harlequin #3CFF2F
Tints of Harlequin #3CFF2F
RGB
CMYK
RGB Variations
Color information
#3CFF2F (or 0x3CFF2F) is known color: Harlequin. HEX triplet: 3C, FF and 2F. RGB value is (60,255,47). Sum of RGB (Red+Green+Blue) = 60+255+47=362 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.57% from 362); Green value is 255 (100% from 255 or 70.44% from 362); Blue value is 47 (18.75% from 255 or 12.98% from 362); Max value from RGB is 255 - color contains mainly: green. Hex color #3CFF2F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CFF2F is #C300D0. Grayscale: #ADADAD. Windows color (decimal): -12779729 or 3145532. OLE color: 3145532.
HSL color Cylindrical-coordinate representation of color #3CFF2F: hue angle of 116.25º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3CFF2F is Cyan = 0.76, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 255 | 47 | - |
| CMYK | 0.76 | 0 | 0.82 | 0 |
| HSL | 116.25º | 1% | 0.59% | - |
| HSV(B) | 116.25º | 0.82% | 1% | - |
| XYZ | 38.14 | 72.69 | 14.71 | - |
| YUV | 172.98 | 56.9 | 47.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 255 | 47 | 0.76 | 0 | 0.82 | 0 | 116.25 | 1 | 0.59 |
| Hex | 3C | FF | 2F | 4C | 0 | 52 | 0 | 74 | 64 | 3B |
| Octal | 74 | 377 | 57 | 114 | 0 | 122 | 0 | 164 | 144 | 73 |
| Binary | 111100 | 11111111 | 101111 | 1001100 | 0 | 1010010 | 0 | 1110100 | 1100100 | 111011 |
Color Harmonies of #3CFF2F
Complementary color
Monochromatic Colors of #3CFF2F
Black with #3CFF2F
Text Example
Text Example
White with #3CFF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFF2F; }
p { color: rgb(60,255,47); }
H1.HeaderClassName
{
color: #3CFF2F;
}
.AnyTagClassName
{
color: #3CFF2F;
}
</style>
background-color css
<style>
a { background-color: #3CFF2F; }
a { background-color: rgb(60,255,47); }
div.DivClassName
{
background-color: #3CFF2F;
}
.BgClassName
{
background-color: #3CFF2F;
}
</style>
border-color css
<style>
span { border-color: #3CFF2F; }
span { border-color: rgb(60,255,47); }
td.TdClassName
{
border-color: #3CFF2F;
}
.TagClassName
{
border-color: #3CFF2F;
}
</style>