Shades of Limerick #8BC31F
Tints of Limerick #8BC31F
RGB
CMYK
RGB Variations
Color information
#8BC31F (or 0x8BC31F) is known color: Limerick. HEX triplet: 8B, C3 and 1F. RGB value is (139,195,31). Sum of RGB (Red+Green+Blue) = 139+195+31=365 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.08% from 365); Green value is 195 (76.56% from 255 or 53.42% from 365); Blue value is 31 (12.5% from 255 or 8.49% from 365); Max value from RGB is 195 - color contains mainly: green. Hex color #8BC31F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BC31F is #743CE0. Grayscale: #A0A0A0. Windows color (decimal): -7617761 or 2081675. OLE color: 2081675.
HSL color Cylindrical-coordinate representation of color #8BC31F: hue angle of 80.49º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8BC31F is Cyan = 0.29, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 139 | 195 | 31 | - |
| CMYK | 0.29 | 0 | 0.84 | 0.24 |
| HSL | 80.49º | 0.73% | 0.44% | - |
| HSV(B) | 80.49º | 0.84% | 0.76% | - |
| XYZ | 30.41 | 44.62 | 8.31 | - |
| YUV | 159.56 | 55.45 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 195 | 31 | 0.29 | 0 | 0.84 | 0.24 | 80.49 | 0.73 | 0.44 |
| Hex | 8B | C3 | 1F | 1D | 0 | 54 | 18 | 50 | 49 | 2C |
| Octal | 213 | 303 | 37 | 35 | 0 | 124 | 30 | 120 | 111 | 54 |
| Binary | 10001011 | 11000011 | 11111 | 11101 | 0 | 1010100 | 11000 | 1010000 | 1001001 | 101100 |
Color Harmonies of #8BC31F
Complementary color
Monochromatic Colors of #8BC31F
Black with #8BC31F
Text Example
Text Example
White with #8BC31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC31F; }
p { color: rgb(139,195,31); }
H1.HeaderClassName
{
color: #8BC31F;
}
.AnyTagClassName
{
color: #8BC31F;
}
</style>
background-color css
<style>
a { background-color: #8BC31F; }
a { background-color: rgb(139,195,31); }
div.DivClassName
{
background-color: #8BC31F;
}
.BgClassName
{
background-color: #8BC31F;
}
</style>
border-color css
<style>
span { border-color: #8BC31F; }
span { border-color: rgb(139,195,31); }
td.TdClassName
{
border-color: #8BC31F;
}
.TagClassName
{
border-color: #8BC31F;
}
</style>