Shades of Lima #83C40F
Tints of Lima #83C40F
RGB
CMYK
RGB Variations
Color information
#83C40F (or 0x83C40F) is known color: Lima. HEX triplet: 83, C4 and 0F. RGB value is (131,196,15). Sum of RGB (Red+Green+Blue) = 131+196+15=342 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.30% from 342); Green value is 196 (76.95% from 255 or 57.31% from 342); Blue value is 15 (6.25% from 255 or 4.39% from 342); Max value from RGB is 196 - color contains mainly: green. Hex color #83C40F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83C40F is #7C3BF0. Grayscale: #9C9C9C. Windows color (decimal): -8141809 or 1033347. OLE color: 1033347.
HSL color Cylindrical-coordinate representation of color #83C40F: hue angle of 81.55º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #83C40F is Cyan = 0.33, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 131 | 196 | 15 | - |
| CMYK | 0.33 | 0 | 0.92 | 0.23 |
| HSL | 81.55º | 0.86% | 0.41% | - |
| HSV(B) | 81.55º | 0.92% | 0.77% | - |
| XYZ | 29.19 | 44.34 | 7.47 | - |
| YUV | 155.93 | 48.47 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 196 | 15 | 0.33 | 0 | 0.92 | 0.23 | 81.55 | 0.86 | 0.41 |
| Hex | 83 | C4 | F | 21 | 0 | 5C | 17 | 52 | 56 | 29 |
| Octal | 203 | 304 | 17 | 41 | 0 | 134 | 27 | 122 | 126 | 51 |
| Binary | 10000011 | 11000100 | 1111 | 100001 | 0 | 1011100 | 10111 | 1010010 | 1010110 | 101001 |
Color Harmonies of #83C40F
Complementary color
Monochromatic Colors of #83C40F
Black with #83C40F
Text Example
Text Example
White with #83C40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C40F; }
p { color: rgb(131,196,15); }
H1.HeaderClassName
{
color: #83C40F;
}
.AnyTagClassName
{
color: #83C40F;
}
</style>
background-color css
<style>
a { background-color: #83C40F; }
a { background-color: rgb(131,196,15); }
div.DivClassName
{
background-color: #83C40F;
}
.BgClassName
{
background-color: #83C40F;
}
</style>
border-color css
<style>
span { border-color: #83C40F; }
span { border-color: rgb(131,196,15); }
td.TdClassName
{
border-color: #83C40F;
}
.TagClassName
{
border-color: #83C40F;
}
</style>