Shades of Limerick #83C030
Tints of Limerick #83C030
RGB
CMYK
RGB Variations
Color information
#83C030 (or 0x83C030) is known color: Limerick. HEX triplet: 83, C0 and 30. RGB value is (131,192,48). Sum of RGB (Red+Green+Blue) = 131+192+48=371 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.31% from 371); Green value is 192 (75.39% from 255 or 51.75% from 371); Blue value is 48 (19.14% from 255 or 12.94% from 371); Max value from RGB is 192 - color contains mainly: green. Hex color #83C030 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83C030 is #7C3FCF. Grayscale: #9D9D9D. Windows color (decimal): -8142800 or 3195011. OLE color: 3195011.
HSL color Cylindrical-coordinate representation of color #83C030: hue angle of 85.42º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #83C030 is Cyan = 0.32, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 131 | 192 | 48 | - |
| CMYK | 0.32 | 0 | 0.75 | 0.25 |
| HSL | 85.42º | 0.6% | 0.47% | - |
| HSV(B) | 85.42º | 0.75% | 0.75% | - |
| XYZ | 28.74 | 42.74 | 9.53 | - |
| YUV | 157.35 | 66.29 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 192 | 48 | 0.32 | 0 | 0.75 | 0.25 | 85.42 | 0.6 | 0.47 |
| Hex | 83 | C0 | 30 | 20 | 0 | 4B | 19 | 55 | 3C | 2F |
| Octal | 203 | 300 | 60 | 40 | 0 | 113 | 31 | 125 | 74 | 57 |
| Binary | 10000011 | 11000000 | 110000 | 100000 | 0 | 1001011 | 11001 | 1010101 | 111100 | 101111 |
Color Harmonies of #83C030
Complementary color
Monochromatic Colors of #83C030
Black with #83C030
Text Example
Text Example
White with #83C030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C030; }
p { color: rgb(131,192,48); }
H1.HeaderClassName
{
color: #83C030;
}
.AnyTagClassName
{
color: #83C030;
}
</style>
background-color css
<style>
a { background-color: #83C030; }
a { background-color: rgb(131,192,48); }
div.DivClassName
{
background-color: #83C030;
}
.BgClassName
{
background-color: #83C030;
}
</style>
border-color css
<style>
span { border-color: #83C030; }
span { border-color: rgb(131,192,48); }
td.TdClassName
{
border-color: #83C030;
}
.TagClassName
{
border-color: #83C030;
}
</style>