Shades of Harlequin #3FFE2D
Tints of Harlequin #3FFE2D
RGB
CMYK
RGB Variations
Color information
#3FFE2D (or 0x3FFE2D) is known color: Harlequin. HEX triplet: 3F, FE and 2D. RGB value is (63,254,45). Sum of RGB (Red+Green+Blue) = 63+254+45=362 (47% of max value = 765). Red value is 63 (25% from 255 or 17.40% from 362); Green value is 254 (99.61% from 255 or 70.17% from 362); Blue value is 45 (17.97% from 255 or 12.43% from 362); Max value from RGB is 254 - color contains mainly: green. Hex color #3FFE2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FFE2D is #C001D2. Grayscale: #ADADAD. Windows color (decimal): -12583379 or 3014207. OLE color: 3014207.
HSL color Cylindrical-coordinate representation of color #3FFE2D: hue angle of 114.83º 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 #3FFE2D is Cyan = 0.75, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 63 | 254 | 45 | - |
| CMYK | 0.75 | 0 | 0.82 | 0.00 |
| HSL | 114.83º | 0.99% | 0.59% | - |
| HSV(B) | 114.83º | 0.82% | 1% | - |
| XYZ | 37.97 | 72.13 | 14.4 | - |
| YUV | 173.07 | 55.72 | 49.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 254 | 45 | 0.75 | 0 | 0.82 | 0.00 | 114.83 | 0.99 | 0.59 |
| Hex | 3F | FE | 2D | 4B | 0 | 52 | 0 | 73 | 63 | 3B |
| Octal | 77 | 376 | 55 | 113 | 0 | 122 | 0 | 163 | 143 | 73 |
| Binary | 111111 | 11111110 | 101101 | 1001011 | 0 | 1010010 | 0 | 1110011 | 1100011 | 111011 |
Color Harmonies of #3FFE2D
Complementary color
Monochromatic Colors of #3FFE2D
Black with #3FFE2D
Text Example
Text Example
White with #3FFE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFE2D; }
p { color: rgb(63,254,45); }
H1.HeaderClassName
{
color: #3FFE2D;
}
.AnyTagClassName
{
color: #3FFE2D;
}
</style>
background-color css
<style>
a { background-color: #3FFE2D; }
a { background-color: rgb(63,254,45); }
div.DivClassName
{
background-color: #3FFE2D;
}
.BgClassName
{
background-color: #3FFE2D;
}
</style>
border-color css
<style>
span { border-color: #3FFE2D; }
span { border-color: rgb(63,254,45); }
td.TdClassName
{
border-color: #3FFE2D;
}
.TagClassName
{
border-color: #3FFE2D;
}
</style>