Shades of Harlequin #30EB0C
Tints of Harlequin #30EB0C
RGB
CMYK
RGB Variations
Color information
#30EB0C (or 0x30EB0C) is known color: Harlequin. HEX triplet: 30, EB and 0C. RGB value is (48,235,12). Sum of RGB (Red+Green+Blue) = 48+235+12=295 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.27% from 295); Green value is 235 (92.19% from 255 or 79.66% from 295); Blue value is 12 (5.08% from 255 or 4.07% from 295); Max value from RGB is 235 - color contains mainly: green. Hex color #30EB0C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30EB0C is #CF14F3. Grayscale: #9A9A9A. Windows color (decimal): -13571316 or 846640. OLE color: 846640.
HSL color Cylindrical-coordinate representation of color #30EB0C: hue angle of 110.31º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #30EB0C is Cyan = 0.80, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 48 | 235 | 12 | - |
| CMYK | 0.80 | 0 | 0.95 | 0.08 |
| HSL | 110.31º | 0.9% | 0.48% | - |
| HSV(B) | 110.31º | 0.95% | 0.92% | - |
| XYZ | 30.99 | 60.07 | 10.31 | - |
| YUV | 153.67 | 48.05 | 52.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 235 | 12 | 0.80 | 0 | 0.95 | 0.08 | 110.31 | 0.9 | 0.48 |
| Hex | 30 | EB | C | 50 | 0 | 5F | 8 | 6E | 5A | 30 |
| Octal | 60 | 353 | 14 | 120 | 0 | 137 | 10 | 156 | 132 | 60 |
| Binary | 110000 | 11101011 | 1100 | 1010000 | 0 | 1011111 | 1000 | 1101110 | 1011010 | 110000 |
Color Harmonies of #30EB0C
Complementary color
Monochromatic Colors of #30EB0C
Black with #30EB0C
Text Example
Text Example
White with #30EB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30EB0C; }
p { color: rgb(48,235,12); }
H1.HeaderClassName
{
color: #30EB0C;
}
.AnyTagClassName
{
color: #30EB0C;
}
</style>
background-color css
<style>
a { background-color: #30EB0C; }
a { background-color: rgb(48,235,12); }
div.DivClassName
{
background-color: #30EB0C;
}
.BgClassName
{
background-color: #30EB0C;
}
</style>
border-color css
<style>
span { border-color: #30EB0C; }
span { border-color: rgb(48,235,12); }
td.TdClassName
{
border-color: #30EB0C;
}
.TagClassName
{
border-color: #30EB0C;
}
</style>