Shades of Harlequin #3DFF2C
Tints of Harlequin #3DFF2C
RGB
CMYK
RGB Variations
Color information
#3DFF2C (or 0x3DFF2C) is known color: Harlequin. HEX triplet: 3D, FF and 2C. RGB value is (61,255,44). Sum of RGB (Red+Green+Blue) = 61+255+44=360 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.94% from 360); Green value is 255 (100% from 255 or 70.83% from 360); Blue value is 44 (17.58% from 255 or 12.22% from 360); Max value from RGB is 255 - color contains mainly: green. Hex color #3DFF2C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DFF2C is #C200D3. Grayscale: #ADADAD. Windows color (decimal): -12714196 or 2948925. OLE color: 2948925.
HSL color Cylindrical-coordinate representation of color #3DFF2C: hue angle of 115.17º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3DFF2C is Cyan = 0.76, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 255 | 44 | - |
| CMYK | 0.76 | 0 | 0.83 | 0 |
| HSL | 115.17º | 1% | 0.59% | - |
| HSV(B) | 115.17º | 0.83% | 1% | - |
| XYZ | 38.14 | 72.69 | 14.4 | - |
| YUV | 172.94 | 55.23 | 48.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 255 | 44 | 0.76 | 0 | 0.83 | 0 | 115.17 | 1 | 0.59 |
| Hex | 3D | FF | 2C | 4C | 0 | 53 | 0 | 73 | 64 | 3B |
| Octal | 75 | 377 | 54 | 114 | 0 | 123 | 0 | 163 | 144 | 73 |
| Binary | 111101 | 11111111 | 101100 | 1001100 | 0 | 1010011 | 0 | 1110011 | 1100100 | 111011 |
Color Harmonies of #3DFF2C
Complementary color
Monochromatic Colors of #3DFF2C
Black with #3DFF2C
Text Example
Text Example
White with #3DFF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFF2C; }
p { color: rgb(61,255,44); }
H1.HeaderClassName
{
color: #3DFF2C;
}
.AnyTagClassName
{
color: #3DFF2C;
}
</style>
background-color css
<style>
a { background-color: #3DFF2C; }
a { background-color: rgb(61,255,44); }
div.DivClassName
{
background-color: #3DFF2C;
}
.BgClassName
{
background-color: #3DFF2C;
}
</style>
border-color css
<style>
span { border-color: #3DFF2C; }
span { border-color: rgb(61,255,44); }
td.TdClassName
{
border-color: #3DFF2C;
}
.TagClassName
{
border-color: #3DFF2C;
}
</style>