Shades of Harlequin #30EA0E
Tints of Harlequin #30EA0E
RGB
CMYK
RGB Variations
Color information
#30EA0E (or 0x30EA0E) is known color: Harlequin. HEX triplet: 30, EA and 0E. RGB value is (48,234,14). Sum of RGB (Red+Green+Blue) = 48+234+14=296 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.22% from 296); Green value is 234 (91.80% from 255 or 79.05% from 296); Blue value is 14 (5.86% from 255 or 4.73% from 296); Max value from RGB is 234 - color contains mainly: green. Hex color #30EA0E is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30EA0E is #CF15F1. Grayscale: #9A9A9A. Windows color (decimal): -13571570 or 977456. OLE color: 977456.
HSL color Cylindrical-coordinate representation of color #30EA0E: hue angle of 110.73º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #30EA0E is Cyan = 0.79, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 48 | 234 | 14 | - |
| CMYK | 0.79 | 0 | 0.94 | 0.08 |
| HSL | 110.73º | 0.89% | 0.49% | - |
| HSV(B) | 110.73º | 0.94% | 0.92% | - |
| XYZ | 30.72 | 59.51 | 10.28 | - |
| YUV | 153.31 | 49.38 | 52.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 234 | 14 | 0.79 | 0 | 0.94 | 0.08 | 110.73 | 0.89 | 0.49 |
| Hex | 30 | EA | E | 4F | 0 | 5E | 8 | 6F | 59 | 31 |
| Octal | 60 | 352 | 16 | 117 | 0 | 136 | 10 | 157 | 131 | 61 |
| Binary | 110000 | 11101010 | 1110 | 1001111 | 0 | 1011110 | 1000 | 1101111 | 1011001 | 110001 |
Color Harmonies of #30EA0E
Complementary color
Monochromatic Colors of #30EA0E
Black with #30EA0E
Text Example
Text Example
White with #30EA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30EA0E; }
p { color: rgb(48,234,14); }
H1.HeaderClassName
{
color: #30EA0E;
}
.AnyTagClassName
{
color: #30EA0E;
}
</style>
background-color css
<style>
a { background-color: #30EA0E; }
a { background-color: rgb(48,234,14); }
div.DivClassName
{
background-color: #30EA0E;
}
.BgClassName
{
background-color: #30EA0E;
}
</style>
border-color css
<style>
span { border-color: #30EA0E; }
span { border-color: rgb(48,234,14); }
td.TdClassName
{
border-color: #30EA0E;
}
.TagClassName
{
border-color: #30EA0E;
}
</style>