Shades of Limerick #93BC28
Tints of Limerick #93BC28
RGB
CMYK
RGB Variations
Color information
#93BC28 (or 0x93BC28) is known color: Limerick. HEX triplet: 93, BC and 28. RGB value is (147,188,40). Sum of RGB (Red+Green+Blue) = 147+188+40=375 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.2% from 375); Green value is 188 (73.83% from 255 or 50.13% from 375); Blue value is 40 (16.02% from 255 or 10.67% from 375); Max value from RGB is 188 - color contains mainly: green. Hex color #93BC28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93BC28 is #6C43D7. Grayscale: #9F9F9F. Windows color (decimal): -7095256 or 2669715. OLE color: 2669715.
HSL color Cylindrical-coordinate representation of color #93BC28: hue angle of 76.62º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #93BC28 is Cyan = 0.22, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 188 | 40 | - |
| CMYK | 0.22 | 0 | 0.79 | 0.26 |
| HSL | 76.62º | 0.65% | 0.45% | - |
| HSV(B) | 76.62º | 0.79% | 0.74% | - |
| XYZ | 30.4 | 42.32 | 8.57 | - |
| YUV | 158.87 | 60.92 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 188 | 40 | 0.22 | 0 | 0.79 | 0.26 | 76.62 | 0.65 | 0.45 |
| Hex | 93 | BC | 28 | 16 | 0 | 4F | 1A | 4D | 41 | 2D |
| Octal | 223 | 274 | 50 | 26 | 0 | 117 | 32 | 115 | 101 | 55 |
| Binary | 10010011 | 10111100 | 101000 | 10110 | 0 | 1001111 | 11010 | 1001101 | 1000001 | 101101 |
Color Harmonies of #93BC28
Complementary color
Monochromatic Colors of #93BC28
Black with #93BC28
Text Example
Text Example
White with #93BC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BC28; }
p { color: rgb(147,188,40); }
H1.HeaderClassName
{
color: #93BC28;
}
.AnyTagClassName
{
color: #93BC28;
}
</style>
background-color css
<style>
a { background-color: #93BC28; }
a { background-color: rgb(147,188,40); }
div.DivClassName
{
background-color: #93BC28;
}
.BgClassName
{
background-color: #93BC28;
}
</style>
border-color css
<style>
span { border-color: #93BC28; }
span { border-color: rgb(147,188,40); }
td.TdClassName
{
border-color: #93BC28;
}
.TagClassName
{
border-color: #93BC28;
}
</style>