Shades of Lima #83CE13
Tints of Lima #83CE13
RGB
CMYK
RGB Variations
Color information
#83CE13 (or 0x83CE13) is known color: Lima. HEX triplet: 83, CE and 13. RGB value is (131,206,19). Sum of RGB (Red+Green+Blue) = 131+206+19=356 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.80% from 356); Green value is 206 (80.86% from 255 or 57.87% from 356); Blue value is 19 (7.81% from 255 or 5.34% from 356); Max value from RGB is 206 - color contains mainly: green. Hex color #83CE13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83CE13 is #7C31EC. Grayscale: #A2A2A2. Windows color (decimal): -8139245 or 1298051. OLE color: 1298051.
HSL color Cylindrical-coordinate representation of color #83CE13: hue angle of 84.06º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #83CE13 is Cyan = 0.36, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 206 | 19 | - |
| CMYK | 0.36 | 0 | 0.91 | 0.19 |
| HSL | 84.06º | 0.83% | 0.44% | - |
| HSV(B) | 84.06º | 0.91% | 0.81% | - |
| XYZ | 31.55 | 49.01 | 8.41 | - |
| YUV | 162.26 | 47.15 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 206 | 19 | 0.36 | 0 | 0.91 | 0.19 | 84.06 | 0.83 | 0.44 |
| Hex | 83 | CE | 13 | 24 | 0 | 5B | 13 | 54 | 53 | 2C |
| Octal | 203 | 316 | 23 | 44 | 0 | 133 | 23 | 124 | 123 | 54 |
| Binary | 10000011 | 11001110 | 10011 | 100100 | 0 | 1011011 | 10011 | 1010100 | 1010011 | 101100 |
Color Harmonies of #83CE13
Complementary color
Monochromatic Colors of #83CE13
Black with #83CE13
Text Example
Text Example
White with #83CE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CE13; }
p { color: rgb(131,206,19); }
H1.HeaderClassName
{
color: #83CE13;
}
.AnyTagClassName
{
color: #83CE13;
}
</style>
background-color css
<style>
a { background-color: #83CE13; }
a { background-color: rgb(131,206,19); }
div.DivClassName
{
background-color: #83CE13;
}
.BgClassName
{
background-color: #83CE13;
}
</style>
border-color css
<style>
span { border-color: #83CE13; }
span { border-color: rgb(131,206,19); }
td.TdClassName
{
border-color: #83CE13;
}
.TagClassName
{
border-color: #83CE13;
}
</style>