Shades of Limerick #8ABE30
Tints of Limerick #8ABE30
RGB
CMYK
RGB Variations
Color information
#8ABE30 (or 0x8ABE30) is known color: Limerick. HEX triplet: 8A, BE and 30. RGB value is (138,190,48). Sum of RGB (Red+Green+Blue) = 138+190+48=376 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.70% from 376); Green value is 190 (74.61% from 255 or 50.53% from 376); Blue value is 48 (19.14% from 255 or 12.77% from 376); Max value from RGB is 190 - color contains mainly: green. Hex color #8ABE30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABE30 is #7541CF. Grayscale: #9E9E9E. Windows color (decimal): -7684560 or 3194506. OLE color: 3194506.
HSL color Cylindrical-coordinate representation of color #8ABE30: hue angle of 81.97º 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 #8ABE30 is Cyan = 0.27, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 190 | 48 | - |
| CMYK | 0.27 | 0 | 0.75 | 0.25 |
| HSL | 81.97º | 0.6% | 0.47% | - |
| HSV(B) | 81.97º | 0.75% | 0.75% | - |
| XYZ | 29.43 | 42.44 | 9.44 | - |
| YUV | 158.26 | 65.77 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 190 | 48 | 0.27 | 0 | 0.75 | 0.25 | 81.97 | 0.6 | 0.47 |
| Hex | 8A | BE | 30 | 1B | 0 | 4B | 19 | 52 | 3C | 2F |
| Octal | 212 | 276 | 60 | 33 | 0 | 113 | 31 | 122 | 74 | 57 |
| Binary | 10001010 | 10111110 | 110000 | 11011 | 0 | 1001011 | 11001 | 1010010 | 111100 | 101111 |
Color Harmonies of #8ABE30
Complementary color
Monochromatic Colors of #8ABE30
Black with #8ABE30
Text Example
Text Example
White with #8ABE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABE30; }
p { color: rgb(138,190,48); }
H1.HeaderClassName
{
color: #8ABE30;
}
.AnyTagClassName
{
color: #8ABE30;
}
</style>
background-color css
<style>
a { background-color: #8ABE30; }
a { background-color: rgb(138,190,48); }
div.DivClassName
{
background-color: #8ABE30;
}
.BgClassName
{
background-color: #8ABE30;
}
</style>
border-color css
<style>
span { border-color: #8ABE30; }
span { border-color: rgb(138,190,48); }
td.TdClassName
{
border-color: #8ABE30;
}
.TagClassName
{
border-color: #8ABE30;
}
</style>