Shades of Lima #80D311
Tints of Lima #80D311
RGB
CMYK
RGB Variations
Color information
#80D311 (or 0x80D311) is known color: Lima. HEX triplet: 80, D3 and 11. RGB value is (128,211,17). Sum of RGB (Red+Green+Blue) = 128+211+17=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 211 (82.81% from 255 or 59.27% from 356); Blue value is 17 (7.03% from 255 or 4.78% from 356); Max value from RGB is 211 - color contains mainly: green. Hex color #80D311 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80D311 is #7F2CEE. Grayscale: #A4A4A4. Windows color (decimal): -8334575 or 1168256. OLE color: 1168256.
HSL color Cylindrical-coordinate representation of color #80D311: hue angle of 85.67º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #80D311 is Cyan = 0.39, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 128 | 211 | 17 | - |
| CMYK | 0.39 | 0 | 0.92 | 0.17 |
| HSL | 85.67º | 0.85% | 0.45% | - |
| HSV(B) | 85.67º | 0.92% | 0.83% | - |
| XYZ | 32.3 | 51.22 | 8.71 | - |
| YUV | 164.07 | 45 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 211 | 17 | 0.39 | 0 | 0.92 | 0.17 | 85.67 | 0.85 | 0.45 |
| Hex | 80 | D3 | 11 | 27 | 0 | 5C | 11 | 56 | 55 | 2D |
| Octal | 200 | 323 | 21 | 47 | 0 | 134 | 21 | 126 | 125 | 55 |
| Binary | 10000000 | 11010011 | 10001 | 100111 | 0 | 1011100 | 10001 | 1010110 | 1010101 | 101101 |
Color Harmonies of #80D311
Complementary color
Monochromatic Colors of #80D311
Black with #80D311
Text Example
Text Example
White with #80D311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D311; }
p { color: rgb(128,211,17); }
H1.HeaderClassName
{
color: #80D311;
}
.AnyTagClassName
{
color: #80D311;
}
</style>
background-color css
<style>
a { background-color: #80D311; }
a { background-color: rgb(128,211,17); }
div.DivClassName
{
background-color: #80D311;
}
.BgClassName
{
background-color: #80D311;
}
</style>
border-color css
<style>
span { border-color: #80D311; }
span { border-color: rgb(128,211,17); }
td.TdClassName
{
border-color: #80D311;
}
.TagClassName
{
border-color: #80D311;
}
</style>