Shades of Limerick #94BD25
Tints of Limerick #94BD25
RGB
CMYK
RGB Variations
Color information
#94BD25 (or 0x94BD25) is known color: Limerick. HEX triplet: 94, BD and 25. RGB value is (148,189,37). Sum of RGB (Red+Green+Blue) = 148+189+37=374 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.57% from 374); Green value is 189 (74.22% from 255 or 50.53% from 374); Blue value is 37 (14.84% from 255 or 9.89% from 374); Max value from RGB is 189 - color contains mainly: green. Hex color #94BD25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94BD25 is #6B42DA. Grayscale: #9F9F9F. Windows color (decimal): -7029467 or 2473364. OLE color: 2473364.
HSL color Cylindrical-coordinate representation of color #94BD25: hue angle of 76.18º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #94BD25 is Cyan = 0.22, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 148 | 189 | 37 | - |
| CMYK | 0.22 | 0 | 0.80 | 0.26 |
| HSL | 76.18º | 0.67% | 0.44% | - |
| HSV(B) | 76.18º | 0.8% | 0.74% | - |
| XYZ | 30.74 | 42.82 | 8.4 | - |
| YUV | 159.41 | 58.92 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 189 | 37 | 0.22 | 0 | 0.80 | 0.26 | 76.18 | 0.67 | 0.44 |
| Hex | 94 | BD | 25 | 16 | 0 | 50 | 1A | 4C | 43 | 2C |
| Octal | 224 | 275 | 45 | 26 | 0 | 120 | 32 | 114 | 103 | 54 |
| Binary | 10010100 | 10111101 | 100101 | 10110 | 0 | 1010000 | 11010 | 1001100 | 1000011 | 101100 |
Color Harmonies of #94BD25
Complementary color
Monochromatic Colors of #94BD25
Black with #94BD25
Text Example
Text Example
White with #94BD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BD25; }
p { color: rgb(148,189,37); }
H1.HeaderClassName
{
color: #94BD25;
}
.AnyTagClassName
{
color: #94BD25;
}
</style>
background-color css
<style>
a { background-color: #94BD25; }
a { background-color: rgb(148,189,37); }
div.DivClassName
{
background-color: #94BD25;
}
.BgClassName
{
background-color: #94BD25;
}
</style>
border-color css
<style>
span { border-color: #94BD25; }
span { border-color: rgb(148,189,37); }
td.TdClassName
{
border-color: #94BD25;
}
.TagClassName
{
border-color: #94BD25;
}
</style>