Shades of Limerick #93BD24
Tints of Limerick #93BD24
RGB
CMYK
RGB Variations
Color information
#93BD24 (or 0x93BD24) is known color: Limerick. HEX triplet: 93, BD and 24. RGB value is (147,189,36). Sum of RGB (Red+Green+Blue) = 147+189+36=372 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.52% from 372); Green value is 189 (74.22% from 255 or 50.81% from 372); Blue value is 36 (14.45% from 255 or 9.68% from 372); Max value from RGB is 189 - color contains mainly: green. Hex color #93BD24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93BD24 is #6C42DB. Grayscale: #9F9F9F. Windows color (decimal): -7095004 or 2407827. OLE color: 2407827.
HSL color Cylindrical-coordinate representation of color #93BD24: hue angle of 76.47º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #93BD24 is Cyan = 0.22, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 189 | 36 | - |
| CMYK | 0.22 | 0 | 0.81 | 0.26 |
| HSL | 76.47º | 0.68% | 0.44% | - |
| HSV(B) | 76.47º | 0.81% | 0.74% | - |
| XYZ | 30.55 | 42.73 | 8.31 | - |
| YUV | 159 | 58.59 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 189 | 36 | 0.22 | 0 | 0.81 | 0.26 | 76.47 | 0.68 | 0.44 |
| Hex | 93 | BD | 24 | 16 | 0 | 51 | 1A | 4C | 44 | 2C |
| Octal | 223 | 275 | 44 | 26 | 0 | 121 | 32 | 114 | 104 | 54 |
| Binary | 10010011 | 10111101 | 100100 | 10110 | 0 | 1010001 | 11010 | 1001100 | 1000100 | 101100 |
Color Harmonies of #93BD24
Complementary color
Monochromatic Colors of #93BD24
Black with #93BD24
Text Example
Text Example
White with #93BD24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BD24; }
p { color: rgb(147,189,36); }
H1.HeaderClassName
{
color: #93BD24;
}
.AnyTagClassName
{
color: #93BD24;
}
</style>
background-color css
<style>
a { background-color: #93BD24; }
a { background-color: rgb(147,189,36); }
div.DivClassName
{
background-color: #93BD24;
}
.BgClassName
{
background-color: #93BD24;
}
</style>
border-color css
<style>
span { border-color: #93BD24; }
span { border-color: rgb(147,189,36); }
td.TdClassName
{
border-color: #93BD24;
}
.TagClassName
{
border-color: #93BD24;
}
</style>