Shades of Lima #80BD1E
Tints of Lima #80BD1E
RGB
CMYK
RGB Variations
Color information
#80BD1E (or 0x80BD1E) is known color: Lima. HEX triplet: 80, BD and 1E. RGB value is (128,189,30). Sum of RGB (Red+Green+Blue) = 128+189+30=347 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.89% from 347); Green value is 189 (74.22% from 255 or 54.47% from 347); Blue value is 30 (12.11% from 255 or 8.65% from 347); Max value from RGB is 189 - color contains mainly: green. Hex color #80BD1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BD1E is #7F42E1. Grayscale: #999999. Windows color (decimal): -8340194 or 2014592. OLE color: 2014592.
HSL color Cylindrical-coordinate representation of color #80BD1E: hue angle of 83.02º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #80BD1E is Cyan = 0.32, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 189 | 30 | - |
| CMYK | 0.32 | 0 | 0.84 | 0.26 |
| HSL | 83.02º | 0.73% | 0.43% | - |
| HSV(B) | 83.02º | 0.84% | 0.74% | - |
| XYZ | 27.33 | 41.08 | 7.72 | - |
| YUV | 152.64 | 58.79 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 189 | 30 | 0.32 | 0 | 0.84 | 0.26 | 83.02 | 0.73 | 0.43 |
| Hex | 80 | BD | 1E | 20 | 0 | 54 | 1A | 53 | 49 | 2B |
| Octal | 200 | 275 | 36 | 40 | 0 | 124 | 32 | 123 | 111 | 53 |
| Binary | 10000000 | 10111101 | 11110 | 100000 | 0 | 1010100 | 11010 | 1010011 | 1001001 | 101011 |
Color Harmonies of #80BD1E
Complementary color
Monochromatic Colors of #80BD1E
Black with #80BD1E
Text Example
Text Example
White with #80BD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BD1E; }
p { color: rgb(128,189,30); }
H1.HeaderClassName
{
color: #80BD1E;
}
.AnyTagClassName
{
color: #80BD1E;
}
</style>
background-color css
<style>
a { background-color: #80BD1E; }
a { background-color: rgb(128,189,30); }
div.DivClassName
{
background-color: #80BD1E;
}
.BgClassName
{
background-color: #80BD1E;
}
</style>
border-color css
<style>
span { border-color: #80BD1E; }
span { border-color: rgb(128,189,30); }
td.TdClassName
{
border-color: #80BD1E;
}
.TagClassName
{
border-color: #80BD1E;
}
</style>