Shades of Harlequin #3CFF2D
Tints of Harlequin #3CFF2D
RGB
CMYK
RGB Variations
Color information
#3CFF2D (or 0x3CFF2D) is known color: Harlequin. HEX triplet: 3C, FF and 2D. RGB value is (60,255,45). Sum of RGB (Red+Green+Blue) = 60+255+45=360 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.67% from 360); Green value is 255 (100% from 255 or 70.83% from 360); Blue value is 45 (17.97% from 255 or 12.5% from 360); Max value from RGB is 255 - color contains mainly: green. Hex color #3CFF2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CFF2D is #C300D2. Grayscale: #ADADAD. Windows color (decimal): -12779731 or 3014460. OLE color: 3014460.
HSL color Cylindrical-coordinate representation of color #3CFF2D: hue angle of 115.71º 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 #3CFF2D is Cyan = 0.76, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 255 | 45 | - |
| CMYK | 0.76 | 0 | 0.82 | 0 |
| HSL | 115.71º | 1% | 0.59% | - |
| HSV(B) | 115.71º | 0.82% | 1% | - |
| XYZ | 38.1 | 72.67 | 14.5 | - |
| YUV | 172.76 | 55.9 | 47.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 255 | 45 | 0.76 | 0 | 0.82 | 0 | 115.71 | 1 | 0.59 |
| Hex | 3C | FF | 2D | 4C | 0 | 52 | 0 | 74 | 64 | 3B |
| Octal | 74 | 377 | 55 | 114 | 0 | 122 | 0 | 164 | 144 | 73 |
| Binary | 111100 | 11111111 | 101101 | 1001100 | 0 | 1010010 | 0 | 1110100 | 1100100 | 111011 |
Color Harmonies of #3CFF2D
Complementary color
Monochromatic Colors of #3CFF2D
Black with #3CFF2D
Text Example
Text Example
White with #3CFF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFF2D; }
p { color: rgb(60,255,45); }
H1.HeaderClassName
{
color: #3CFF2D;
}
.AnyTagClassName
{
color: #3CFF2D;
}
</style>
background-color css
<style>
a { background-color: #3CFF2D; }
a { background-color: rgb(60,255,45); }
div.DivClassName
{
background-color: #3CFF2D;
}
.BgClassName
{
background-color: #3CFF2D;
}
</style>
border-color css
<style>
span { border-color: #3CFF2D; }
span { border-color: rgb(60,255,45); }
td.TdClassName
{
border-color: #3CFF2D;
}
.TagClassName
{
border-color: #3CFF2D;
}
</style>