Shades of Harlequin #3CE702
Tints of Harlequin #3CE702
RGB
CMYK
RGB Variations
Color information
#3CE702 (or 0x3CE702) is known color: Harlequin. HEX triplet: 3C, E7 and 02. RGB value is (60,231,2). Sum of RGB (Red+Green+Blue) = 60+231+2=293 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.48% from 293); Green value is 231 (90.62% from 255 or 78.84% from 293); Blue value is 2 (1.17% from 255 or 0.68% from 293); Max value from RGB is 231 - color contains mainly: green. Hex color #3CE702 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CE702 is #C318FD. Grayscale: #9A9A9A. Windows color (decimal): -12785918 or 190268. OLE color: 190268.
HSL color Cylindrical-coordinate representation of color #3CE702: hue angle of 104.8º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3CE702 is Cyan = 0.74, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 60 | 231 | 2 | - |
| CMYK | 0.74 | 0 | 0.99 | 0.09 |
| HSL | 104.8º | 0.98% | 0.46% | - |
| HSV(B) | 104.8º | 0.99% | 0.91% | - |
| XYZ | 30.45 | 58.12 | 9.67 | - |
| YUV | 153.77 | 42.35 | 61.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 231 | 2 | 0.74 | 0 | 0.99 | 0.09 | 104.8 | 0.98 | 0.46 |
| Hex | 3C | E7 | 2 | 4A | 0 | 63 | 9 | 69 | 62 | 2E |
| Octal | 74 | 347 | 2 | 112 | 0 | 143 | 11 | 151 | 142 | 56 |
| Binary | 111100 | 11100111 | 10 | 1001010 | 0 | 1100011 | 1001 | 1101001 | 1100010 | 101110 |
Color Harmonies of #3CE702
Complementary color
Monochromatic Colors of #3CE702
Black with #3CE702
Text Example
Text Example
White with #3CE702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE702; }
p { color: rgb(60,231,2); }
H1.HeaderClassName
{
color: #3CE702;
}
.AnyTagClassName
{
color: #3CE702;
}
</style>
background-color css
<style>
a { background-color: #3CE702; }
a { background-color: rgb(60,231,2); }
div.DivClassName
{
background-color: #3CE702;
}
.BgClassName
{
background-color: #3CE702;
}
</style>
border-color css
<style>
span { border-color: #3CE702; }
span { border-color: rgb(60,231,2); }
td.TdClassName
{
border-color: #3CE702;
}
.TagClassName
{
border-color: #3CE702;
}
</style>