Shades of Limerick #94BD24
Tints of Limerick #94BD24
RGB
CMYK
RGB Variations
Color information
#94BD24 (or 0x94BD24) is known color: Limerick. HEX triplet: 94, BD and 24. RGB value is (148,189,36). Sum of RGB (Red+Green+Blue) = 148+189+36=373 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.68% from 373); Green value is 189 (74.22% from 255 or 50.67% from 373); Blue value is 36 (14.45% from 255 or 9.65% from 373); Max value from RGB is 189 - color contains mainly: green. Hex color #94BD24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94BD24 is #6B42DB. Grayscale: #9F9F9F. Windows color (decimal): -7029468 or 2407828. OLE color: 2407828.
HSL color Cylindrical-coordinate representation of color #94BD24: hue angle of 76.08º 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 #94BD24 is Cyan = 0.22, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 148 | 189 | 36 | - |
| CMYK | 0.22 | 0 | 0.81 | 0.26 |
| HSL | 76.08º | 0.68% | 0.44% | - |
| HSV(B) | 76.08º | 0.81% | 0.74% | - |
| XYZ | 30.73 | 42.82 | 8.31 | - |
| YUV | 159.3 | 58.42 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 189 | 36 | 0.22 | 0 | 0.81 | 0.26 | 76.08 | 0.68 | 0.44 |
| Hex | 94 | BD | 24 | 16 | 0 | 51 | 1A | 4C | 44 | 2C |
| Octal | 224 | 275 | 44 | 26 | 0 | 121 | 32 | 114 | 104 | 54 |
| Binary | 10010100 | 10111101 | 100100 | 10110 | 0 | 1010001 | 11010 | 1001100 | 1000100 | 101100 |
Color Harmonies of #94BD24
Complementary color
Monochromatic Colors of #94BD24
Black with #94BD24
Text Example
Text Example
White with #94BD24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BD24; }
p { color: rgb(148,189,36); }
H1.HeaderClassName
{
color: #94BD24;
}
.AnyTagClassName
{
color: #94BD24;
}
</style>
background-color css
<style>
a { background-color: #94BD24; }
a { background-color: rgb(148,189,36); }
div.DivClassName
{
background-color: #94BD24;
}
.BgClassName
{
background-color: #94BD24;
}
</style>
border-color css
<style>
span { border-color: #94BD24; }
span { border-color: rgb(148,189,36); }
td.TdClassName
{
border-color: #94BD24;
}
.TagClassName
{
border-color: #94BD24;
}
</style>