Shades of Harlequin #30DC03
Tints of Harlequin #30DC03
RGB
CMYK
RGB Variations
Color information
#30DC03 (or 0x30DC03) is known color: Harlequin. HEX triplet: 30, DC and 03. RGB value is (48,220,3). Sum of RGB (Red+Green+Blue) = 48+220+3=271 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.71% from 271); Green value is 220 (86.33% from 255 or 81.18% from 271); Blue value is 3 (1.56% from 255 or 1.11% from 271); Max value from RGB is 220 - color contains mainly: green. Hex color #30DC03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30DC03 is #CF23FC. Grayscale: #909090. Windows color (decimal): -13575165 or 252976. OLE color: 252976.
HSL color Cylindrical-coordinate representation of color #30DC03: hue angle of 107.56º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #30DC03 is Cyan = 0.78, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 220 | 3 | - |
| CMYK | 0.78 | 0 | 0.99 | 0.14 |
| HSL | 107.56º | 0.97% | 0.44% | - |
| HSV(B) | 107.56º | 0.99% | 0.86% | - |
| XYZ | 26.83 | 51.82 | 8.67 | - |
| YUV | 143.83 | 48.52 | 59.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 220 | 3 | 0.78 | 0 | 0.99 | 0.14 | 107.56 | 0.97 | 0.44 |
| Hex | 30 | DC | 3 | 4E | 0 | 63 | E | 6C | 61 | 2C |
| Octal | 60 | 334 | 3 | 116 | 0 | 143 | 16 | 154 | 141 | 54 |
| Binary | 110000 | 11011100 | 11 | 1001110 | 0 | 1100011 | 1110 | 1101100 | 1100001 | 101100 |
Color Harmonies of #30DC03
Complementary color
Monochromatic Colors of #30DC03
Black with #30DC03
Text Example
Text Example
White with #30DC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DC03; }
p { color: rgb(48,220,3); }
H1.HeaderClassName
{
color: #30DC03;
}
.AnyTagClassName
{
color: #30DC03;
}
</style>
background-color css
<style>
a { background-color: #30DC03; }
a { background-color: rgb(48,220,3); }
div.DivClassName
{
background-color: #30DC03;
}
.BgClassName
{
background-color: #30DC03;
}
</style>
border-color css
<style>
span { border-color: #30DC03; }
span { border-color: rgb(48,220,3); }
td.TdClassName
{
border-color: #30DC03;
}
.TagClassName
{
border-color: #30DC03;
}
</style>