Shades of Harlequin #30E408
Tints of Harlequin #30E408
RGB
CMYK
RGB Variations
Color information
#30E408 (or 0x30E408) is known color: Harlequin. HEX triplet: 30, E4 and 08. RGB value is (48,228,8). Sum of RGB (Red+Green+Blue) = 48+228+8=284 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.90% from 284); Green value is 228 (89.45% from 255 or 80.28% from 284); Blue value is 8 (3.52% from 255 or 2.82% from 284); Max value from RGB is 228 - color contains mainly: green. Hex color #30E408 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30E408 is #CF1BF7. Grayscale: #959595. Windows color (decimal): -13573112 or 582704. OLE color: 582704.
HSL color Cylindrical-coordinate representation of color #30E408: hue angle of 109.09º degrees, saturation: 0.93, 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 #30E408 is Cyan = 0.79, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 48 | 228 | 8 | - |
| CMYK | 0.79 | 0 | 0.96 | 0.11 |
| HSL | 109.09º | 0.93% | 0.46% | - |
| HSV(B) | 109.09º | 0.96% | 0.89% | - |
| XYZ | 29.01 | 56.13 | 9.54 | - |
| YUV | 149.1 | 48.37 | 55.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 228 | 8 | 0.79 | 0 | 0.96 | 0.11 | 109.09 | 0.93 | 0.46 |
| Hex | 30 | E4 | 8 | 4F | 0 | 60 | B | 6D | 5D | 2E |
| Octal | 60 | 344 | 10 | 117 | 0 | 140 | 13 | 155 | 135 | 56 |
| Binary | 110000 | 11100100 | 1000 | 1001111 | 0 | 1100000 | 1011 | 1101101 | 1011101 | 101110 |
Color Harmonies of #30E408
Complementary color
Monochromatic Colors of #30E408
Black with #30E408
Text Example
Text Example
White with #30E408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E408; }
p { color: rgb(48,228,8); }
H1.HeaderClassName
{
color: #30E408;
}
.AnyTagClassName
{
color: #30E408;
}
</style>
background-color css
<style>
a { background-color: #30E408; }
a { background-color: rgb(48,228,8); }
div.DivClassName
{
background-color: #30E408;
}
.BgClassName
{
background-color: #30E408;
}
</style>
border-color css
<style>
span { border-color: #30E408; }
span { border-color: rgb(48,228,8); }
td.TdClassName
{
border-color: #30E408;
}
.TagClassName
{
border-color: #30E408;
}
</style>