Shades of Harlequin #3DFE2E
Tints of Harlequin #3DFE2E
RGB
CMYK
RGB Variations
Color information
#3DFE2E (or 0x3DFE2E) is known color: Harlequin. HEX triplet: 3D, FE and 2E. RGB value is (61,254,46). Sum of RGB (Red+Green+Blue) = 61+254+46=361 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.90% from 361); Green value is 254 (99.61% from 255 or 70.36% from 361); Blue value is 46 (18.36% from 255 or 12.74% from 361); Max value from RGB is 254 - color contains mainly: green. Hex color #3DFE2E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DFE2E is #C201D1. Grayscale: #ADADAD. Windows color (decimal): -12714450 or 3079741. OLE color: 3079741.
HSL color Cylindrical-coordinate representation of color #3DFE2E: hue angle of 115.67º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3DFE2E is Cyan = 0.76, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 61 | 254 | 46 | - |
| CMYK | 0.76 | 0 | 0.82 | 0.00 |
| HSL | 115.67º | 0.99% | 0.59% | - |
| HSV(B) | 115.67º | 0.82% | 1% | - |
| XYZ | 37.86 | 72.07 | 14.5 | - |
| YUV | 172.58 | 56.56 | 48.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 254 | 46 | 0.76 | 0 | 0.82 | 0.00 | 115.67 | 0.99 | 0.59 |
| Hex | 3D | FE | 2E | 4C | 0 | 52 | 0 | 74 | 63 | 3B |
| Octal | 75 | 376 | 56 | 114 | 0 | 122 | 0 | 164 | 143 | 73 |
| Binary | 111101 | 11111110 | 101110 | 1001100 | 0 | 1010010 | 0 | 1110100 | 1100011 | 111011 |
Color Harmonies of #3DFE2E
Complementary color
Monochromatic Colors of #3DFE2E
Black with #3DFE2E
Text Example
Text Example
White with #3DFE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFE2E; }
p { color: rgb(61,254,46); }
H1.HeaderClassName
{
color: #3DFE2E;
}
.AnyTagClassName
{
color: #3DFE2E;
}
</style>
background-color css
<style>
a { background-color: #3DFE2E; }
a { background-color: rgb(61,254,46); }
div.DivClassName
{
background-color: #3DFE2E;
}
.BgClassName
{
background-color: #3DFE2E;
}
</style>
border-color css
<style>
span { border-color: #3DFE2E; }
span { border-color: rgb(61,254,46); }
td.TdClassName
{
border-color: #3DFE2E;
}
.TagClassName
{
border-color: #3DFE2E;
}
</style>