Shades of Limerick #83BD30
Tints of Limerick #83BD30
RGB
CMYK
RGB Variations
Color information
#83BD30 (or 0x83BD30) is known color: Limerick. HEX triplet: 83, BD and 30. RGB value is (131,189,48). Sum of RGB (Red+Green+Blue) = 131+189+48=368 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.60% from 368); Green value is 189 (74.22% from 255 or 51.36% from 368); Blue value is 48 (19.14% from 255 or 13.04% from 368); Max value from RGB is 189 - color contains mainly: green. Hex color #83BD30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83BD30 is #7C42CF. Grayscale: #9C9C9C. Windows color (decimal): -8143568 or 3194243. OLE color: 3194243.
HSL color Cylindrical-coordinate representation of color #83BD30: hue angle of 84.68º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #83BD30 is Cyan = 0.31, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 189 | 48 | - |
| CMYK | 0.31 | 0 | 0.75 | 0.26 |
| HSL | 84.68º | 0.59% | 0.46% | - |
| HSV(B) | 84.68º | 0.75% | 0.74% | - |
| XYZ | 28.09 | 41.43 | 9.31 | - |
| YUV | 155.58 | 67.28 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 189 | 48 | 0.31 | 0 | 0.75 | 0.26 | 84.68 | 0.59 | 0.46 |
| Hex | 83 | BD | 30 | 1F | 0 | 4B | 1A | 55 | 3B | 2E |
| Octal | 203 | 275 | 60 | 37 | 0 | 113 | 32 | 125 | 73 | 56 |
| Binary | 10000011 | 10111101 | 110000 | 11111 | 0 | 1001011 | 11010 | 1010101 | 111011 | 101110 |
Color Harmonies of #83BD30
Complementary color
Monochromatic Colors of #83BD30
Black with #83BD30
Text Example
Text Example
White with #83BD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BD30; }
p { color: rgb(131,189,48); }
H1.HeaderClassName
{
color: #83BD30;
}
.AnyTagClassName
{
color: #83BD30;
}
</style>
background-color css
<style>
a { background-color: #83BD30; }
a { background-color: rgb(131,189,48); }
div.DivClassName
{
background-color: #83BD30;
}
.BgClassName
{
background-color: #83BD30;
}
</style>
border-color css
<style>
span { border-color: #83BD30; }
span { border-color: rgb(131,189,48); }
td.TdClassName
{
border-color: #83BD30;
}
.TagClassName
{
border-color: #83BD30;
}
</style>