Shades of Harlequin #3CFE2D
Tints of Harlequin #3CFE2D
RGB
CMYK
RGB Variations
Color information
#3CFE2D (or 0x3CFE2D) is known color: Harlequin. HEX triplet: 3C, FE and 2D. RGB value is (60,254,45). Sum of RGB (Red+Green+Blue) = 60+254+45=359 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.71% from 359); Green value is 254 (99.61% from 255 or 70.75% from 359); Blue value is 45 (17.97% from 255 or 12.53% from 359); Max value from RGB is 254 - color contains mainly: green. Hex color #3CFE2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CFE2D is #C301D2. Grayscale: #ACACAC. Windows color (decimal): -12779987 or 3014204. OLE color: 3014204.
HSL color Cylindrical-coordinate representation of color #3CFE2D: hue angle of 115.69º 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 #3CFE2D is Cyan = 0.76, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 60 | 254 | 45 | - |
| CMYK | 0.76 | 0 | 0.82 | 0.00 |
| HSL | 115.69º | 0.99% | 0.59% | - |
| HSV(B) | 115.69º | 0.82% | 1% | - |
| XYZ | 37.78 | 72.03 | 14.4 | - |
| YUV | 172.17 | 56.23 | 47.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 254 | 45 | 0.76 | 0 | 0.82 | 0.00 | 115.69 | 0.99 | 0.59 |
| Hex | 3C | FE | 2D | 4C | 0 | 52 | 0 | 74 | 63 | 3B |
| Octal | 74 | 376 | 55 | 114 | 0 | 122 | 0 | 164 | 143 | 73 |
| Binary | 111100 | 11111110 | 101101 | 1001100 | 0 | 1010010 | 0 | 1110100 | 1100011 | 111011 |
Color Harmonies of #3CFE2D
Complementary color
Monochromatic Colors of #3CFE2D
Black with #3CFE2D
Text Example
Text Example
White with #3CFE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFE2D; }
p { color: rgb(60,254,45); }
H1.HeaderClassName
{
color: #3CFE2D;
}
.AnyTagClassName
{
color: #3CFE2D;
}
</style>
background-color css
<style>
a { background-color: #3CFE2D; }
a { background-color: rgb(60,254,45); }
div.DivClassName
{
background-color: #3CFE2D;
}
.BgClassName
{
background-color: #3CFE2D;
}
</style>
border-color css
<style>
span { border-color: #3CFE2D; }
span { border-color: rgb(60,254,45); }
td.TdClassName
{
border-color: #3CFE2D;
}
.TagClassName
{
border-color: #3CFE2D;
}
</style>