Shades of Harlequin #30E405
Tints of Harlequin #30E405
RGB
CMYK
RGB Variations
Color information
#30E405 (or 0x30E405) is known color: Harlequin. HEX triplet: 30, E4 and 05. RGB value is (48,228,5). Sum of RGB (Red+Green+Blue) = 48+228+5=281 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.08% from 281); Green value is 228 (89.45% from 255 or 81.14% from 281); Blue value is 5 (2.34% from 255 or 1.78% from 281); Max value from RGB is 228 - color contains mainly: green. Hex color #30E405 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30E405 is #CF1BFA. Grayscale: #959595. Windows color (decimal): -13573115 or 386096. OLE color: 386096.
HSL color Cylindrical-coordinate representation of color #30E405: hue angle of 108.43º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #30E405 is Cyan = 0.79, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 48 | 228 | 5 | - |
| CMYK | 0.79 | 0 | 0.98 | 0.11 |
| HSL | 108.43º | 0.96% | 0.46% | - |
| HSV(B) | 108.43º | 0.98% | 0.89% | - |
| XYZ | 28.99 | 56.13 | 9.45 | - |
| YUV | 148.76 | 46.87 | 56.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 228 | 5 | 0.79 | 0 | 0.98 | 0.11 | 108.43 | 0.96 | 0.46 |
| Hex | 30 | E4 | 5 | 4F | 0 | 62 | B | 6C | 60 | 2E |
| Octal | 60 | 344 | 5 | 117 | 0 | 142 | 13 | 154 | 140 | 56 |
| Binary | 110000 | 11100100 | 101 | 1001111 | 0 | 1100010 | 1011 | 1101100 | 1100000 | 101110 |
Color Harmonies of #30E405
Complementary color
Monochromatic Colors of #30E405
Black with #30E405
Text Example
Text Example
White with #30E405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E405; }
p { color: rgb(48,228,5); }
H1.HeaderClassName
{
color: #30E405;
}
.AnyTagClassName
{
color: #30E405;
}
</style>
background-color css
<style>
a { background-color: #30E405; }
a { background-color: rgb(48,228,5); }
div.DivClassName
{
background-color: #30E405;
}
.BgClassName
{
background-color: #30E405;
}
</style>
border-color css
<style>
span { border-color: #30E405; }
span { border-color: rgb(48,228,5); }
td.TdClassName
{
border-color: #30E405;
}
.TagClassName
{
border-color: #30E405;
}
</style>