Shades of Limerick #83BC30
Tints of Limerick #83BC30
RGB
CMYK
RGB Variations
Color information
#83BC30 (or 0x83BC30) is known color: Limerick. HEX triplet: 83, BC and 30. RGB value is (131,188,48). Sum of RGB (Red+Green+Blue) = 131+188+48=367 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.69% from 367); Green value is 188 (73.83% from 255 or 51.23% from 367); Blue value is 48 (19.14% from 255 or 13.08% from 367); Max value from RGB is 188 - color contains mainly: green. Hex color #83BC30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83BC30 is #7C43CF. Grayscale: #9B9B9B. Windows color (decimal): -8143824 or 3193987. OLE color: 3193987.
HSL color Cylindrical-coordinate representation of color #83BC30: hue angle of 84.43º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #83BC30 is Cyan = 0.30, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 188 | 48 | - |
| CMYK | 0.30 | 0 | 0.74 | 0.26 |
| HSL | 84.43º | 0.59% | 0.46% | - |
| HSV(B) | 84.43º | 0.74% | 0.74% | - |
| XYZ | 27.88 | 41.01 | 9.24 | - |
| YUV | 155 | 67.62 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 188 | 48 | 0.30 | 0 | 0.74 | 0.26 | 84.43 | 0.59 | 0.46 |
| Hex | 83 | BC | 30 | 1E | 0 | 4A | 1A | 54 | 3B | 2E |
| Octal | 203 | 274 | 60 | 36 | 0 | 112 | 32 | 124 | 73 | 56 |
| Binary | 10000011 | 10111100 | 110000 | 11110 | 0 | 1001010 | 11010 | 1010100 | 111011 | 101110 |
Color Harmonies of #83BC30
Complementary color
Monochromatic Colors of #83BC30
Black with #83BC30
Text Example
Text Example
White with #83BC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BC30; }
p { color: rgb(131,188,48); }
H1.HeaderClassName
{
color: #83BC30;
}
.AnyTagClassName
{
color: #83BC30;
}
</style>
background-color css
<style>
a { background-color: #83BC30; }
a { background-color: rgb(131,188,48); }
div.DivClassName
{
background-color: #83BC30;
}
.BgClassName
{
background-color: #83BC30;
}
</style>
border-color css
<style>
span { border-color: #83BC30; }
span { border-color: rgb(131,188,48); }
td.TdClassName
{
border-color: #83BC30;
}
.TagClassName
{
border-color: #83BC30;
}
</style>