Shades of Harlequin #30EA19
Tints of Harlequin #30EA19
RGB
CMYK
RGB Variations
Color information
#30EA19 (or 0x30EA19) is known color: Harlequin. HEX triplet: 30, EA and 19. RGB value is (48,234,25). Sum of RGB (Red+Green+Blue) = 48+234+25=307 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.64% from 307); Green value is 234 (91.80% from 255 or 76.22% from 307); Blue value is 25 (10.16% from 255 or 8.14% from 307); Max value from RGB is 234 - color contains mainly: green. Hex color #30EA19 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30EA19 is #CF15E6. Grayscale: #9B9B9B. Windows color (decimal): -13571559 or 1698352. OLE color: 1698352.
HSL color Cylindrical-coordinate representation of color #30EA19: hue angle of 113.4º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #30EA19 is Cyan = 0.79, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 48 | 234 | 25 | - |
| CMYK | 0.79 | 0 | 0.89 | 0.08 |
| HSL | 113.4º | 0.83% | 0.51% | - |
| HSV(B) | 113.4º | 0.89% | 0.92% | - |
| XYZ | 30.82 | 59.54 | 10.79 | - |
| YUV | 154.56 | 54.88 | 51.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 234 | 25 | 0.79 | 0 | 0.89 | 0.08 | 113.4 | 0.83 | 0.51 |
| Hex | 30 | EA | 19 | 4F | 0 | 59 | 8 | 71 | 53 | 33 |
| Octal | 60 | 352 | 31 | 117 | 0 | 131 | 10 | 161 | 123 | 63 |
| Binary | 110000 | 11101010 | 11001 | 1001111 | 0 | 1011001 | 1000 | 1110001 | 1010011 | 110011 |
Color Harmonies of #30EA19
Complementary color
Monochromatic Colors of #30EA19
Black with #30EA19
Text Example
Text Example
White with #30EA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30EA19; }
p { color: rgb(48,234,25); }
H1.HeaderClassName
{
color: #30EA19;
}
.AnyTagClassName
{
color: #30EA19;
}
</style>
background-color css
<style>
a { background-color: #30EA19; }
a { background-color: rgb(48,234,25); }
div.DivClassName
{
background-color: #30EA19;
}
.BgClassName
{
background-color: #30EA19;
}
</style>
border-color css
<style>
span { border-color: #30EA19; }
span { border-color: rgb(48,234,25); }
td.TdClassName
{
border-color: #30EA19;
}
.TagClassName
{
border-color: #30EA19;
}
</style>