Shades of Limerick #83C02C
Tints of Limerick #83C02C
RGB
CMYK
RGB Variations
Color information
#83C02C (or 0x83C02C) is known color: Limerick. HEX triplet: 83, C0 and 2C. RGB value is (131,192,44). Sum of RGB (Red+Green+Blue) = 131+192+44=367 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.69% from 367); Green value is 192 (75.39% from 255 or 52.32% from 367); Blue value is 44 (17.58% from 255 or 11.99% from 367); Max value from RGB is 192 - color contains mainly: green. Hex color #83C02C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83C02C is #7C3FD3. Grayscale: #9D9D9D. Windows color (decimal): -8142804 or 2932867. OLE color: 2932867.
HSL color Cylindrical-coordinate representation of color #83C02C: hue angle of 84.73º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #83C02C is Cyan = 0.32, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 131 | 192 | 44 | - |
| CMYK | 0.32 | 0 | 0.77 | 0.25 |
| HSL | 84.73º | 0.63% | 0.46% | - |
| HSV(B) | 84.73º | 0.77% | 0.75% | - |
| XYZ | 28.66 | 42.71 | 9.12 | - |
| YUV | 156.89 | 64.29 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 192 | 44 | 0.32 | 0 | 0.77 | 0.25 | 84.73 | 0.63 | 0.46 |
| Hex | 83 | C0 | 2C | 20 | 0 | 4D | 19 | 55 | 3F | 2E |
| Octal | 203 | 300 | 54 | 40 | 0 | 115 | 31 | 125 | 77 | 56 |
| Binary | 10000011 | 11000000 | 101100 | 100000 | 0 | 1001101 | 11001 | 1010101 | 111111 | 101110 |
Color Harmonies of #83C02C
Complementary color
Monochromatic Colors of #83C02C
Black with #83C02C
Text Example
Text Example
White with #83C02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C02C; }
p { color: rgb(131,192,44); }
H1.HeaderClassName
{
color: #83C02C;
}
.AnyTagClassName
{
color: #83C02C;
}
</style>
background-color css
<style>
a { background-color: #83C02C; }
a { background-color: rgb(131,192,44); }
div.DivClassName
{
background-color: #83C02C;
}
.BgClassName
{
background-color: #83C02C;
}
</style>
border-color css
<style>
span { border-color: #83C02C; }
span { border-color: rgb(131,192,44); }
td.TdClassName
{
border-color: #83C02C;
}
.TagClassName
{
border-color: #83C02C;
}
</style>