Shades of Harlequin #3DFC2C
Tints of Harlequin #3DFC2C
RGB
CMYK
RGB Variations
Color information
#3DFC2C (or 0x3DFC2C) is known color: Harlequin. HEX triplet: 3D, FC and 2C. RGB value is (61,252,44). Sum of RGB (Red+Green+Blue) = 61+252+44=357 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.09% from 357); Green value is 252 (98.83% from 255 or 70.59% from 357); Blue value is 44 (17.58% from 255 or 12.32% from 357); Max value from RGB is 252 - color contains mainly: green. Hex color #3DFC2C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DFC2C is #C203D3. Grayscale: #ABABAB. Windows color (decimal): -12714964 or 2948157. OLE color: 2948157.
HSL color Cylindrical-coordinate representation of color #3DFC2C: hue angle of 115.1º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3DFC2C is Cyan = 0.76, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 61 | 252 | 44 | - |
| CMYK | 0.76 | 0 | 0.83 | 0.01 |
| HSL | 115.1º | 0.97% | 0.58% | - |
| HSV(B) | 115.1º | 0.83% | 0.99% | - |
| XYZ | 37.19 | 70.79 | 14.09 | - |
| YUV | 171.18 | 56.22 | 49.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 252 | 44 | 0.76 | 0 | 0.83 | 0.01 | 115.1 | 0.97 | 0.58 |
| Hex | 3D | FC | 2C | 4C | 0 | 53 | 1 | 73 | 61 | 3A |
| Octal | 75 | 374 | 54 | 114 | 0 | 123 | 1 | 163 | 141 | 72 |
| Binary | 111101 | 11111100 | 101100 | 1001100 | 0 | 1010011 | 1 | 1110011 | 1100001 | 111010 |
Color Harmonies of #3DFC2C
Complementary color
Monochromatic Colors of #3DFC2C
Black with #3DFC2C
Text Example
Text Example
White with #3DFC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFC2C; }
p { color: rgb(61,252,44); }
H1.HeaderClassName
{
color: #3DFC2C;
}
.AnyTagClassName
{
color: #3DFC2C;
}
</style>
background-color css
<style>
a { background-color: #3DFC2C; }
a { background-color: rgb(61,252,44); }
div.DivClassName
{
background-color: #3DFC2C;
}
.BgClassName
{
background-color: #3DFC2C;
}
</style>
border-color css
<style>
span { border-color: #3DFC2C; }
span { border-color: rgb(61,252,44); }
td.TdClassName
{
border-color: #3DFC2C;
}
.TagClassName
{
border-color: #3DFC2C;
}
</style>