Shades of Harlequin #3DFF02
Tints of Harlequin #3DFF02
RGB
CMYK
RGB Variations
Color information
#3DFF02 (or 0x3DFF02) is known color: Harlequin. HEX triplet: 3D, FF and 02. RGB value is (61,255,2). Sum of RGB (Red+Green+Blue) = 61+255+2=318 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.18% from 318); Green value is 255 (100% from 255 or 80.19% from 318); Blue value is 2 (1.17% from 255 or 0.63% from 318); Max value from RGB is 255 - color contains mainly: green. Hex color #3DFF02 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DFF02 is #C200FD. Grayscale: #A8A8A8. Windows color (decimal): -12714238 or 196413. OLE color: 196413.
HSL color Cylindrical-coordinate representation of color #3DFF02: hue angle of 106.01º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3DFF02 is Cyan = 0.76, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 255 | 2 | - |
| CMYK | 0.76 | 0 | 0.99 | 0 |
| HSL | 106.01º | 1% | 0.5% | - |
| HSV(B) | 106.01º | 0.99% | 1% | - |
| XYZ | 37.7 | 72.52 | 12.07 | - |
| YUV | 168.15 | 34.23 | 51.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 255 | 2 | 0.76 | 0 | 0.99 | 0 | 106.01 | 1 | 0.5 |
| Hex | 3D | FF | 2 | 4C | 0 | 63 | 0 | 6A | 64 | 32 |
| Octal | 75 | 377 | 2 | 114 | 0 | 143 | 0 | 152 | 144 | 62 |
| Binary | 111101 | 11111111 | 10 | 1001100 | 0 | 1100011 | 0 | 1101010 | 1100100 | 110010 |
Color Harmonies of #3DFF02
Complementary color
Monochromatic Colors of #3DFF02
Black with #3DFF02
Text Example
Text Example
White with #3DFF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFF02; }
p { color: rgb(61,255,2); }
H1.HeaderClassName
{
color: #3DFF02;
}
.AnyTagClassName
{
color: #3DFF02;
}
</style>
background-color css
<style>
a { background-color: #3DFF02; }
a { background-color: rgb(61,255,2); }
div.DivClassName
{
background-color: #3DFF02;
}
.BgClassName
{
background-color: #3DFF02;
}
</style>
border-color css
<style>
span { border-color: #3DFF02; }
span { border-color: rgb(61,255,2); }
td.TdClassName
{
border-color: #3DFF02;
}
.TagClassName
{
border-color: #3DFF02;
}
</style>