Shades of Lima #83CE0B
Tints of Lima #83CE0B
RGB
CMYK
RGB Variations
Color information
#83CE0B (or 0x83CE0B) is known color: Lima. HEX triplet: 83, CE and 0B. RGB value is (131,206,11). Sum of RGB (Red+Green+Blue) = 131+206+11=348 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.64% from 348); Green value is 206 (80.86% from 255 or 59.20% from 348); Blue value is 11 (4.69% from 255 or 3.16% from 348); Max value from RGB is 206 - color contains mainly: green. Hex color #83CE0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83CE0B is #7C31F4. Grayscale: #A2A2A2. Windows color (decimal): -8139253 or 773763. OLE color: 773763.
HSL color Cylindrical-coordinate representation of color #83CE0B: hue angle of 83.08º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #83CE0B is Cyan = 0.36, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 206 | 11 | - |
| CMYK | 0.36 | 0 | 0.95 | 0.19 |
| HSL | 83.08º | 0.9% | 0.43% | - |
| HSV(B) | 83.08º | 0.95% | 0.81% | - |
| XYZ | 31.49 | 48.99 | 8.11 | - |
| YUV | 161.35 | 43.15 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 206 | 11 | 0.36 | 0 | 0.95 | 0.19 | 83.08 | 0.9 | 0.43 |
| Hex | 83 | CE | B | 24 | 0 | 5F | 13 | 53 | 5A | 2B |
| Octal | 203 | 316 | 13 | 44 | 0 | 137 | 23 | 123 | 132 | 53 |
| Binary | 10000011 | 11001110 | 1011 | 100100 | 0 | 1011111 | 10011 | 1010011 | 1011010 | 101011 |
Color Harmonies of #83CE0B
Complementary color
Monochromatic Colors of #83CE0B
Black with #83CE0B
Text Example
Text Example
White with #83CE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CE0B; }
p { color: rgb(131,206,11); }
H1.HeaderClassName
{
color: #83CE0B;
}
.AnyTagClassName
{
color: #83CE0B;
}
</style>
background-color css
<style>
a { background-color: #83CE0B; }
a { background-color: rgb(131,206,11); }
div.DivClassName
{
background-color: #83CE0B;
}
.BgClassName
{
background-color: #83CE0B;
}
</style>
border-color css
<style>
span { border-color: #83CE0B; }
span { border-color: rgb(131,206,11); }
td.TdClassName
{
border-color: #83CE0B;
}
.TagClassName
{
border-color: #83CE0B;
}
</style>