Shades of Lima #83C30D
Tints of Lima #83C30D
RGB
CMYK
RGB Variations
Color information
#83C30D (or 0x83C30D) is known color: Lima. HEX triplet: 83, C3 and 0D. RGB value is (131,195,13). Sum of RGB (Red+Green+Blue) = 131+195+13=339 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.64% from 339); Green value is 195 (76.56% from 255 or 57.52% from 339); Blue value is 13 (5.47% from 255 or 3.83% from 339); Max value from RGB is 195 - color contains mainly: green. Hex color #83C30D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83C30D is #7C3CF2. Grayscale: #9B9B9B. Windows color (decimal): -8142067 or 902019. OLE color: 902019.
HSL color Cylindrical-coordinate representation of color #83C30D: hue angle of 81.1º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #83C30D is Cyan = 0.33, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 131 | 195 | 13 | - |
| CMYK | 0.33 | 0 | 0.93 | 0.24 |
| HSL | 81.1º | 0.88% | 0.41% | - |
| HSV(B) | 81.1º | 0.93% | 0.76% | - |
| XYZ | 28.95 | 43.88 | 7.33 | - |
| YUV | 155.12 | 47.8 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 195 | 13 | 0.33 | 0 | 0.93 | 0.24 | 81.1 | 0.88 | 0.41 |
| Hex | 83 | C3 | D | 21 | 0 | 5D | 18 | 51 | 58 | 29 |
| Octal | 203 | 303 | 15 | 41 | 0 | 135 | 30 | 121 | 130 | 51 |
| Binary | 10000011 | 11000011 | 1101 | 100001 | 0 | 1011101 | 11000 | 1010001 | 1011000 | 101001 |
Color Harmonies of #83C30D
Complementary color
Monochromatic Colors of #83C30D
Black with #83C30D
Text Example
Text Example
White with #83C30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C30D; }
p { color: rgb(131,195,13); }
H1.HeaderClassName
{
color: #83C30D;
}
.AnyTagClassName
{
color: #83C30D;
}
</style>
background-color css
<style>
a { background-color: #83C30D; }
a { background-color: rgb(131,195,13); }
div.DivClassName
{
background-color: #83C30D;
}
.BgClassName
{
background-color: #83C30D;
}
</style>
border-color css
<style>
span { border-color: #83C30D; }
span { border-color: rgb(131,195,13); }
td.TdClassName
{
border-color: #83C30D;
}
.TagClassName
{
border-color: #83C30D;
}
</style>