Shades of Lima #80BF23
Tints of Lima #80BF23
RGB
CMYK
RGB Variations
Color information
#80BF23 (or 0x80BF23) is known color: Lima. HEX triplet: 80, BF and 23. RGB value is (128,191,35). Sum of RGB (Red+Green+Blue) = 128+191+35=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 191 (75% from 255 or 53.95% from 354); Blue value is 35 (14.06% from 255 or 9.89% from 354); Max value from RGB is 191 - color contains mainly: green. Hex color #80BF23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BF23 is #7F40DC. Grayscale: #9A9A9A. Windows color (decimal): -8339677 or 2342784. OLE color: 2342784.
HSL color Cylindrical-coordinate representation of color #80BF23: hue angle of 84.23º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #80BF23 is Cyan = 0.33, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 191 | 35 | - |
| CMYK | 0.33 | 0 | 0.82 | 0.25 |
| HSL | 84.23º | 0.69% | 0.44% | - |
| HSV(B) | 84.23º | 0.82% | 0.75% | - |
| XYZ | 27.84 | 41.97 | 8.22 | - |
| YUV | 154.38 | 60.63 | 109.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 191 | 35 | 0.33 | 0 | 0.82 | 0.25 | 84.23 | 0.69 | 0.44 |
| Hex | 80 | BF | 23 | 21 | 0 | 52 | 19 | 54 | 45 | 2C |
| Octal | 200 | 277 | 43 | 41 | 0 | 122 | 31 | 124 | 105 | 54 |
| Binary | 10000000 | 10111111 | 100011 | 100001 | 0 | 1010010 | 11001 | 1010100 | 1000101 | 101100 |
Color Harmonies of #80BF23
Complementary color
Monochromatic Colors of #80BF23
Black with #80BF23
Text Example
Text Example
White with #80BF23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BF23; }
p { color: rgb(128,191,35); }
H1.HeaderClassName
{
color: #80BF23;
}
.AnyTagClassName
{
color: #80BF23;
}
</style>
background-color css
<style>
a { background-color: #80BF23; }
a { background-color: rgb(128,191,35); }
div.DivClassName
{
background-color: #80BF23;
}
.BgClassName
{
background-color: #80BF23;
}
</style>
border-color css
<style>
span { border-color: #80BF23; }
span { border-color: rgb(128,191,35); }
td.TdClassName
{
border-color: #80BF23;
}
.TagClassName
{
border-color: #80BF23;
}
</style>