Shades of Lima #83CE14
Tints of Lima #83CE14
RGB
CMYK
RGB Variations
Color information
#83CE14 (or 0x83CE14) is known color: Lima. HEX triplet: 83, CE and 14. RGB value is (131,206,20). Sum of RGB (Red+Green+Blue) = 131+206+20=357 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.69% from 357); Green value is 206 (80.86% from 255 or 57.70% from 357); Blue value is 20 (8.20% from 255 or 5.60% from 357); Max value from RGB is 206 - color contains mainly: green. Hex color #83CE14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83CE14 is #7C31EB. Grayscale: #A3A3A3. Windows color (decimal): -8139244 or 1363587. OLE color: 1363587.
HSL color Cylindrical-coordinate representation of color #83CE14: hue angle of 84.19º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #83CE14 is Cyan = 0.36, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 206 | 20 | - |
| CMYK | 0.36 | 0 | 0.90 | 0.19 |
| HSL | 84.19º | 0.82% | 0.44% | - |
| HSV(B) | 84.19º | 0.9% | 0.81% | - |
| XYZ | 31.56 | 49.02 | 8.46 | - |
| YUV | 162.37 | 47.65 | 105.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 206 | 20 | 0.36 | 0 | 0.90 | 0.19 | 84.19 | 0.82 | 0.44 |
| Hex | 83 | CE | 14 | 24 | 0 | 5A | 13 | 54 | 52 | 2C |
| Octal | 203 | 316 | 24 | 44 | 0 | 132 | 23 | 124 | 122 | 54 |
| Binary | 10000011 | 11001110 | 10100 | 100100 | 0 | 1011010 | 10011 | 1010100 | 1010010 | 101100 |
Color Harmonies of #83CE14
Complementary color
Monochromatic Colors of #83CE14
Black with #83CE14
Text Example
Text Example
White with #83CE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CE14; }
p { color: rgb(131,206,20); }
H1.HeaderClassName
{
color: #83CE14;
}
.AnyTagClassName
{
color: #83CE14;
}
</style>
background-color css
<style>
a { background-color: #83CE14; }
a { background-color: rgb(131,206,20); }
div.DivClassName
{
background-color: #83CE14;
}
.BgClassName
{
background-color: #83CE14;
}
</style>
border-color css
<style>
span { border-color: #83CE14; }
span { border-color: rgb(131,206,20); }
td.TdClassName
{
border-color: #83CE14;
}
.TagClassName
{
border-color: #83CE14;
}
</style>