Shades of Harlequin #30E403
Tints of Harlequin #30E403
RGB
CMYK
RGB Variations
Color information
#30E403 (or 0x30E403) is known color: Harlequin. HEX triplet: 30, E4 and 03. RGB value is (48,228,3). Sum of RGB (Red+Green+Blue) = 48+228+3=279 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.20% from 279); Green value is 228 (89.45% from 255 or 81.72% from 279); Blue value is 3 (1.56% from 255 or 1.08% from 279); Max value from RGB is 228 - color contains mainly: green. Hex color #30E403 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30E403 is #CF1BFC. Grayscale: #959595. Windows color (decimal): -13573117 or 255024. OLE color: 255024.
HSL color Cylindrical-coordinate representation of color #30E403: hue angle of 108º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #30E403 is Cyan = 0.79, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 48 | 228 | 3 | - |
| CMYK | 0.79 | 0 | 0.99 | 0.11 |
| HSL | 108º | 0.97% | 0.45% | - |
| HSV(B) | 108º | 0.99% | 0.89% | - |
| XYZ | 28.98 | 56.12 | 9.39 | - |
| YUV | 148.53 | 45.87 | 56.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 228 | 3 | 0.79 | 0 | 0.99 | 0.11 | 108 | 0.97 | 0.45 |
| Hex | 30 | E4 | 3 | 4F | 0 | 63 | B | 6C | 61 | 2D |
| Octal | 60 | 344 | 3 | 117 | 0 | 143 | 13 | 154 | 141 | 55 |
| Binary | 110000 | 11100100 | 11 | 1001111 | 0 | 1100011 | 1011 | 1101100 | 1100001 | 101101 |
Color Harmonies of #30E403
Complementary color
Monochromatic Colors of #30E403
Black with #30E403
Text Example
Text Example
White with #30E403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E403; }
p { color: rgb(48,228,3); }
H1.HeaderClassName
{
color: #30E403;
}
.AnyTagClassName
{
color: #30E403;
}
</style>
background-color css
<style>
a { background-color: #30E403; }
a { background-color: rgb(48,228,3); }
div.DivClassName
{
background-color: #30E403;
}
.BgClassName
{
background-color: #30E403;
}
</style>
border-color css
<style>
span { border-color: #30E403; }
span { border-color: rgb(48,228,3); }
td.TdClassName
{
border-color: #30E403;
}
.TagClassName
{
border-color: #30E403;
}
</style>