Shades of Harlequin #30EF1B
Tints of Harlequin #30EF1B
RGB
CMYK
RGB Variations
Color information
#30EF1B (or 0x30EF1B) is known color: Harlequin. HEX triplet: 30, EF and 1B. RGB value is (48,239,27). Sum of RGB (Red+Green+Blue) = 48+239+27=314 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.29% from 314); Green value is 239 (93.75% from 255 or 76.11% from 314); Blue value is 27 (10.94% from 255 or 8.60% from 314); Max value from RGB is 239 - color contains mainly: green. Hex color #30EF1B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30EF1B is #CF10E4. Grayscale: #9E9E9E. Windows color (decimal): -13570277 or 1830704. OLE color: 1830704.
HSL color Cylindrical-coordinate representation of color #30EF1B: hue angle of 114.06º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #30EF1B is Cyan = 0.80, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 48 | 239 | 27 | - |
| CMYK | 0.80 | 0 | 0.89 | 0.06 |
| HSL | 114.06º | 0.87% | 0.52% | - |
| HSV(B) | 114.06º | 0.89% | 0.94% | - |
| XYZ | 32.28 | 62.44 | 11.39 | - |
| YUV | 157.72 | 54.22 | 49.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 239 | 27 | 0.80 | 0 | 0.89 | 0.06 | 114.06 | 0.87 | 0.52 |
| Hex | 30 | EF | 1B | 50 | 0 | 59 | 6 | 72 | 57 | 34 |
| Octal | 60 | 357 | 33 | 120 | 0 | 131 | 6 | 162 | 127 | 64 |
| Binary | 110000 | 11101111 | 11011 | 1010000 | 0 | 1011001 | 110 | 1110010 | 1010111 | 110100 |
Color Harmonies of #30EF1B
Complementary color
Monochromatic Colors of #30EF1B
Black with #30EF1B
Text Example
Text Example
White with #30EF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30EF1B; }
p { color: rgb(48,239,27); }
H1.HeaderClassName
{
color: #30EF1B;
}
.AnyTagClassName
{
color: #30EF1B;
}
</style>
background-color css
<style>
a { background-color: #30EF1B; }
a { background-color: rgb(48,239,27); }
div.DivClassName
{
background-color: #30EF1B;
}
.BgClassName
{
background-color: #30EF1B;
}
</style>
border-color css
<style>
span { border-color: #30EF1B; }
span { border-color: rgb(48,239,27); }
td.TdClassName
{
border-color: #30EF1B;
}
.TagClassName
{
border-color: #30EF1B;
}
</style>