Shades of Lima #83BC23
Tints of Lima #83BC23
RGB
CMYK
RGB Variations
Color information
#83BC23 (or 0x83BC23) is known color: Lima. HEX triplet: 83, BC and 23. RGB value is (131,188,35). Sum of RGB (Red+Green+Blue) = 131+188+35=354 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.01% from 354); Green value is 188 (73.83% from 255 or 53.11% from 354); Blue value is 35 (14.06% from 255 or 9.89% from 354); Max value from RGB is 188 - color contains mainly: green. Hex color #83BC23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83BC23 is #7C43DC. Grayscale: #9A9A9A. Windows color (decimal): -8143837 or 2342019. OLE color: 2342019.
HSL color Cylindrical-coordinate representation of color #83BC23: hue angle of 82.35º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #83BC23 is Cyan = 0.30, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 188 | 35 | - |
| CMYK | 0.30 | 0 | 0.81 | 0.26 |
| HSL | 82.35º | 0.69% | 0.44% | - |
| HSV(B) | 82.35º | 0.81% | 0.74% | - |
| XYZ | 27.65 | 40.91 | 8.03 | - |
| YUV | 153.52 | 61.12 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 188 | 35 | 0.30 | 0 | 0.81 | 0.26 | 82.35 | 0.69 | 0.44 |
| Hex | 83 | BC | 23 | 1E | 0 | 51 | 1A | 52 | 45 | 2C |
| Octal | 203 | 274 | 43 | 36 | 0 | 121 | 32 | 122 | 105 | 54 |
| Binary | 10000011 | 10111100 | 100011 | 11110 | 0 | 1010001 | 11010 | 1010010 | 1000101 | 101100 |
Color Harmonies of #83BC23
Complementary color
Monochromatic Colors of #83BC23
Black with #83BC23
Text Example
Text Example
White with #83BC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BC23; }
p { color: rgb(131,188,35); }
H1.HeaderClassName
{
color: #83BC23;
}
.AnyTagClassName
{
color: #83BC23;
}
</style>
background-color css
<style>
a { background-color: #83BC23; }
a { background-color: rgb(131,188,35); }
div.DivClassName
{
background-color: #83BC23;
}
.BgClassName
{
background-color: #83BC23;
}
</style>
border-color css
<style>
span { border-color: #83BC23; }
span { border-color: rgb(131,188,35); }
td.TdClassName
{
border-color: #83BC23;
}
.TagClassName
{
border-color: #83BC23;
}
</style>