Shades of Harlequin #3CE40B
Tints of Harlequin #3CE40B
RGB
CMYK
RGB Variations
Color information
#3CE40B (or 0x3CE40B) is known color: Harlequin. HEX triplet: 3C, E4 and 0B. RGB value is (60,228,11). Sum of RGB (Red+Green+Blue) = 60+228+11=299 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.07% from 299); Green value is 228 (89.45% from 255 or 76.25% from 299); Blue value is 11 (4.69% from 255 or 3.68% from 299); Max value from RGB is 228 - color contains mainly: green. Hex color #3CE40B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CE40B is #C31BF4. Grayscale: #999999. Windows color (decimal): -12786677 or 779324. OLE color: 779324.
HSL color Cylindrical-coordinate representation of color #3CE40B: hue angle of 106.45º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3CE40B is Cyan = 0.74, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 60 | 228 | 11 | - |
| CMYK | 0.74 | 0 | 0.95 | 0.11 |
| HSL | 106.45º | 0.91% | 0.47% | - |
| HSV(B) | 106.45º | 0.95% | 0.89% | - |
| XYZ | 29.67 | 56.47 | 9.65 | - |
| YUV | 153.03 | 47.84 | 61.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 228 | 11 | 0.74 | 0 | 0.95 | 0.11 | 106.45 | 0.91 | 0.47 |
| Hex | 3C | E4 | B | 4A | 0 | 5F | B | 6A | 5B | 2F |
| Octal | 74 | 344 | 13 | 112 | 0 | 137 | 13 | 152 | 133 | 57 |
| Binary | 111100 | 11100100 | 1011 | 1001010 | 0 | 1011111 | 1011 | 1101010 | 1011011 | 101111 |
Color Harmonies of #3CE40B
Complementary color
Monochromatic Colors of #3CE40B
Black with #3CE40B
Text Example
Text Example
White with #3CE40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE40B; }
p { color: rgb(60,228,11); }
H1.HeaderClassName
{
color: #3CE40B;
}
.AnyTagClassName
{
color: #3CE40B;
}
</style>
background-color css
<style>
a { background-color: #3CE40B; }
a { background-color: rgb(60,228,11); }
div.DivClassName
{
background-color: #3CE40B;
}
.BgClassName
{
background-color: #3CE40B;
}
</style>
border-color css
<style>
span { border-color: #3CE40B; }
span { border-color: rgb(60,228,11); }
td.TdClassName
{
border-color: #3CE40B;
}
.TagClassName
{
border-color: #3CE40B;
}
</style>