Shades of Limerick #93C01E
Tints of Limerick #93C01E
RGB
CMYK
RGB Variations
Color information
#93C01E (or 0x93C01E) is known color: Limerick. HEX triplet: 93, C0 and 1E. RGB value is (147,192,30). Sum of RGB (Red+Green+Blue) = 147+192+30=369 (48% of max value = 765). Red value is 147 (57.81% from 255 or 39.84% from 369); Green value is 192 (75.39% from 255 or 52.03% from 369); Blue value is 30 (12.11% from 255 or 8.13% from 369); Max value from RGB is 192 - color contains mainly: green. Hex color #93C01E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93C01E is #6C3FE1. Grayscale: #A0A0A0. Windows color (decimal): -7094242 or 2015379. OLE color: 2015379.
HSL color Cylindrical-coordinate representation of color #93C01E: hue angle of 76.67º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #93C01E is Cyan = 0.23, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 192 | 30 | - |
| CMYK | 0.23 | 0 | 0.84 | 0.25 |
| HSL | 76.67º | 0.73% | 0.44% | - |
| HSV(B) | 76.67º | 0.84% | 0.75% | - |
| XYZ | 31.12 | 44 | 8.08 | - |
| YUV | 160.08 | 54.59 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 192 | 30 | 0.23 | 0 | 0.84 | 0.25 | 76.67 | 0.73 | 0.44 |
| Hex | 93 | C0 | 1E | 17 | 0 | 54 | 19 | 4D | 49 | 2C |
| Octal | 223 | 300 | 36 | 27 | 0 | 124 | 31 | 115 | 111 | 54 |
| Binary | 10010011 | 11000000 | 11110 | 10111 | 0 | 1010100 | 11001 | 1001101 | 1001001 | 101100 |
Color Harmonies of #93C01E
Complementary color
Monochromatic Colors of #93C01E
Black with #93C01E
Text Example
Text Example
White with #93C01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C01E; }
p { color: rgb(147,192,30); }
H1.HeaderClassName
{
color: #93C01E;
}
.AnyTagClassName
{
color: #93C01E;
}
</style>
background-color css
<style>
a { background-color: #93C01E; }
a { background-color: rgb(147,192,30); }
div.DivClassName
{
background-color: #93C01E;
}
.BgClassName
{
background-color: #93C01E;
}
</style>
border-color css
<style>
span { border-color: #93C01E; }
span { border-color: rgb(147,192,30); }
td.TdClassName
{
border-color: #93C01E;
}
.TagClassName
{
border-color: #93C01E;
}
</style>