Shades of Harlequin #3FFB2D
Tints of Harlequin #3FFB2D
RGB
CMYK
RGB Variations
Color information
#3FFB2D (or 0x3FFB2D) is known color: Harlequin. HEX triplet: 3F, FB and 2D. RGB value is (63,251,45). Sum of RGB (Red+Green+Blue) = 63+251+45=359 (47% of max value = 765). Red value is 63 (25% from 255 or 17.55% from 359); Green value is 251 (98.44% from 255 or 69.92% from 359); Blue value is 45 (17.97% from 255 or 12.53% from 359); Max value from RGB is 251 - color contains mainly: green. Hex color #3FFB2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FFB2D is #C004D2. Grayscale: #ABABAB. Windows color (decimal): -12584147 or 3013439. OLE color: 3013439.
HSL color Cylindrical-coordinate representation of color #3FFB2D: hue angle of 114.76º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3FFB2D is Cyan = 0.75, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 251 | 45 | - |
| CMYK | 0.75 | 0 | 0.82 | 0.02 |
| HSL | 114.76º | 0.96% | 0.58% | - |
| HSV(B) | 114.76º | 0.82% | 0.98% | - |
| XYZ | 37.02 | 70.24 | 14.09 | - |
| YUV | 171.3 | 56.72 | 50.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 251 | 45 | 0.75 | 0 | 0.82 | 0.02 | 114.76 | 0.96 | 0.58 |
| Hex | 3F | FB | 2D | 4B | 0 | 52 | 2 | 73 | 60 | 3A |
| Octal | 77 | 373 | 55 | 113 | 0 | 122 | 2 | 163 | 140 | 72 |
| Binary | 111111 | 11111011 | 101101 | 1001011 | 0 | 1010010 | 10 | 1110011 | 1100000 | 111010 |
Color Harmonies of #3FFB2D
Complementary color
Monochromatic Colors of #3FFB2D
Black with #3FFB2D
Text Example
Text Example
White with #3FFB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFB2D; }
p { color: rgb(63,251,45); }
H1.HeaderClassName
{
color: #3FFB2D;
}
.AnyTagClassName
{
color: #3FFB2D;
}
</style>
background-color css
<style>
a { background-color: #3FFB2D; }
a { background-color: rgb(63,251,45); }
div.DivClassName
{
background-color: #3FFB2D;
}
.BgClassName
{
background-color: #3FFB2D;
}
</style>
border-color css
<style>
span { border-color: #3FFB2D; }
span { border-color: rgb(63,251,45); }
td.TdClassName
{
border-color: #3FFB2D;
}
.TagClassName
{
border-color: #3FFB2D;
}
</style>