Shades of Harlequin #30E90B
Tints of Harlequin #30E90B
RGB
CMYK
RGB Variations
Color information
#30E90B (or 0x30E90B) is known color: Harlequin. HEX triplet: 30, E9 and 0B. RGB value is (48,233,11). Sum of RGB (Red+Green+Blue) = 48+233+11=292 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.44% from 292); Green value is 233 (91.41% from 255 or 79.79% from 292); Blue value is 11 (4.69% from 255 or 3.77% from 292); Max value from RGB is 233 - color contains mainly: green. Hex color #30E90B is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30E90B is #CF16F4. Grayscale: #999999. Windows color (decimal): -13571829 or 780592. OLE color: 780592.
HSL color Cylindrical-coordinate representation of color #30E90B: hue angle of 110º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #30E90B is Cyan = 0.79, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 48 | 233 | 11 | - |
| CMYK | 0.79 | 0 | 0.95 | 0.09 |
| HSL | 110º | 0.91% | 0.48% | - |
| HSV(B) | 110º | 0.95% | 0.91% | - |
| XYZ | 30.42 | 58.93 | 10.09 | - |
| YUV | 152.38 | 48.21 | 53.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 233 | 11 | 0.79 | 0 | 0.95 | 0.09 | 110 | 0.91 | 0.48 |
| Hex | 30 | E9 | B | 4F | 0 | 5F | 9 | 6E | 5B | 30 |
| Octal | 60 | 351 | 13 | 117 | 0 | 137 | 11 | 156 | 133 | 60 |
| Binary | 110000 | 11101001 | 1011 | 1001111 | 0 | 1011111 | 1001 | 1101110 | 1011011 | 110000 |
Color Harmonies of #30E90B
Complementary color
Monochromatic Colors of #30E90B
Black with #30E90B
Text Example
Text Example
White with #30E90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E90B; }
p { color: rgb(48,233,11); }
H1.HeaderClassName
{
color: #30E90B;
}
.AnyTagClassName
{
color: #30E90B;
}
</style>
background-color css
<style>
a { background-color: #30E90B; }
a { background-color: rgb(48,233,11); }
div.DivClassName
{
background-color: #30E90B;
}
.BgClassName
{
background-color: #30E90B;
}
</style>
border-color css
<style>
span { border-color: #30E90B; }
span { border-color: rgb(48,233,11); }
td.TdClassName
{
border-color: #30E90B;
}
.TagClassName
{
border-color: #30E90B;
}
</style>