Shades of Harlequin #30E30A
Tints of Harlequin #30E30A
RGB
CMYK
RGB Variations
Color information
#30E30A (or 0x30E30A) is known color: Harlequin. HEX triplet: 30, E3 and 0A. RGB value is (48,227,10). Sum of RGB (Red+Green+Blue) = 48+227+10=285 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.84% from 285); Green value is 227 (89.06% from 255 or 79.65% from 285); Blue value is 10 (4.30% from 255 or 3.51% from 285); Max value from RGB is 227 - color contains mainly: green. Hex color #30E30A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30E30A is #CF1CF5. Grayscale: #959595. Windows color (decimal): -13573366 or 713520. OLE color: 713520.
HSL color Cylindrical-coordinate representation of color #30E30A: hue angle of 109.49º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #30E30A is Cyan = 0.79, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 48 | 227 | 10 | - |
| CMYK | 0.79 | 0 | 0.96 | 0.11 |
| HSL | 109.49º | 0.92% | 0.46% | - |
| HSV(B) | 109.49º | 0.96% | 0.89% | - |
| XYZ | 28.74 | 55.59 | 9.5 | - |
| YUV | 148.74 | 49.7 | 56.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 227 | 10 | 0.79 | 0 | 0.96 | 0.11 | 109.49 | 0.92 | 0.46 |
| Hex | 30 | E3 | A | 4F | 0 | 60 | B | 6D | 5C | 2E |
| Octal | 60 | 343 | 12 | 117 | 0 | 140 | 13 | 155 | 134 | 56 |
| Binary | 110000 | 11100011 | 1010 | 1001111 | 0 | 1100000 | 1011 | 1101101 | 1011100 | 101110 |
Color Harmonies of #30E30A
Complementary color
Monochromatic Colors of #30E30A
Black with #30E30A
Text Example
Text Example
White with #30E30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E30A; }
p { color: rgb(48,227,10); }
H1.HeaderClassName
{
color: #30E30A;
}
.AnyTagClassName
{
color: #30E30A;
}
</style>
background-color css
<style>
a { background-color: #30E30A; }
a { background-color: rgb(48,227,10); }
div.DivClassName
{
background-color: #30E30A;
}
.BgClassName
{
background-color: #30E30A;
}
</style>
border-color css
<style>
span { border-color: #30E30A; }
span { border-color: rgb(48,227,10); }
td.TdClassName
{
border-color: #30E30A;
}
.TagClassName
{
border-color: #30E30A;
}
</style>