Shades of Harlequin #3CEA02
Tints of Harlequin #3CEA02
RGB
CMYK
RGB Variations
Color information
#3CEA02 (or 0x3CEA02) is known color: Harlequin. HEX triplet: 3C, EA and 02. RGB value is (60,234,2). Sum of RGB (Red+Green+Blue) = 60+234+2=296 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.27% from 296); Green value is 234 (91.80% from 255 or 79.05% from 296); Blue value is 2 (1.17% from 255 or 0.68% from 296); Max value from RGB is 234 - color contains mainly: green. Hex color #3CEA02 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CEA02 is #C315FD. Grayscale: #9C9C9C. Windows color (decimal): -12785150 or 191036. OLE color: 191036.
HSL color Cylindrical-coordinate representation of color #3CEA02: hue angle of 105º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3CEA02 is Cyan = 0.74, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 60 | 234 | 2 | - |
| CMYK | 0.74 | 0 | 0.99 | 0.08 |
| HSL | 105º | 0.98% | 0.46% | - |
| HSV(B) | 105º | 0.99% | 0.92% | - |
| XYZ | 31.3 | 59.81 | 9.95 | - |
| YUV | 155.53 | 41.35 | 59.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 234 | 2 | 0.74 | 0 | 0.99 | 0.08 | 105 | 0.98 | 0.46 |
| Hex | 3C | EA | 2 | 4A | 0 | 63 | 8 | 69 | 62 | 2E |
| Octal | 74 | 352 | 2 | 112 | 0 | 143 | 10 | 151 | 142 | 56 |
| Binary | 111100 | 11101010 | 10 | 1001010 | 0 | 1100011 | 1000 | 1101001 | 1100010 | 101110 |
Color Harmonies of #3CEA02
Complementary color
Monochromatic Colors of #3CEA02
Black with #3CEA02
Text Example
Text Example
White with #3CEA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEA02; }
p { color: rgb(60,234,2); }
H1.HeaderClassName
{
color: #3CEA02;
}
.AnyTagClassName
{
color: #3CEA02;
}
</style>
background-color css
<style>
a { background-color: #3CEA02; }
a { background-color: rgb(60,234,2); }
div.DivClassName
{
background-color: #3CEA02;
}
.BgClassName
{
background-color: #3CEA02;
}
</style>
border-color css
<style>
span { border-color: #3CEA02; }
span { border-color: rgb(60,234,2); }
td.TdClassName
{
border-color: #3CEA02;
}
.TagClassName
{
border-color: #3CEA02;
}
</style>