Shades of Limerick #94BB2B
Tints of Limerick #94BB2B
RGB
CMYK
RGB Variations
Color information
#94BB2B (or 0x94BB2B) is known color: Limerick. HEX triplet: 94, BB and 2B. RGB value is (148,187,43). Sum of RGB (Red+Green+Blue) = 148+187+43=378 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.15% from 378); Green value is 187 (73.44% from 255 or 49.47% from 378); Blue value is 43 (17.19% from 255 or 11.38% from 378); Max value from RGB is 187 - color contains mainly: green. Hex color #94BB2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94BB2B is #6B44D4. Grayscale: #9F9F9F. Windows color (decimal): -7029973 or 2866068. OLE color: 2866068.
HSL color Cylindrical-coordinate representation of color #94BB2B: hue angle of 76.25º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #94BB2B is Cyan = 0.21, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 187 | 43 | - |
| CMYK | 0.21 | 0 | 0.77 | 0.27 |
| HSL | 76.25º | 0.63% | 0.45% | - |
| HSV(B) | 76.25º | 0.77% | 0.73% | - |
| XYZ | 30.42 | 42.01 | 8.79 | - |
| YUV | 158.92 | 62.58 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 187 | 43 | 0.21 | 0 | 0.77 | 0.27 | 76.25 | 0.63 | 0.45 |
| Hex | 94 | BB | 2B | 15 | 0 | 4D | 1B | 4C | 3F | 2D |
| Octal | 224 | 273 | 53 | 25 | 0 | 115 | 33 | 114 | 77 | 55 |
| Binary | 10010100 | 10111011 | 101011 | 10101 | 0 | 1001101 | 11011 | 1001100 | 111111 | 101101 |
Color Harmonies of #94BB2B
Complementary color
Monochromatic Colors of #94BB2B
Black with #94BB2B
Text Example
Text Example
White with #94BB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BB2B; }
p { color: rgb(148,187,43); }
H1.HeaderClassName
{
color: #94BB2B;
}
.AnyTagClassName
{
color: #94BB2B;
}
</style>
background-color css
<style>
a { background-color: #94BB2B; }
a { background-color: rgb(148,187,43); }
div.DivClassName
{
background-color: #94BB2B;
}
.BgClassName
{
background-color: #94BB2B;
}
</style>
border-color css
<style>
span { border-color: #94BB2B; }
span { border-color: rgb(148,187,43); }
td.TdClassName
{
border-color: #94BB2B;
}
.TagClassName
{
border-color: #94BB2B;
}
</style>